#include <pathsettings.h>

Public Member Functions | |
| a2dPathSettings () | |
| Constructors. | |
| a2dPathSettings (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. | |
| ~a2dPathSettings () | |
| Destructor. | |
| void | Init () |
| Initialises member variables. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Definition at line 49 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::Init | ( | ) |
Initialises member variables.
Member initialisation
Definition at line 118 of file pathsettings.cpp.
| void a2dPathSettings::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for a2dPathSettings
Definition at line 136 of file pathsettings.cpp.
| bool a2dPathSettings::ShowToolTips | ( | ) | [static] |