camdecode.hrh
来自「Symbian 调用摄像头的简单程序。实现了最基本的功能。」· HRH 代码 · 共 22 行
HRH
22 行
/*
============================================================================
Name : CamDecode resource header file CamDecode.hrh
Author : Augusta
Version :
Copyright : All Right Reserved
Description : This file contains declarations for constants of CamDecode.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef CAMDECODE_HRH
#define CAMDECODE_HRH
enum TCamDecodeCommandIds
{
ECamDecodeCmdAppTest = 1,
ECamDecodeCmdAppCacu = 2
};
#endif // CAMDECODE_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?