#include <albaWizard.h>
Class Name: albaWizard.
Class for wizard creation each wizard must extend this block
Definition at line 45 of file albaWizard.h.
◆ albaWizard() [1/2]
albaWizard::albaWizard |
( |
| ) |
|
◆ albaWizard() [2/2]
albaWizard::albaWizard |
( |
const wxString & |
label, |
|
|
const wxString & |
name = "" |
|
) |
| |
◆ ~albaWizard()
albaWizard::~albaWizard |
( |
| ) |
|
◆ SetMenuPath()
void albaWizard::SetMenuPath |
( |
wxString |
path | ) |
|
◆ GetMenuPath()
wxString albaWizard::GetMenuPath |
( |
| ) |
|
◆ GetLabel()
wxString albaWizard::GetLabel |
( |
| ) |
|
Return the Menu label of the wizard.
◆ GetName()
wxString albaWizard::GetName |
( |
| ) |
|
Return the name of the wizard.
◆ SetParameters()
virtual void albaWizard::SetParameters |
( |
void * |
param | ) |
|
|
inlinevirtual |
Initialize wizard's variables according to the parameter's list.
Definition at line 72 of file albaWizard.h.
◆ ShowProgressBar()
void albaWizard::ShowProgressBar |
( |
bool |
show = true | ) |
|
|
inline |
Enable/disable the visualization of the progress bar during the wizard.
Definition at line 75 of file albaWizard.h.
◆ GetShowProgressBar()
bool albaWizard::GetShowProgressBar |
( |
| ) |
|
|
inline |
Return true if progress bar show is enabled.
Definition at line 78 of file albaWizard.h.
◆ Accept()
virtual bool albaWizard::Accept |
( |
albaVME * |
vme | ) |
|
|
protectedvirtual |
Return true for the acceptable vme type.
◆ Execute()
void albaWizard::Execute |
( |
| ) |
|
|
protected |
◆ SetListener()
◆ GetDescriptionTitle()
returns a description about current step in wizard
◆ SetId()
void albaWizard::SetId |
( |
int |
id | ) |
|
|
protected |
◆ GetId()
int albaWizard::GetId |
( |
| ) |
|
|
protected |
◆ AddBlock()
Add a new Block to the wizard Added blocks will be auto-deleted form the wizard.
◆ OnEvent()
◆ ContinueExecution()
void albaWizard::ContinueExecution |
( |
int |
opSuccess | ) |
|
|
protected |
Used to continue wizard execution after operation termination.
◆ SetSelectedVME()
void albaWizard::SetSelectedVME |
( |
albaVME * |
node | ) |
|
|
protected |
Set the selected VME, this function must be called before execution begin.
◆ albaWizardManager
◆ m_Listener
The documentation for this class was generated from the following file: