📄 wsexampledialog.h
字号:
//
//============================================================================
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -