mclassexample.hrh
来自「symbian中讲述的一个有关M类使用的例子」· HRH 代码 · 共 17 行
HRH
17 行
/* Copyright (c) 2008, Nokia. All rights reserved */
#ifndef __MCLASSEXAMPLE_HRH__
#define __MCLASSEXAMPLE_HRH__
// MClassExample enumerate command codes
enum TMClassExampleIds
{
EMClassExampleCommand1 = 0x6000, // ensure they do not coincide with predefined commands
// add further enumerations here
EsdCommandsend,
EgdCommandget
};
#endif // __MCLASSEXAMPLE_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?