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