?? httpexampleuriquerydialog.h
字號:
#ifndef HTTPEXAMPLEURIQUERYDIALOG_H
#define HTTPEXAMPLEURIQUERYDIALOG_H
// INCLUDES
// System includes
#include <aknquerydialog.h> // CAknDataQueryDialog
#include <uri16.h> // TUriParser
// CONSTANTS
// CLASS DECLARATION
/**
*
* @class CHTTPExampleUriQueryDialog HTTPExampleUriQueryDialog.h
* @brief A dialog for inputting and validating URIs
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CHTTPExampleUriQueryDialog : public CAknTextQueryDialog
{
public:
CHTTPExampleUriQueryDialog(TDes& aDataText, const TTone& aTone = ENoTone);
private:
virtual TBool OkToExitL(TInt aButtonId);
private:
TUriParser iUriParser;
};
#endif // #ifndef HTTPEXAMPLEURIQUERYDIALOG_H
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -