|
wxArt2D
|
#include <pathsettings.h>


Public Member Functions | |
| a2dPathSettings () | |
| Constructors. More... | |
| a2dPathSettings (a2dHabitat *habitat, wxWindow *parent, wxWindowID id=SYMBOL_a2dPathSettings_IDNAME, const wxString &caption=SYMBOL_a2dPathSettings_TITLE, const wxPoint &pos=SYMBOL_a2dPathSettings_POSITION, const wxSize &size=SYMBOL_a2dPathSettings_SIZE, long style=SYMBOL_a2dPathSettings_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_a2dPathSettings_IDNAME, const wxString &caption=SYMBOL_a2dPathSettings_TITLE, const wxPoint &pos=SYMBOL_a2dPathSettings_POSITION, const wxSize &size=SYMBOL_a2dPathSettings_SIZE, long style=SYMBOL_a2dPathSettings_STYLE) |
| Creation. More... | |
| ~a2dPathSettings () | |
| Destructor. More... | |
| void | Init () |
| Initialises member variables. More... | |
| void | CreateControls () |
| Creates the controls and sizers. More... | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? More... | |
a2dPathSettings class declaration
Definition at line 50 of file pathsettings.h.
| a2dPathSettings::a2dPathSettings | ( | ) |
Constructors.
a2dPathSettings type definition
a2dPathSettings event table definition
a2dPathSettings constructors
Definition at line 69 of file pathsettings.cpp.
| a2dPathSettings::~a2dPathSettings | ( | ) |
| bool a2dPathSettings::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_a2dPathSettings_IDNAME, |
||
| const wxString & | caption = SYMBOL_a2dPathSettings_TITLE, |
||
| const wxPoint & | pos = SYMBOL_a2dPathSettings_POSITION, |
||
| const wxSize & | size = SYMBOL_a2dPathSettings_SIZE, |
||
| long | style = SYMBOL_a2dPathSettings_STYLE |
||
| ) |
| void a2dPathSettings::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for a2dPathSettings
Definition at line 134 of file pathsettings.cpp.
| void a2dPathSettings::Init | ( | ) |
Initialises member variables.
Member initialisation
Definition at line 116 of file pathsettings.cpp.
|
static |