📄 ansphonedocument.h
字号:
#ifndef __ANSPHONEDOCUMENT_H__
#define __ANSPHONEDOCUMENT_H__
// INCLUDES
#include <akndoc.h>
// FORWARD DECLARATIONS
// CLASS DECLARATION
/**
*
* @class CAnsPhoneDocument AnsPhoneDocument.h
* @brief This is the document class for the AnsPhone application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CAnsPhoneDocument : public CAknDocument
{
public:
static CAnsPhoneDocument* NewL(CEikApplication& aApp);
~CAnsPhoneDocument();
private: // CEikDocument
CEikAppUi* CreateAppUiL();
private:
CAnsPhoneDocument(CEikApplication& aApp);
void ConstructL();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -