?? listdatapoom.h
字號:
#pragma once
#include "stdafx.h"
#include "macros.h"
#include <pimstore.h>
#include "Settings.h"
#include "ListData.h"
class ListDataPoom : public ListData {
private:
IPOutlookApp2 * polApp;
IFolder * pCurrFldr;
IPOutlookItemCollection * pItemCol;
bool _bOnlyFavorites;
void _construct(Settings *, bool);
HRESULT _initPoom();
HRESULT _loadBitmap(int size);
public:
ListDataPoom(Settings *);
ListDataPoom(Settings *, bool);
void Release(void);
HRESULT Populate(void);
HRESULT PopulateDetailsFor(int);
void ToggleFavorite();
void AddItem();
HRESULT DisplayItem();
void EditItem();
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -