ALBA
|
#include <albaWizardBlockYesNoSelection.h>
Public Member Functions | |
albaWizardBlockYesNoSelection (const char *name) | |
~albaWizardBlockYesNoSelection () | |
void | SetWindowTitle (const char *Title) |
wxString | GetWindowTitle () |
void | SetDescription (const char *description) |
wxString | GetDescription () |
void | SetNextBlockOnYes (const char *block) |
wxString | GetNextBlockOnYes () |
void | SetNextBlockOnNo (const char *block) |
wxString | GetNextBlockOnNo () |
virtual void | SetNextBlock (const char *block) |
void | EnableCancelButton (bool cancel=true) |
bool | IsCancelButtonEnabled () |
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 albaWizardBlockYesNoSelection.h.
albaWizardBlockYesNoSelection::albaWizardBlockYesNoSelection | ( | const char * | name | ) |
Default constructor.
albaWizardBlockYesNoSelection::~albaWizardBlockYesNoSelection | ( | ) |
Default destructor.
void albaWizardBlockYesNoSelection::SetWindowTitle | ( | const char * | Title | ) |
Set The title of the selection window.
|
inline |
Get The title of the information window.
Definition at line 49 of file albaWizardBlockYesNoSelection.h.
void albaWizardBlockYesNoSelection::SetDescription | ( | const char * | description | ) |
Set The title of the selection window.
|
inline |
Get The description.
Definition at line 55 of file albaWizardBlockYesNoSelection.h.
void albaWizardBlockYesNoSelection::SetNextBlockOnYes | ( | const char * | block | ) |
Set The next block associated to yes user answer.
|
inline |
Get The next block associated to yes user answer.
Definition at line 61 of file albaWizardBlockYesNoSelection.h.
void albaWizardBlockYesNoSelection::SetNextBlockOnNo | ( | const char * | block | ) |
Set The next block associated to no user answer.
|
inline |
Set The next block associated to no user answer.
Definition at line 67 of file albaWizardBlockYesNoSelection.h.
|
inlinevirtual |
This method has no sense in this class, use AddChoice() instead.
Reimplemented from albaWizardBlock.
Definition at line 71 of file albaWizardBlockYesNoSelection.h.
void albaWizardBlockYesNoSelection::EnableCancelButton | ( | bool | cancel = true | ) |
Enable or Disable Cancel Button.
|
inline |
Get Cancel Button enabled status.
Definition at line 77 of file albaWizardBlockYesNoSelection.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.