eggclock.hrh
来自「symbian s60环境一个鸡蛋型图像钟表源代码」· HRH 代码 · 共 29 行
HRH
29 行
/*
============================================================================
Name : EggClock.hrh
Author : Michele Berionne
Version :
Copyright :
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __EGGCLOCK_HRH__
#define __EGGCLOCK_HRH__
// EggClock enumerate command codes
enum TEggClockIds
{
EEggClockCmdStart = 1, // start value must not be 0
EEggClockCmdStop,
EEggClockCmdDuration,
EEggClockCmdReset,
EEggClockCmdNotificationScheme,
EEggClockCmdNotificationSchemeSilent,
EEggClockCmdNotificationSchemeSelect,
EEggClockCmdNotificationRepeat,
EEggClockCmdAbout
};
#endif // __EGGCLOCK_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?