powerresman.hrh

来自「基于Symbian平台下随心所欲控制屏幕的灯亮熄.在观看视频和发短信时这一点非常」· HRH 代码 · 共 55 行

HRH
55
字号
/**
* 
* 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 + =
减小字号Ctrl + -
显示快捷键?