listdatapoom.h
来自「iContact v0.75 iContact is designed to 」· C头文件 代码 · 共 38 行
H
38 行
#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 + =
减小字号Ctrl + -
显示快捷键?