General information:Author: A.Rona Version: 1.0 Date: Wed Oct 20 9:19:03 MET 1999 |
Header files:
|
Code files:
|
Class NewFileDialog. This class is used to show a newfilesettings dialog, in which the layoutsize and unitsetting can be given by the user.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
NewFileDialog(GDSMainWindow* parent, long style = &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~NewFileDialog()
Description:
Destructor.
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 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 CmOk()
Description:
Close window if OK-button is pressed.
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: wxStaticBox* |
Declaration:
wxStaticBox* _layoutsize_box
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _units_box
Description:
wxWindows class.
scope: protected | type: basic | typename: wxTextCtrl* |
Declaration:
wxTextCtrl* _layout_x
Description:
wxWindows class.
scope: protected | type: basic | typename: wxTextCtrl* |
Declaration:
wxTextCtrl* _layout_y
Description:
wxWindows class.
scope: protected | type: basic | typename: wxTextCtrl* |
Declaration:
wxTextCtrl* _ed_acc
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _ok
Description:
wxWindows class.
scope: protected | type: basic | typename: wxChoice* |
Declaration:
wxChoice* _units_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 the accuracy value.
scope: protected | type: basic | typename: char |
Declaration:
char _unit[10]
Description:
String which contains the unitsetting.