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

📄 dynamicsettinglistapplication.h

📁 symbian平台上一个比较好的动态设置列表
💻 H
字号:
/*
* ============================================================================
*  Name     : CDynamicSettingListApplication from DynamicSettingListApplication.h
*  Part of  : Dynamic Setting List
*  Created  : 09/21/2005 by Forum Nokia
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#ifndef __DYNAMICSETTINGLIST_APPLICATION_H__
#define __DYNAMICSETTINGLIST_APPLICATION_H__

// INCLUDE FILES
#include <aknapp.h>


// CLASS DECLARATION

/**
* CDynamicSettingListApplication application class.
* Provides factory to create concrete document object.
* 
*/
class CDynamicSettingListApplication : public CAknApplication
    {
private:  // Functions from base classes

    /**
    * From CApaApplication, returns application's UID (KUidDynamicSettingListApp).
    * @return The value of KUidDynamicSettingListApp.
    */
	TUid AppDllUid() const;


	/**
	* From CApaApplication, creates CDynamicSettingListDocument document object.
	* @return A pointer to the created document object.
	*/
    CApaDocument* CreateDocumentL();
    };

#endif // __DYNAMICSETTINGLIST_APPLICATION_H__

// End of file

⌨️ 快捷键说明

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