General information:Author: The Unknown Version: 1.0 Date: Mon Oct 25 15:55:15 MET 1999 |
Header files:
|
Code files:
|
Class GroupDialog. This class is used to show a groups dialog, in which the layers according to group A and Group B can be specified.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
GroupDialog(GDSMainWindow* parent,long style = &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~GroupDialog()
Description:
Destructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* Get_Group_A(char* group_str)
Description:
Return string group A.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* Get_Group_B(char* group_str)
Description:
Return string group B.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* Get_Destination(char* group_str)
Description:
Return string destination.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmAdd_A()
Description:
add item to group a.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmAdd_B()
Description:
add item to group b.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmAdd_D()
Description:
add item to destination.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmRemove_A()
Description:
remove item from a.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmRemove_B()
Description:
remove item from b.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmRemove_D()
Description:
remove item from destination.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmClear_A()
Description:
remove all items from a.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CmClear_B()
Description:
remove all items from b.
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 SetupWindow(Setup* setup, group* old_A, group* old_B, int old_D)
Description:
Windows initialisation. for the dialog 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: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL In_A(int)
Description:
is the layer in a.
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL In_B(int)
Description:
is the layer in b.
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: wxButton* |
Declaration:
wxButton* _ok
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _cancel
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _adda
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _rema
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _clra
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _addb
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _remb
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _clrb
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _addd
Description:
wxWindows class.
scope: protected | type: basic | typename: wxButton* |
Declaration:
wxButton* _remd
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _gb1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _gb2
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _gb3
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _gb4
Description:
wxWindows class.
scope: protected | type: basic | typename: wxCheckBox* |
Declaration:
wxCheckBox* _onlyselect_A
Description:
wxWindows class.
scope: protected | type: basic | typename: wxCheckBox* |
Declaration:
wxCheckBox* _onlyselect_B
Description:
wxWindows class.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _listbox_main
Description:
wxWindows class, the main listbox control.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _listbox_a
Description:
wxWindows class, the a listbox control.
scope: protected | type: basic | typename: wxListBox* |
Declaration:
wxListBox* _listbox_b
Description:
wxWindows class, the b listbox control.
scope: protected | type: basic | typename: wxTextCtrl* |
Declaration:
wxTextCtrl* _destination
Description:
wxWindows class, the destination edit control.
scope: protected | type: basic | typename: Setup* |
Declaration:
Setup* _setup
Description:
Pointer to class setup.
scope: protected | type: basic | typename: GDSMainWindow* |
Declaration:
GDSMainWindow* _parent
Description:
Pointer to mainwindow.
scope: protected | type: basic | typename: group* |
Declaration:
group* group_A
Description:
group a array (dynamic)
scope: protected | type: basic | typename: group* |
Declaration:
group* group_B
Description:
group b array (dynamic)
scope: protected | type: basic | typename: int |
Declaration:
int _destinationnr
Description:
the destination layer