📄 vrex.hrh
字号:
/*
* ============================================================================
* Name : VRex resource header file vrecexample.hrh
* Part of : Video Recording Example (VRex)
* Created : 16.03.2004 by Nokia Forum
* Description:
* This file contains declarations for constants of VRex.
* The file can be included in C++ or resource file.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __VRECEXAMPLE_HRH__
#define __VRECEXAMPLE_HRH__
enum TVRexCommandIds
{
EVRexCmdAppPlay = 0x76,
EVRexCmdAppStop,
EVRexCmdAppPause,
EVRexCmdAppContinue,
EVRexCmdAppReturn,
EVRexCmdAppDocFileInfo,
EVRexCmdAppDocPlay,
EVRexCmdAppRecord,
EVRexCmdAppStartPreview,
EVRexCmdAppStopPreview
};
#endif // VRECEXAMPLE_HRH
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -