📄 wsexampledocument.h
字号:
//
//============================================================================
// Name : CWSExampleDocument from WSExampleDocument.h
// Part of : WSExample
// Created : 10/08/2005 by Forum Nokia
// Implementation notes: Declares document for application.
//
// Version : 1.0
// Copyright: Nokia Corporation
//============================================================================
//
#ifndef WSEXAMPLEDOCUMENT_H
#define WSEXAMPLEDOCUMENT_H
// INCLUDES
#include <akndoc.h>
// CONSTANTS
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
class CWSExampleDocument : public CAknDocument
{
public: // Constructors and destructor
static CWSExampleDocument* NewL(CEikApplication& aApp);
virtual ~CWSExampleDocument();
public: // New functions
protected: // New functions
protected: // Functions from base classes
private:
CWSExampleDocument(CEikApplication& aApp);
void ConstructL();
private:
CEikAppUi* CreateAppUiL();
};
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -