ALBA
|
#include <albaWizardBlockVMESelection.h>
Public Member Functions | |
albaWizardBlockVMESelection (const char *name) | |
~albaWizardBlockVMESelection () | |
void | SetWindowTitle (const char *Title) |
wxString | GetWindowTitle () |
void | SetAcceptedVME (const char *VME) |
wxString | GetAcceptedVME () |
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 () |
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 () |
Static Protected Member Functions | |
static int | VMEAccept (albaVME *node) |
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 albaWizardBlockVMESelection.h.
albaWizardBlockVMESelection::albaWizardBlockVMESelection | ( | const char * | name | ) |
Default constructor.
albaWizardBlockVMESelection::~albaWizardBlockVMESelection | ( | ) |
Default destructor.
void albaWizardBlockVMESelection::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 albaWizardBlockVMESelection.h.
void albaWizardBlockVMESelection::SetAcceptedVME | ( | const char * | VME | ) |
Set The title of the selection window.
|
inline |
Set The title of the selection window.
Definition at line 55 of file albaWizardBlockVMESelection.h.
|
protectedvirtual |
Starts the execution of the block.
Reimplemented from albaWizardBlock.
|
staticprotected |