drawing.hrh

来自「Symbian OS C++ for Mobile Phones v3 Exam」· HRH 代码 · 共 28 行

HRH
28
字号
// drawing.hrh
//
// Copyright (c) 2000 - 2007 Symbian Software Ltd.  All rights reserved.
//

/**
Identifies the value for the commands in the application.
Commands shall first start on 0x1000.
Values before 0x1000 is reserved for commands in the framework.
@since UIQ 3.0
*/
enum TExampleCommand
	{
    EExampleCmd1 = 0x1001,
    EExampleCmd2,
    EExampleCmd3,
    EExampleCmd4
	};

/**
Unique controls in view.
@since UIQ 3.0
*/
enum TExampleControl
	{
	EExampleViewPage = 1
	};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?