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 LayerOrder. This class is used to show the layerorder dialog, in which the order of the used layers can be set.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
LayerOrder(GDSMainWindow* parent,char* title,int x,int y,int width,int height, Setup* prev_setup,long style =0 ,char* name = &"Dmain_layer_dlg&"D)
Description:
constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~LayerOrder()
Description:
destructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: wxListBox* |
Declaration:
wxListBox* Get_ListBox()
Description:
wxWindows class.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Setup* |
Declaration:
Setup* Get_Setup()
Description:
wxWindows class.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: wxButton* |
Declaration:
wxButton* Get_ButtonUP()
Description:
wxWindows class.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: wxButton* |
Declaration:
wxButton* Get_ButtonDOWN()
Description:
wxWindows class.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: wxMessageDialog* |
Declaration:
wxMessageDialog* Get_Text()
Description:
wxWindows class.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetupWindow()
Description:
wxWindows initialisation.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void StoreOrder()
Description:
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 CmCancel()
Description:
Close window if CANCEL-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmUp()
Description:
Move selected layer to a heigher layersetting if UP-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmDown()
Description:
Move selected layer to a lower layersetting if the DOWN-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmShow()
Description:
Show new layerorder if the SHOW-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmListBox()
Description:
Make sure the UP- and DOWN-button can't be used if the top or the bottom of the list has been reached.
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: G_BOOL |
Declaration:
G_BOOL Layer_Order_Changed(int i)
Description:
Return G_BOOL if layer order has been changed.
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: Setup* |
Declaration:
Setup* _setup
Description:
the modified current layersetup
scope: protected | type: basic | typename: Setup* |
Declaration:
Setup* _prev_setup
Description:
the modified current layersetup the current layersetup
scope: protected | type: basic | typename: wxPanel* |
Declaration:
wxPanel* _panel1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _buttonOK
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _buttonCANCEL
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _groupbox
Description:
wxWindows class.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _listbox
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _text1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _buttonUP
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _buttonDOWN
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _buttonSHOW
Description:
wxWindows class.