|
ALBA
|
#include <albaWizardBlockSelection.h>


Public Member Functions | |
| albaWizardBlockSelection (const char *name) | |
| ~albaWizardBlockSelection () | |
| void | SetWindowTitle (const char *Title) |
| wxString | GetWindowTitle () |
| void | SetDescription (const char *description) |
| wxString | GetDescription () |
| void | AddChoice (const char *label, const char *block) |
| wxString | GetChoiceLabel (int n) |
| wxString | GetChoiceNextBlock (int n) |
| virtual void | SetNextBlock (const char *block) |
Public Member Functions inherited from albaWizardBlock | |
| albaWizardBlock (const char *name) | |
| virtual | ~albaWizardBlock () |
| wxString | GetName () |
| virtual void | SetNextBlock (const char *block) |
| virtual wxString | GetNextBlock () |
| virtual void | Delete () |
| albaString | GetDescriptionLabel () |
| void | SetDescriptionLabel (const char *label) |
| void | SetNextBlockOnAbort (const char *label) |
| virtual void | Abort () |
| void | SetBlockProgress (int progress) |
| int | GetBlockProgress () |
Protected Member Functions | |
| virtual void | ExcutionBegin () |
| virtual wxString | GetNextBlock () |
Protected Member Functions inherited from albaWizardBlock | |
| virtual void | ExcutionBegin () |
| virtual void | ExcutionEnd () |
| void | SetSelectedVME (albaVME *node) |
| void | SetListener (albaObserver *Listener) |
| int | Success () |
| virtual wxString | GetRequiredOperation () |
Additional Inherited Members | |
Protected Attributes inherited from albaWizardBlock | |
| wxString | m_Name |
| wxString | m_BlockType |
| wxString | m_AbortBlock |
| wxString | m_NextBlock |
| albaVME * | m_SelectedVME |
| albaVME * | m_InputVME |
| int | m_Success |
| int | m_Running |
| albaObserver * | m_Listener |
| albaString | m_DescriptionLabel |
| long | m_BlockProgress |
Class Name: albaWizardSelectionBlock.
Class for create a multiple choice switch inside wizard graph
Definition at line 35 of file albaWizardBlockSelection.h.
| albaWizardBlockSelection::albaWizardBlockSelection | ( | const char * | name | ) |
Default constructor.
| albaWizardBlockSelection::~albaWizardBlockSelection | ( | ) |
Default destructor.
| void albaWizardBlockSelection::SetWindowTitle | ( | const char * | Title | ) |
Set The title of the selection window.
|
inline |
Get The title of the selection window.
Definition at line 49 of file albaWizardBlockSelection.h.
| void albaWizardBlockSelection::SetDescription | ( | const char * | description | ) |
Set The title of the selection window.
|
inline |
Get The title of the selection window.
Definition at line 55 of file albaWizardBlockSelection.h.
| void albaWizardBlockSelection::AddChoice | ( | const char * | label, |
| const char * | block | ||
| ) |
Add a new choice in the selection.
The choice is composed by the text showed to the user and the correspondent block
| wxString albaWizardBlockSelection::GetChoiceLabel | ( | int | n | ) |
Returns the label of the n-th choice.
| wxString albaWizardBlockSelection::GetChoiceNextBlock | ( | int | n | ) |
Returns the Next Block of the n-th choice.
|
inlinevirtual |
This method has no sense in this class, use AddChoice() instead.
Reimplemented from albaWizardBlock.
Definition at line 70 of file albaWizardBlockSelection.h.
|
protectedvirtual |
Starts the execution of the block.
Reimplemented from albaWizardBlock.
|
protectedvirtual |
Return the name of the Block witch will be executed after this.
Reimplemented from albaWizardBlock.