wsexampledialog.h
来自「Symbian智能手机操作系统源代码值的参考_服务器」· C头文件 代码 · 共 57 行
H
57 行
//
//============================================================================
// Name : WSExampleDialog from WSExampleDialog.h
// Part of : WSExample
// Created : 10/08/2005 by Forum Nokia
// Implementation notes: Declares dialog for application.
//
// Version : 1.0
// Copyright: Nokia Corporation
//============================================================================
//
#ifndef WSEXAMPLEDIALOG_H
#define WSEXAMPLEDIALOG_H
// INCLUDES
#include <eikdialg.h>
#include <aknlists.h>
// FORWARD DECLARATIONS
// CLASS DECLARATION
//
//CWSExampleDialog dialog class
//
//
class CWSExampleDialog : public CEikDialog
{
public: // Constructors and destructor
//
//Destructor.
//
~CWSExampleDialog();
public: // New functions
void SetListBoxTextL( CDesC16ArrayFlat* aArray );
public: // Functions from base classes
protected: // New functions
protected: // Functions from base classes
void PreLayoutDynInitL();
TBool OkToExitL( TInt aButtonId );
private: //data
CAknDoubleStyleListBox* iListBox;
};
#endif
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?