qrypgmdocument.h
来自「symiban game developemt」· C头文件 代码 · 共 37 行
H
37 行
/*
========================================================================
Name : qryPgmDocument.h
Author :
Copyright : Your copyright notice
Description :
========================================================================
*/
#ifndef QRYPGMDOCUMENT_H
#define QRYPGMDOCUMENT_H
#include <akndoc.h>
class CEikAppUi;
/**
* @class CqryPgmDocument qryPgmDocument.h
* @brief A CAknDocument-derived class is required by the S60 application
* framework. It is responsible for creating the AppUi object.
*/
class CqryPgmDocument : public CAknDocument
{
public:
// constructor
static CqryPgmDocument* NewL( CEikApplication& aApp );
private:
// constructors
CqryPgmDocument( CEikApplication& aApp );
void ConstructL();
public:
// from base class CEikDocument
CEikAppUi* CreateAppUiL();
};
#endif // QRYPGMDOCUMENT_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?