ALBA
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
albaWizardSettings Class Reference

#include <albaWizardSettings.h>

Inheritance diagram for albaWizardSettings:
Inheritance graph
[legend]
Collaboration diagram for albaWizardSettings:
Collaboration graph
[legend]

Public Member Functions

 albaWizardSettings (albaObserver *Listener, const albaString &label=_("Wizard Settings"))
 
 ~albaWizardSettings ()
 
void OnEvent (albaEventBase *alba_event)
 
void SetShowInformationBoxes (int value)
 
int GetShowInformationBoxes ()
 
- Public Member Functions inherited from albaGUISettings
 albaGUISettings (albaObserver *Listener, const albaString &label=_("Settings"))
 
 ~albaGUISettings ()
 
virtual void OnEvent (albaEventBase *alba_event)
 
void SetListener (albaObserver *Listener)
 
albaGUIGetGui ()
 
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_ShowInformationBoxes
 
- Protected Attributes inherited from albaGUISettings
albaGUIm_Gui
 
albaString m_Label
 
wxConfig * m_Config
 
albaObserverm_Listener
 

Detailed Description

class name :albaWizardSettings class that manage wizard specific settings

Definition at line 30 of file albaWizardSettings.h.

Constructor & Destructor Documentation

◆ albaWizardSettings()

albaWizardSettings::albaWizardSettings ( albaObserver Listener,
const albaString label = _("Wizard Settings") 
)

constructor

◆ ~albaWizardSettings()

albaWizardSettings::~albaWizardSettings ( )

destructor

Member Function Documentation

◆ OnEvent()

void albaWizardSettings::OnEvent ( albaEventBase alba_event)
virtual

Answer to the messages coming from interface.

Reimplemented from albaGUISettings.

◆ SetShowInformationBoxes()

void albaWizardSettings::SetShowInformationBoxes ( int  value)

Enable/disable show of information boxes.

◆ GetShowInformationBoxes()

int albaWizardSettings::GetShowInformationBoxes ( )

return the state of show of information boxes

◆ CreateGui()

void albaWizardSettings::CreateGui ( )
protectedvirtual

Create the GUI for the setting panel.

Reimplemented from albaGUISettings.

◆ InitializeSettings()

void albaWizardSettings::InitializeSettings ( )
protectedvirtual

Initialize language used into the application.

Reimplemented from albaGUISettings.

Member Data Documentation

◆ m_ShowInformationBoxes

int albaWizardSettings::m_ShowInformationBoxes
protected

Definition at line 60 of file albaWizardSettings.h.


The documentation for this class was generated from the following file: