|
ToolMap
|
Definition of the Log window dialog. More...
#include <logwindow_dlg.h>
Public Member Functions | |
| ImportLogDLG () | |
| Default Constructors. | |
| ImportLogDLG (wxWindow *parent, wxWindowID id=SYMBOL_IMPORTLOG_IDNAME, const wxString &caption=SYMBOL_IMPORTLOG_TITLE, const wxPoint &pos=SYMBOL_IMPORTLOG_POSITION, const wxSize &size=SYMBOL_IMPORTLOG_SIZE, long style=SYMBOL_IMPORTLOG_STYLE) | |
| Use this constructor for creating the dialog. | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_IMPORTLOG_IDNAME, const wxString &caption=SYMBOL_IMPORTLOG_TITLE, const wxPoint &pos=SYMBOL_IMPORTLOG_POSITION, const wxSize &size=SYMBOL_IMPORTLOG_SIZE, long style=SYMBOL_IMPORTLOG_STYLE) |
| Window creation. | |
| ~ImportLogDLG () | |
| Destructor. | |
| void | Init () |
| Initialises member variables. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
Definition of the Log window dialog.
Derived from wxDialog, this class implement the Log Window.
| ImportLogDLG::ImportLogDLG | ( | ) |
Default Constructors.
ImportLog constructors
| ImportLogDLG::~ImportLogDLG | ( | ) |
Destructor.
ImportLogDLG destructor
| bool ImportLogDLG::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_IMPORTLOG_IDNAME, | ||
| const wxString & | caption = SYMBOL_IMPORTLOG_TITLE, | ||
| const wxPoint & | pos = SYMBOL_IMPORTLOG_POSITION, | ||
| const wxSize & | size = SYMBOL_IMPORTLOG_SIZE, | ||
| long | style = SYMBOL_IMPORTLOG_STYLE ) |
Window creation.
ImportLogDLG creator
| void ImportLogDLG::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for ImportLogDLG
| void ImportLogDLG::Init | ( | ) |
Initialises member variables.
Member initialisation