?? numericeditordocument.h
字號(hào):
#ifndef NUMERICEDITORDOCUMENT_H
#define NUMERICEDITORDOCUMENT_H
// INCLUDES
// System includes
#include <akndoc.h> // CAknDocument
// CONSTANTS
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
*
* @class CNumericEditorDocument NumericEditorDocument.h
* @brief This is the document class for the NumericEditor example based on the
* standard Symbian OS architecture.
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CNumericEditorDocument : public CAknDocument
{
public: // Constructor
static CNumericEditorDocument* NewL(CEikApplication& aApp);
private: // Constructors
CNumericEditorDocument(CEikApplication& aApp);
void ConstructL();
private: // from CEikDocument
CEikAppUi* CreateAppUiL();
};
#endif // #ifndef NUMERICEDITORDOCUMENT_H
// End of File
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -