17#ifndef __albaWizardBlockVMESelection_H__
18#define __albaWizardBlockVMESelection_H__
68 wxString m_AcceptedVME;
70 wxString m_Description;
Class Name: albaWizardSelectionBlock.
~albaWizardBlockVMESelection()
Default destructor.
static int VMEAccept(albaVME *node)
wxString GetWindowTitle()
Get The title of the selection window.
albaWizardBlockVMESelection(const char *name)
Default constructor.
void SetAcceptedVME(const char *VME)
Set The title of the selection window.
wxString GetAcceptedVME()
Set The title of the selection window.
void SetWindowTitle(const char *Title)
Set The title of the selection window.
virtual void ExcutionBegin()
Starts the execution of the block.
Class Name: albaWizardBlock.