?? phonebkexdocument.h
字號:
/*
* ============================================================================
* Name : CPhoneBkExDocument from PhoneBkExDocument.h
* Part of : PhoneBkEx
* Created : 13/06/2003 by
* Description:
* Declares document for application.
* Version :
* Copyright: Forum Nokia
* ============================================================================
*/
#ifndef PHONEBKEXDOCUMENT_H
#define PHONEBKEXDOCUMENT_H
// INCLUDES
#include <akndoc.h>
// CONSTANTS
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
* CPhoneBkExDocument application class.
*/
class CPhoneBkExDocument : public CAknDocument
{
public: // Constructors and destructor
/**
* Two-phased constructor.
*/
static CPhoneBkExDocument* NewL(CEikApplication& aApp);
/**
* Destructor.
*/
virtual ~CPhoneBkExDocument();
private:
/**
* EPOC default constructor.
*/
CPhoneBkExDocument(CEikApplication& aApp);
void ConstructL();
private:
/**
* From CEikDocument, create CPhoneBkExAppUi "App UI" object.
*/
CEikAppUi* CreateAppUiL();
};
#endif
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -