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