General information:Author: the unknown Version: 1.0 Date: Tue Oct 26 9:41:38 MET 1999 |
Header files:
|
Code files:
|
This class is used to show an execution dialog, in which commands from history can be given to the commandline to be executed by pressing the EXECUTE-button.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
ExecDlg(GDSMainWindow*,char*,long style = &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC,char *name=&"Dframe&"D)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~ExecDlg()
Description:
Destructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void hide()
Description:
Don't show window if HIDE-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void OnCloseWindow(wxCloseEvent& event)
Description:
Close window if EXIT-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void addCommand(char *)
Description:
Add command to history.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Copy()
Description:
Copy command selected from history to commandline.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Execute()
Description:
Execute command which is given in the commandline.
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
DECLARE_EVENT_TABLE()
Description:
Declare used events.
scope: protected | type: basic | typename: GDSMainWindow* |
Declaration:
GDSMainWindow* _parent
Description:
Pointer to mainwindow.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _m_history
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _m_comline
Description:
wxWindows class.
scope: protected | type: basic | typename: wxPanel* |
Declaration:
wxPanel* _panel
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _execButton
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _copyButton
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _hideButton
Description:
wxWindows class.
scope: protected | type: basic | typename: wxTextCtrl* |
Declaration:
wxTextCtrl* _editField
Description:
wxWindows class.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _lb
Description:
wxWindows class.