📄 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();
public:
ListDataPoom(Settings *);
ListDataPoom(Settings *, bool);
void Release(void);
HRESULT Populate(void);
HRESULT PopulateDetailsFor(int);
void ToggleFavorite();
void AddItem();
void DisplayItem();
void EditItem();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -