17#ifndef __albaGUISettingsAdvanced_H__
18#define __albaGUISettingsAdvanced_H__
Implementation of the message object for the Subject/Observer design pattern.
Class Name: albaGUISettingsAdvanced.
MEASURE_UNIT_WIDGET_ID
GUI IDs.
CONVERSION_UNITS
Conversion IDs.
void CreateGui()
Create the GUI for the setting panel.
albaGUISettingsAdvanced(albaObserver *Listener, const albaString &label=_("Advanced"))
constructor.
void InitializeSettings()
Initialize measure unit used into the application.
void OnEvent(albaEventBase *alba_event)
Answer to the messages coming from interface.
int GetConversionType()
Retrieve conversion unit parameter.
void SetConversionType(int conversion)
Set conversion unit parameter.
~albaGUISettingsAdvanced()
destructor.
class name: albaGUISettings base class for more complex specified classes regarding the setting of ap...
Interface implementing the Observer of the Subject/Observer design pattern.
albaString - performs common string operations on c-strings.