?? helloworldddialog.h
字號(hào):
/*
* ============================================================================
* Name : CHelloWorldDDialog from HelloWorldDDialog.h
* Part of : HelloWorldD
* Created : 2006-3-13 by
* Description:
* Declares dialog for application.
* Version :
* Copyright:
* ============================================================================
*/
#ifndef HELLOWORLDDDIALOG_H
#define HELLOWORLDDDIALOG_H
// INCLUDES
#include <eikdialg.h>
// FORWARD DECLARATIONS
// CLASS DECLARATION
/**
* CHelloWorldDDialog dialog class
*
*/
class CHelloWorldDDialog : public CEikDialog
{
public: // Constructors and destructor
/**
* Destructor.
*/
~CHelloWorldDDialog();
public: // New functions
public: // Functions from base classes
protected: // New functions
protected: // Functions from base classes
/**
* From CEikDialog : This is called in CEikDialog::ExecuteLD()
* before a form is drawn.
*/
void PreLayoutDynInitL();
/**
* From CEikDialog : This is called by the dialog framework, returns true if the
* dialog can exit, false otherwise.
*
* @param aButtonId Id of the softkey which was pressed
* @return ETrue if the dialog can exit, false otherwise.
*/
TBool OkToExitL( TInt aButtonId );
private: //data
};
#endif
// End of File
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -