S60UIExample.hrh
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. #ifndef __S60UIEXAMPLE_HRH__
  3. #define __S60UIEXAMPLE_HRH__
  4. // S60UIExample enumerate command codes
  5. enum TS60UIExampleCommandIds
  6.     {
  7.     ES60UIExampleStartGame = 1, // start value must not be 0
  8.     ES60UIExampleContinueGame,
  9.     ES60UIExamplePauseGame,
  10.     ES60UIExampleStopGame,
  11.     ES60UIExampleWeapon,
  12.     ES60UIExampleHighscores
  13.     };
  14. // S60UIExample application view ids.
  15. enum TS60UIExampleViewNumber
  16.     {
  17.     ES60UIExampleInitialViewId = 1,
  18.     ES60UIExamplePlayViewId,
  19.     ES60UIExampleHighScoreViewId,
  20.     ES60UIExampleSettingsViewId
  21.     };
  22. #endif // __S60UIEXAMPLE_HRH__
  23. // End of File