📄 mysimpledialog.h
字号:
/*
* ============================================================================
* Name : CMySimpleDialog from MySimpleDialog.h
* Part of : SimpleDlg
* Created : 28.05.2006 by ToBeReplacedByAuthor
* Description:
* Declares simple dialog class for application.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
#ifndef MYSIMPLEDIALOG_H
#define MYSIMPLEDIALOG_H
// INCLUDES
#include <akndialog.h> // for CAknDialog
// CLASS DECLARATION
/**
* CMySimpleDialog simple dialog class.
*
*/
class CMySimpleDialog : public CAknDialog
{
protected: // Functions from base classes
void PreLayoutDynInitL();
void PostLayoutDynInitL();
TBool OkToExitL(TInt aButtonId);
};
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -