General information:Author: M. Reemst Version: Date: Thu Oct 21 14:44:16 MET 1999 |
Header files:
|
Code files:
|
Class griddlg.cpp. This class is used to show a gridsettings dialog, in which the grid spacing, gridcolour, and backgroundcolour can be given.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Gridsettings(GDSMainWindow* parent, CommandHandler* _commandhandler,long style = &&BRAKOwxTHICK_FRAME | wxCAPTION&&BRAKC)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Gridsettings()
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 CmOk()
Description:
Close window if OK-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 CmCancel()
Description:
Close window if CANCEL-button is pressed.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Cm_g_Bitb()
Description:
Set gridcolour.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Cm_b_Bitb()
Description:
Set background colour.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_Colour_Grid(long colour)
Description:
Set gridcolour.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_Colour_Back(long colour)
Description:
Set background colour.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Redraw()
Description:
Redraw grid.
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* _lcommandhandler
Description:
Pointer to commandhandler.
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: wxTextCtrl* |
Declaration:
wxTextCtrl* _ed_space
Description:
wxWindows class.
scope: protected | type: basic | typename: wxRadioBox* |
Declaration:
wxRadioBox* _ed_backORfore
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _m_space
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _m_colour
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticText* |
Declaration:
wxStaticText* _m_bcolour
Description:
wxWindows class.
scope: protected | type: basic | typename: wxColour* |
Declaration:
wxColour* _gcolour
Description:
wxWindows class.
scope: protected | type: basic | typename: wxColour* |
Declaration:
wxColour* _bcolour
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBitmap* |
Declaration:
wxBitmap* _g_bitm
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBitmap* |
Declaration:
wxBitmap* _b_bitm
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBitmapButton* |
Declaration:
wxBitmapButton* _g_bitb
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBitmapButton* |
Declaration:
wxBitmapButton* _b_bitb
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBrush* |
Declaration:
wxBrush* _g_brush
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBrush* |
Declaration:
wxBrush* _b_brush
Description:
wxWindows class.
scope: protected | type: basic | typename: wxColourData* |
Declaration:
wxColourData* _cdata
Description:
wxWindows class.
scope: protected | type: basic | typename: wxColourDialog* |
Declaration:
wxColourDialog* _cd
Description:
wxWindows class.
scope: protected | type: basic | typename: char |
Declaration:
char _space[30]
Description:
String which contains gridspace.