⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tempgriddocument.h

📁 symbian grid development
💻 H
字号:
/*
========================================================================
 Name        : tempgridDocument.h
 Author      : 
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
#ifndef TEMPGRIDDOCUMENT_H
#define TEMPGRIDDOCUMENT_H

#include <akndoc.h>
		
class CEikAppUi;

/**
* @class	CtempgridDocument tempgridDocument.h
* @brief	A CAknDocument-derived class is required by the S60 application 
*           framework. It is responsible for creating the AppUi object. 
*/
class CtempgridDocument : public CAknDocument
	{
public: 
	// constructor
	static CtempgridDocument* NewL( CEikApplication& aApp );

private: 
	// constructors
	CtempgridDocument( CEikApplication& aApp );
	void ConstructL();
	
public: 
	// from base class CEikDocument
	CEikAppUi* CreateAppUiL();
	};
#endif // TEMPGRIDDOCUMENT_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -