17#ifndef __albaWizardBlockYesNoSelection_H__
18#define __albaWizardBlockYesNoSelection_H__
88 wxString m_Description;
Class Name: albaWizardSelectionBlock.
void EnableCancelButton(bool cancel=true)
Enable or Disable Cancel Button.
wxString GetNextBlockOnNo()
Set The next block associated to no user answer.
void SetDescription(const char *description)
Set The title of the selection window.
void SetNextBlockOnNo(const char *block)
Set The next block associated to no user answer.
virtual wxString GetNextBlock()
Return the name of the Block witch will be executed after this.
void SetNextBlockOnYes(const char *block)
Set The next block associated to yes user answer.
void SetWindowTitle(const char *Title)
Set The title of the selection window.
wxString GetWindowTitle()
Get The title of the information window.
virtual void ExcutionBegin()
Starts the execution of the block.
virtual void SetNextBlock(const char *block)
This method has no sense in this class, use AddChoice() instead.
wxString GetNextBlockOnYes()
Get The next block associated to yes user answer.
bool IsCancelButtonEnabled()
Get Cancel Button enabled status.
albaWizardBlockYesNoSelection(const char *name)
Default constructor.
wxString GetDescription()
Get The description.
~albaWizardBlockYesNoSelection()
Default destructor.
Class Name: albaWizardBlock.