General information:Author: J.C. Mollien, last modified by M. Reemst Version: 1.0 Date: Thu Oct 21 9:08:22 MET 1999 |
Header files:
|
Code files:
|
Class InsLayer.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
InsLayer(GDSMainWindow* parent,char* title,int x,int y,int width,int height,CommandHandler* commandhandler,long style =0 ,char* name = &"Dinsert_layer_dlg&"D)
Description:
Constructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~InsLayer()
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 CmListBox()
Description:
Gets selection and gives command "setlayer" to the commandhandler to set the current layer.
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: 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: CommandHandler* |
Declaration:
CommandHandler* _commandhandler
Description:
Pointer to commandhandler.
scope: protected | type: basic | typename: wxPanel* |
Declaration:
wxPanel* _panel1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _listbox
Description:
wxWindows class.