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.     };
  12. // S60UIExample application view ids.
  13. enum TS60UIExampleViewNumber
  14.     {
  15.     ES60UIExampleInitialViewId = 1,
  16.     ES60UIExamplePlayViewId
  17.     };
  18. #endif // __S60UIEXAMPLE_HRH__
  19. // End of File