t1application.h

来自「s60菜单的应用,list menu items」· C头文件 代码 · 共 36 行

H
36
字号
/*
========================================================================
 Name        : t1Application.h
 Author      : 
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
#ifndef T1APPLICATION_H
#define T1APPLICATION_H

// [[[ begin generated region: do not modify [Generated Includes]
#include <aknapp.h>
// ]]] end generated region [Generated Includes]

// [[[ begin generated region: do not modify [Generated Constants]
const TUid KUidt1Application = { 0xEDA24A16 };
// ]]] end generated region [Generated Constants]

/**
 *
 * @class	Ct1Application t1Application.h
 * @brief	A CAknApplication-derived class is required by the S60 application 
 *          framework. It is subclassed to create the application's document 
 *          object.
 */
class Ct1Application : public CAknApplication
	{
private:
	TUid AppDllUid() const;
	CApaDocument* CreateDocumentL();
	
	};
			
#endif // T1APPLICATION_H		

⌨️ 快捷键说明

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