s60uiexample.hrh
来自「symbianOS第三版开发与实用教程部分源码和部分试验」· HRH 代码 · 共 24 行
HRH
24 行
// Copyright (c) 2006 Nokia Corporation.
#ifndef __S60UIEXAMPLE_HRH__
#define __S60UIEXAMPLE_HRH__
// S60UIExample enumerate command codes
enum TS60UIExampleCommandIds
{
ES60UIExampleStartGame = 1, // start value must not be 0
ES60UIExampleContinueGame,
ES60UIExamplePauseGame,
ES60UIExampleStopGame
};
// S60UIExample application view ids.
enum TS60UIExampleViewNumber
{
ES60UIExampleInitialViewId = 1,
ES60UIExamplePlayViewId
};
#endif // __S60UIEXAMPLE_HRH__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?