📄 helloldci.hrh
字号:
/* Copyright (c) 2009, Nokia. All rights reserved */
#ifndef __HELLOLDCI_HRH__
#define __HELLOLDCI_HRH__
// HelloLDCI enumerate command codes
enum THelloLDCIIds
{
EHelloLDCICommand1 = 0x6000, // ensure they do not coincide with predefined commands
// add further enumerations here
EHelloLDCIOpen,
EHelloLDCITemp,
EHelloLDCIColor,
EHLTempCCTV,
EHLTempHNTV,
EHLTempFHTV,
EHLTempCCTV1,
EHLTempCCTV2,
//Color view
ELDColorOK,
ELDColorReturn,
//SinglelistView
EHLSingListAdd,
EHLSingListDel,
//GridView
ELDGridOpen
};
enum THelloLDCIViewIds
{
ETempViewID = 3,
EColorViewID,
ESingleListViewID,
EGridViewID
};
#endif // __HELLOLDCI_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -