?? msgobserverdocument.h
字號(hào):
#ifndef MSGOBSERVERDOCUMENT_H
#define MSGOBSERVERDOCUMENT_H
// INCLUDES
#include <akndoc.h>
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
*
* @class CMsgObserverDocument MsgObserverDocument.h
* @brief CMsgObserverDocument application class.
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CMsgObserverDocument : public CAknDocument
{
public: // Constructors and destructor
/**
* Two-phased constructor.
*/
static CMsgObserverDocument* NewL(CEikApplication& aApp);
/**
* Destructor.
*/
virtual ~CMsgObserverDocument();
public: // New functions
private:
/**
* EPOC default constructor.
*/
CMsgObserverDocument(CEikApplication& aApp);
void ConstructL();
private:
/**
* From CEikDocument, create CMsgObserverAppUi "App UI" object.
*/
CEikAppUi* CreateAppUiL();
};
#endif
// End of File
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -