ALBA
|
#include <albaGUISettingsAdvanced.h>
Public Types | |
enum | MEASURE_UNIT_WIDGET_ID { ID_CONVERSION_UNITS = MINID } |
enum | CONVERSION_UNITS { NONE = 0 , mm2m } |
Public Member Functions | |
albaGUISettingsAdvanced (albaObserver *Listener, const albaString &label=_("Advanced")) | |
~albaGUISettingsAdvanced () | |
void | OnEvent (albaEventBase *alba_event) |
int | GetConversionType () |
void | SetConversionType (int conversion) |
Public Member Functions inherited from albaGUISettings | |
albaGUISettings (albaObserver *Listener, const albaString &label=_("Settings")) | |
~albaGUISettings () | |
virtual void | OnEvent (albaEventBase *alba_event) |
void | SetListener (albaObserver *Listener) |
albaGUI * | GetGui () |
const char * | GetLabel () |
Public Member Functions inherited from albaObserver | |
albaObserver () | |
virtual | ~albaObserver () |
virtual void | OnEvent (albaEventBase *e)=0 |
Protected Member Functions | |
void | CreateGui () |
void | InitializeSettings () |
virtual void | CreateGui () |
virtual void | InitializeSettings () |
Protected Attributes | |
int | m_ConversionUnits |
Protected Attributes inherited from albaGUISettings | |
albaGUI * | m_Gui |
albaString | m_Label |
wxConfig * | m_Config |
albaObserver * | m_Listener |
Class Name: albaGUISettingsAdvanced.
Represents advanced settings which can be modified accessing to option menu.
Definition at line 38 of file albaGUISettingsAdvanced.h.
albaGUISettingsAdvanced::albaGUISettingsAdvanced | ( | albaObserver * | Listener, |
const albaString & | label = _("Advanced") |
||
) |
constructor.
albaGUISettingsAdvanced::~albaGUISettingsAdvanced | ( | ) |
destructor.
|
virtual |
Answer to the messages coming from interface.
Reimplemented from albaGUISettings.
|
inline |
Retrieve conversion unit parameter.
Definition at line 63 of file albaGUISettingsAdvanced.h.
void albaGUISettingsAdvanced::SetConversionType | ( | int | conversion | ) |
Set conversion unit parameter.
|
protectedvirtual |
Create the GUI for the setting panel.
Reimplemented from albaGUISettings.
|
protectedvirtual |
Initialize measure unit used into the application.
Reimplemented from albaGUISettings.
|
protected |
Definition at line 75 of file albaGUISettingsAdvanced.h.