aoexample.hrh

来自「Active Object实现动画」· HRH 代码 · 共 25 行

HRH
25
字号
/*
* ============================================================================
*  Name     : AOExample resource header file aoexample.hrh
*  Part of  : AOExample
*  Created  : 3.5.2004 by Markus Pelkonen
*  Description:
*     This file contains declarations for constants of AOExample.
*     The file can be included in C++ or resource file.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: Nokia
* ============================================================================
*/

#ifndef AOEXAMPLE_HRH
#define AOEXAMPLE_HRH

enum TAOExampleCommandIds
    {
    EAOExampleCmdAppFetch = 1,
    EAOExampleCmdAppClear = 2
    };

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?