#include <albaGUIWizardPage.h>
Class Name: albaGUIWizardPage.
This class is the simplest possible albaGUIWizard implementation. Add gui in panel positions:
- lower left
- lower right
- lower center
Definition at line 50 of file albaGUIWizardPage.h.
◆ albaGUIWizardPage()
◆ ~albaGUIWizardPage()
virtual albaGUIWizardPage::~albaGUIWizardPage |
( |
| ) |
|
|
virtual |
◆ SetListener()
void albaGUIWizardPage::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inline |
Set the Listener that will receive event-notification.
Definition at line 58 of file albaGUIWizardPage.h.
◆ OnEvent()
Precess events coming from other objects.
Implements albaObserver.
◆ AddGuiLowerLeft()
void albaGUIWizardPage::AddGuiLowerLeft |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower left position.
◆ AddGuiLowerRight()
void albaGUIWizardPage::AddGuiLowerRight |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower right position.
◆ AddGuiLowerCenter()
void albaGUIWizardPage::AddGuiLowerCenter |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower center position.
◆ RemoveGuiLowerLeft()
void albaGUIWizardPage::RemoveGuiLowerLeft |
( |
albaGUI * |
gui | ) |
|
Remove in wizard gui, another gui in lower left position.
◆ RemoveGuiLowerRight()
void albaGUIWizardPage::RemoveGuiLowerRight |
( |
albaGUI * |
gui | ) |
|
Remove in wizard gui, another gui in lower right position.
◆ RemoveGuiLowerCenter()
void albaGUIWizardPage::RemoveGuiLowerCenter |
( |
albaGUI * |
gui | ) |
|
Remove in wizard gui, another gui in lower center position.
◆ SetNextPage()
Create a chain between this page ad nextPage.
◆ GetRWI()
albaRWI * albaGUIWizardPage::GetRWI |
( |
| ) |
|
|
inline |
◆ albaGUIWizardPageTest
friend class albaGUIWizardPageTest |
|
friend |
◆ m_Listener
◆ m_FirstPage
wxWizardPageSimple* albaGUIWizardPage::m_FirstPage |
|
protected |
◆ m_GUISizer
wxBoxSizer* albaGUIWizardPage::m_GUISizer |
|
protected |
◆ m_RwiSizer
wxBoxSizer* albaGUIWizardPage::m_RwiSizer |
|
protected |
Sizer used for the vtk render window and if you want to plug any gui on bottom of the RWI.
Definition at line 91 of file albaGUIWizardPage.h.
◆ m_SizerAll
wxBoxSizer* albaGUIWizardPage::m_SizerAll |
|
protected |
◆ m_Rwi
◆ m_GuiLowerLeft
albaGUI* albaGUIWizardPage::m_GuiLowerLeft |
|
protected |
Gui variable used to plug custom widgets localized in LOWER LEFT.
Definition at line 96 of file albaGUIWizardPage.h.
◆ m_GuiLowerRight
albaGUI* albaGUIWizardPage::m_GuiLowerRight |
|
protected |
Gui variable used to plug custom widgets localized in LOWER RIGHT.
Definition at line 97 of file albaGUIWizardPage.h.
◆ m_GuiLowerCenter
albaGUI* albaGUIWizardPage::m_GuiLowerCenter |
|
protected |
Gui variable used to plug custom widgets localized in LOWER CENTER.
Definition at line 98 of file albaGUIWizardPage.h.
◆ m_Style
long albaGUIWizardPage::m_Style |
|
protected |
The documentation for this class was generated from the following file: