s60uiexample.hrh
来自「symbianOS第三版开发与实用教程部分源码和部分试验」· HRH 代码 · 共 29 行
HRH
29 行
// 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,
ES60UIExampleWeapon,
ES60UIExampleHighscores
};
// S60UIExample application view ids.
enum TS60UIExampleViewNumber
{
ES60UIExampleInitialViewId = 1,
ES60UIExamplePlayViewId,
ES60UIExampleHighScoreViewId,
ES60UIExampleSettingsViewId
};
#endif // __S60UIEXAMPLE_HRH__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?