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

📄 oandxapplication.h

📁 一个Symbian多媒体程序
💻 H
字号:
// Copyright (c) 2004 - 2006, Symbian Software Ltd. All rights reserved.

#ifndef OANDXAPPLICATION_H
#define OANDXAPPLICATION_H

#include <aknapp.h>

/** Application UID should correspond to UID3 (SECUREID) in the MMP file. */
const TUid KUidOandXApp = {0xE04E4143};		// 0e 'N' 'A' 'C'

class COandXApplication : public CAknApplication
/**
	Standard application class tells the application framework
	this app's UID and creates the document object.
 */
	{
public:
	// From CApaApplication
	TUid AppDllUid() const;

protected:
	// From CEikApplication
	CApaDocument* CreateDocumentL();
	};

#endif // OANDXAPPLICATION_H

⌨️ 快捷键说明

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