wxsimportxrcdlg.h
来自「非常好用的可移植的多平台C/C++源代码编辑器」· C头文件 代码 · 共 28 行
H
28 行
#ifndef WXSIMPORTXRCDLG_H
#define WXSIMPORTXRCDLG_H
#include "wxsnewwindowdlg.h"
/** This class is used to show dialgo window and import xrc file data */
class wxsImportXrcDlg : public wxsNewWindowDlg
{
public:
/** Ctor */
wxsImportXrcDlg(wxWindow* Parent, TiXmlElement* Element);
/** Dctor */
virtual ~wxsImportXrcDlg();
protected:
/** This procedure will load xrc data to newly created resource */
virtual bool PrepareResource(wxsWindowRes* Res);
private:
/** Xml element containing xrc structure */
TiXmlElement* Element;
};
#endif // WXSIMPORTXRCDLG_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?