General information:Author: R. Spekreijse & Chris Mollien Version: 1.0 Date: Mon Oct 25 15:55:16 MET 1999 |
Header files:
|
Code files:
|
Class PatternDialog. Sets the patterndialog on the screen. This class is a typical Windows class. extensive changes for this class to work with wxWindows. This class is no longer a typical windows class...
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
PatternDialog(LayerPropertiesDialog* parent,char* title,int x,int y,int width,int height,long style =0 ,char* name = &"Dmain_pattern_dlg&"D)
Description:
Constructor.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~PatternDialog()
Description:
Destructor.
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void OnCloseWindow(wxCloseEvent& event)
Description:
Cose window if EXIT-button is pressed.
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Redraw()
Description:
Draw for each button its own pattern.
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Cm_P_BitB(wxEvent& event)
Description:
Get chosen colour.
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: wxColour* |
Declaration:
wxColour* ltowxc(long colour)
Description:
wxWindows class.
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* _panel1
Description:
wxWindows class.
scope: protected | type: basic | typename: wxStaticBox* |
Declaration:
wxStaticBox* _groupbox1
Description:
wxWindows class.
scope: protected | type: basic | typename: LayerPropertiesDialog* |
Declaration:
LayerPropertiesDialog* _parent
Description:
Pointer to parent, holds the parent window.
scope: protected | type: basic | typename: wxBitmapButton* |
Declaration:
wxBitmapButton* _patternbut[NR_PATTERNS]
Description:
wxWindows class, layer PATTERN color buttons.
scope: protected | type: basic | typename: wxBitmap* |
Declaration:
wxBitmap* _p_bitm[NR_PATTERNS]
Description:
wxWindows class.
scope: protected | type: basic | typename: wxBrush* |
Declaration:
wxBrush* _brush
Description:
wxWindows class, the brush.
scope: protected | type: basic | typename: int |
Declaration:
int _choosen
Description:
wxWindows class, the choosen pattern.