📄 listdatacalllog.h
字号:
#pragma once
#include <phone.h>
#include "iContact.h"
#include "Settings.h"
#include "ListData.h"
// Define this when taking screenshots to show a missed call
//#define DEBUG_SCREENSHOTS
class ListDataCallLog : public ListData {
public:
ListDataCallLog(Settings *);
void Release(void);
HRESULT Populate(void);
HRESULT PopulateDetailsFor(int);
void GetItemGroup(int, TCHAR *);
void ToggleFavorite();
void DisplayItem();
void EditItem();
};
TCHAR _getPastTime(FILETIME ftTime, TCHAR * pszSecondary = NULL, int strLength = 0);
void _printDate(TCHAR * str, int strLength, FILETIME ft);
void _printDuration(TCHAR * str, int strLength, FILETIME ftStart,
FILETIME ftEnd, Settings * pSettings);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -