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

📄 settingsdialog.h

📁 基于symbian的收发SMS、MMS消息
💻 H
字号:
#ifndef __SETTINGSDIALOG_H
#define __SETTINGSDIALOG_H

#include "eikdialg.h"
#include "EmailExampleEngine.h"

class CEmailExampleEngine;

/*
* ============================================================================
*  Name     : CSettingsDialog from SettingsDialog.h
*  Part of  : EmailExample
*  Created  : 09/11/2003 by Forum Nokia
*  Implementation notes:
*		Dialog which implements custom choicelist
*
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/
class CSettingsDialog : public CEikDialog
	{
public:
	CSettingsDialog();

private:
	void PreLayoutDynInitL();
	TBool OkToExitL(TInt aKeycode);

public:
	CEmailExampleEngine* iEngine;
	};

#endif

⌨️ 快捷键说明

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