settingexampleapplication.h
来自「基于 symbian OS的屏幕设置经典程序,很不错,欢迎下载学习」· C头文件 代码 · 共 50 行
H
50 行
/*
* ============================================================================
* Name : CSettingExampleApplication from SettingExampleApplication.h
* Part of : SettingExample
* Created : 29/05/2006 by Forum Nokia
* Version : 2.0
* Copyright: Forum Nokia
* ============================================================================
*/
#ifndef __settingexample_APPLICATION_H__
#define __settingexample_APPLICATION_H__
#include <aknapp.h>
/**
*Class: CSettingExampleApplication
*
*Discussion: An instance of CSettingExampleApplication is the application
* part of the AVKON application framework for the SettingExample
* example application
*/
class CSettingExampleApplication : public CAknApplication
{
public: // from CApaApplication
/**
*Function: AppDllUid
*
*Discussion: Returns the application DLL UID value
*
*Returns: the UID of this Application/Dll
*
*/
TUid AppDllUid() const;
protected: // from CEikApplication
/**
*Function: CreateDocumentL
*
*Discussion: Create a CApaDocument object and return a pointer to it
*
*Returns: a pointer to the created document
*
*/
CApaDocument* CreateDocumentL();
};
#endif // __settingexample_APPLICATION_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?