?? richtexteditordocument.h
字號(hào):
/*
* ============================================================================
* Name : CRTEDocument from RichTextEditorDocument.h
* Part of : RichTextEditor
* Created : 05/08/2006 by Forum Nokia
* Implementation notes: - standard Avkon document class source
* Version : 2.0
* Copyright: Forum Nokia
* ============================================================================
*/
#ifndef RTEDOCUMENT_H
#define RTEDOCUMENT_H
// INCLUDES
#include <akndoc.h>
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
* CRTEDocument application class.
*/
class CRTEDocument : public CAknDocument
{
public: // Constructors and destructor
/**
* Two-phased constructor.
*/
static CRTEDocument* NewL(CEikApplication& aApp);
/**
* Destructor.
*/
virtual ~CRTEDocument();
private:
/**
* EPOC default constructor.
*/
CRTEDocument(CEikApplication& aApp);
void ConstructL();
private:
/**
* From CEikDocument, create CRTEAppUi "App UI" object.
*/
CEikAppUi* CreateAppUiL();
};
#endif
// End of File
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -