General information:Author: the unknown Version: 1.0 Date: Tue Oct 26 9:41:38 MET 1999 |
Header files:
|
Code files:
|
Class IdentDlg. This class is used to show an identification dialog, which can be used to display a selected list which shows all selected structures, polygons, etc. in the drawing. When some elements become (de)selected, you'll have to click the Update button to get the actual information.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
IdentDlg(GDSMainWindow*,char*,long style = &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC,char *name=&"Didentification dialog&"D)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~IdentDlg()
Description:
Destructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void hide()
Description:
Hide window if HIDE-button is pressed.
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 Update()
Description:
Update information about selection.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Edit()
Description:
Make editing of selection possible.
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* _updateButton
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _hideButton
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _editButton
Description:
wxWindows class.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _lb
Description:
wxWindows class.