ALBA
|
#include <albaWizardBlockFileExistCheck.h>
Public Member Functions | |
albaWizardBlockFileExistCheck (const char *name) | |
~albaWizardBlockFileExistCheck () | |
void | SetWindowTitle (const char *Title) |
wxString | GetWindowTitle () |
void | VmeSelect (const char *path) |
wxString | GetVmeSelect () |
void | SetDescription (const char *description) |
wxString | GetDescription () |
void | AddAcceptedType (const char *label) |
std::vector< wxString > * | GetAcceptedTypeList () |
void | SetWrongTypeNextBlock (const char *block) |
wxString | GetWrongTypeNextBlock () |
wxString | GetNextBlock () |
void | EnableErrorMessage (bool enabled) |
bool | IsErrorMessageEnabled () |
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 () |
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: albaWizardTypeFileExistCheck.
Class for create a file exist check block
Definition at line 35 of file albaWizardBlockFileExistCheck.h.
albaWizardBlockFileExistCheck::albaWizardBlockFileExistCheck | ( | const char * | name | ) |
Default constructor.
albaWizardBlockFileExistCheck::~albaWizardBlockFileExistCheck | ( | ) |
Default destructor.
void albaWizardBlockFileExistCheck::SetWindowTitle | ( | const char * | Title | ) |
Set The title of the window showed when the type check was not
|
inline |
Get The title of the window showed when the type check was not
Definition at line 49 of file albaWizardBlockFileExistCheck.h.
void albaWizardBlockFileExistCheck::VmeSelect | ( | const char * | path | ) |
Set the path for VME selection.
|
inline |
Get the path for VME selection.
Definition at line 55 of file albaWizardBlockFileExistCheck.h.
void albaWizardBlockFileExistCheck::SetDescription | ( | const char * | description | ) |
Set The title of the selection window.
|
inline |
Get The title of the selection window.
Definition at line 61 of file albaWizardBlockFileExistCheck.h.
void albaWizardBlockFileExistCheck::AddAcceptedType | ( | const char * | label | ) |
Add a new accepted type.
Uses the string of VME type.
|
inline |
Returns the list of accepted types.
Definition at line 69 of file albaWizardBlockFileExistCheck.h.
void albaWizardBlockFileExistCheck::SetWrongTypeNextBlock | ( | const char * | block | ) |
Set name of the Block called after wrong check.
By default is set to "END" and the wizard will closed on wrong check.
|
inline |
Get name of the Block called after wrong check.
Definition at line 76 of file albaWizardBlockFileExistCheck.h.
|
virtual |
Return the name of the Block witch will be executed after this.
Reimplemented from albaWizardBlock.
|
inline |
Enable/disable the visualization of error message box.
Definition at line 82 of file albaWizardBlockFileExistCheck.h.
|
inline |
Return true if error message show is enabled.
Definition at line 85 of file albaWizardBlockFileExistCheck.h.
|
protectedvirtual |
Starts the execution of the block.
Reimplemented from albaWizardBlock.