General information:Author: A.Rona Version: 1.0 Date: Thu Oct 21 14:44:17 MET 1999 |
Header files:
|
Code files:
|
Class SettingsDialog. This class is used to show a settings dialog, in which the pathtype, width and the units can be given by the user.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
SettingsDialog(GDSMainWindow* parent, long style = &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetupWindow()
Description:
Windows initialization.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmOk()
Description:
Close window if OK-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmApply()
Description:
Use new settings without closing the window.
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 CmRadioButton(wxEvent& event)
Description:
Get pathtype selection and give command "setpathtype" in the commandhandler, which returns TRUE if a pathtype has been selected.
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: wxPanel* |
Declaration:
wxPanel* _panel
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _ok
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _apply
Description:
wxWindows class.
scope: protected | type: basic | typename: wxRadioBox* |
Declaration:
wxRadioBox* _ed_setpath
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _widthbox
Description:
wxWindows class.
scope: protected | type: basic | typename: wxTextCtrl* |
Declaration:
wxTextCtrl* _width
Description:
wxWindows class.
scope: protected | type: basic | typename: wxChoice* |
Declaration:
wxChoice* _settings_list
Description:
wxWindows class.
scope: protected | type: basic | typename: wxString |
Declaration:
wxString _choices[9]
Description:
wxWindows class.
scope: protected | type: basic | typename: char |
Declaration:
char _acc[10]
Description:
String which contains acurracy setting.
scope: protected | type: basic | typename: char |
Declaration:
char _unit[10]
Description:
String which contains unitsetting.