17#ifndef __albaWizardBlockSelection_H__
18#define __albaWizardBlockSelection_H__
60 void AddChoice(
const char *label,
const char *block);
88 wxString m_Description;
89 std::vector < blockChoice > m_Choices;
Class Name: albaWizardSelectionBlock.
albaWizardBlockSelection(const char *name)
Default constructor.
wxString GetChoiceLabel(int n)
Returns the label of the n-th choice.
~albaWizardBlockSelection()
Default destructor.
virtual void ExcutionBegin()
Starts the execution of the block.
wxString GetWindowTitle()
Get The title of the selection window.
void SetWindowTitle(const char *Title)
Set The title of the selection window.
virtual wxString GetNextBlock()
Return the name of the Block witch will be executed after this.
wxString GetChoiceNextBlock(int n)
Returns the Next Block of the n-th choice.
void AddChoice(const char *label, const char *block)
Add a new choice in the selection.
void SetDescription(const char *description)
Set The title of the selection window.
virtual void SetNextBlock(const char *block)
This method has no sense in this class, use AddChoice() instead.
wxString GetDescription()
Get The title of the selection window.
Class Name: albaWizardBlock.