17#ifndef __albaWizardBlockTypeCheck_H__
18#define __albaWizardBlockTypeCheck_H__
95 wxString m_Description;
99 int m_ErrorMessageEnabled;
101 std::vector <wxString> m_AcceptedVmes;
104 wxString m_WrongTypeNextBlock;
Class Name: albaWizardTypeCheckBlock.
albaWizardBlockTypeCheck(const char *name)
Default constructor.
void EnableErrorMessage(bool enabled)
Enable/disable the visualization of error message box.
wxString GetDescription()
Get The title of the selection window.
wxString GetWrongTypeNextBlock()
Get name of the Block called after wrong check.
wxString GetWindowTitle()
Get The title of the window showed when the type check was not
void AddAcceptedType(const char *label)
Add a new accepted type.
~albaWizardBlockTypeCheck()
Default destructor.
bool IsErrorMessageEnabled()
Return true if error message show is enabled.
wxString GetVmeSelect()
Get the path for VME selection.
void SetDescription(const char *description)
Set The title of the selection window.
void SetWindowTitle(const char *Title)
Set The title of the window showed when the type check was not
std::vector< wxString > * GetAcceptedTypeList()
Returns the list of accepted types.
void VmeSelect(const char *path)
Set the path for VME selection.
virtual void ExcutionBegin()
Starts the execution of the block.
wxString GetNextBlock()
Return the name of the Block witch will be executed after this.
void SetWrongTypeNextBlock(const char *block)
Set name of the Block called after wrong check.
Class Name: albaWizardBlock.