yahooimagesearchapplication.h

来自「使用yahoo图片搜索功能在手机上的以应用」· C头文件 代码 · 共 36 行

H
36
字号
/*
========================================================================
 Name		: YahooImageSearchApplication.h
 Author	  : 
 Copyright   : Copyright 2006 Nokia Corporation
 Description : 
========================================================================
*/
#ifndef YAHOOIMAGESEARCHAPPLICATION_H
#define YAHOOIMAGESEARCHAPPLICATION_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 KUidYahooImageSearchApplication = { 0xE6F0AB11 };
// ]]] end generated region [Generated Constants]

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

⌨️ 快捷键说明

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