📄 sysinfo60document.h
字号:
/*
* ============================================================================
* Name : CSYSINFO60Document from SYSINFO60Document.h
* Part of : SYSINFO60
* Created : 10.05.2003 by Petri-Veikko Alaj鋜vi OH1GIU
* Description:
* Declares document for application.
* Version :
* Copyright: (c) 2003, Petri-Veikko Alaj鋜vi OH1GIU
* ============================================================================
*/
#ifndef SYSINFO60DOCUMENT_H
#define SYSINFO60DOCUMENT_H
// INCLUDES
#include <akndoc.h>
// CONSTANTS
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
* CSYSINFO60Document application class.
*/
class CSYSINFO60Document : public CAknDocument
{
public: // Constructors and destructor
/**
* Two-phased constructor.
*/
static CSYSINFO60Document* NewL(CEikApplication& aApp);
/**
* Destructor.
*/
virtual ~CSYSINFO60Document();
public: // New functions
protected: // New functions
protected: // Functions from base classes
private:
/**
* EPOC default constructor.
*/
CSYSINFO60Document(CEikApplication& aApp);
void ConstructL();
private:
/**
* From CEikDocument, create CSYSINFO60AppUi "App UI" object.
*/
CEikAppUi* CreateAppUiL();
};
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -