General information:Author: The unknown Version: 1.0 Date: Tue Oct 26 9:41:39 MET 1999 |
Header files:
|
Code files:
|
Class StructuresDialog. This class is used to show a structures dialog. When a file is loaded, all structures are drawn on the screen. It's also possible to view the structures seperately. Select one of the structures and click Ok to view this structure.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
StructuresDialog(GDSMainWindow* parent, GdsII* gdsii,long style= &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC)
Description:
constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~StructuresDialog()
Description:
destructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Structure* |
Declaration:
Structure* GetStructure()
Description:
Pointer to structure class.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetupWindow(GdsII* gdsii)
Description:
Windows initialisation
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 CmShow()
Description:
View selected structure.
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: wxPanel* |
Declaration:
wxPanel* _panel
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _gb
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _mess1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _mess2
Description:
wxWindows class.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _listbox
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _button1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _button2
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _buttonSHOW
Description:
wxWindows class.
scope: protected | type: basic | typename: GDSMainWindow* |
Declaration:
GDSMainWindow* _parent
Description:
Pointer to mainwindow.
scope: protected | type: basic | typename: GdsII* |
Declaration:
GdsII* _gdsii
Description:
Pointer to GDSII class
scope: protected | type: basic | typename: StructureList* |
Declaration:
StructureList* _structurelist
Description:
Pointer to structurelist class
scope: protected | type: basic | typename: Structure* |
Declaration:
Structure* _structure
Description:
Pointer to structure class which holds the choosen structure.