ldleniefeilong.hrh

来自「symbian 视图切换源代码,很有学习价值」· HRH 代码 · 共 17 行

HRH
17
字号
/* Copyright (c) 2008, NieFeiLong. All rights reserved */

#ifndef __LDLENIEFEILONG_HRH__
#define __LDLENIEFEILONG_HRH__

// LDLENieFeiLong enumerate command codes
enum TLDLENieFeiLongIds
    {
    ELDLENieFeiLongCommand1 = 0x6000,  // ensure they do not coincide with predefined commands
    // add further enumerations here
	EMyHelloCommand1,
	EMyHelloCommand2
    };


#endif // __LDLENIEFEILONG_HRH__

⌨️ 快捷键说明

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