systemsounds.hrh
来自「symbian for c++ 系统声音调用例子」· HRH 代码 · 共 35 行
HRH
35 行
/*
* ============================================================================
* Name : SystemSounds resource header file systemsounds.hrh
* Part of : SystemSounds
* Created : 06/12/2003 by Forum Nokia
* Description:
* This file contains declarations for constants of SystemSounds.
* The file can be included in C++ or resource file.
* Initial content was generated by Nokia Series 60 AppWizard.
* Version : 1.0
* Copyright: Nokia
* ============================================================================
*/
#ifndef SYSTEMSOUNDS_HRH
#define SYSTEMSOUNDS_HRH
enum TSystemSoundsCommandIds
{
ESystemSoundsView1Cmd1 = 1,
ESystemSoundsView1Cmd4,
ESystemSoundsView2Cmd1
};
enum TSystemSoundsTabViewId
{
ESystemSoundsView1Tab= 1,
ESystemSoundsView2Tab
};
#endif // SYSTEMSOUNDS_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?