📄 powerresman.hrh
字号:
/**
*
* Constants file for PowerResMan application
*
* Copyright (c) 2004 Nokia Corporation
* version 2.0
*/
#ifndef __POWERRESMAN_HRH__
#define __POWERRESMAN_HRH__
// list array ids
enum TSystemAgentListLineId
{
ESystemAgentListBatteryStateLabel= 0,
ESystemAgentListChargerStateLabel,
ESystemAgentListNetworkStrengthStateLabel
};
// Enumerate command codes
enum TSystemAgentIds
{
ESystemAgentBacklightState = 0x6000,
ESummations,
EScopingMenu,
ESum,
ESumIdle,
ESumThread,
EScoping,
ETParsePtrC,
ENoScoping
};
// Summation stages - allow easy splitting of task
enum TSummationStage { EStart,
E2Phase,
E3Phase,
E4Phase,
E5Phase,
E6Phase,
E7Phase,
E8Phase,
E9Phase,
E10Phase,
E11Phase,
E12Phase,
E13Phase,
E14Phase,
EFinalPhase};
#endif // __POWERRESMAN_HRH__
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -