ALBA
|
#include <albaWizardBlockInformation.h>
Public Types | |
enum | WIZARD_INFO { WIZARD_INFO_SHOW_ID = MINID } |
Public Member Functions | |
albaWizardBlockInformation (const char *name) | |
~albaWizardBlockInformation () | |
void | SetWindowTitle (const char *Title) |
wxString | GetWindowTitle () |
void | SetDescription (const char *description) |
wxString | GetDescription () |
void | SetImage (const char *imageFilename) |
wxString | GetImage () |
void | SetBoxLabel (const char *label) |
wxString | GetBoxLabel () |
void | SetImagePositionToTop () |
bool | GetImagePositionToTop () |
void | SetImagePositionToLeft () |
bool | GetImagePositionToLeft () |
void | SetImagePath (const char *path) |
wxString | GetImagePath () |
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 () |
virtual void | OnEvent (albaEventBase *alba_event) |
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: albaWizardSelectionBlock.
Class for create a multiple choice switch inside wizard graph
Definition at line 35 of file albaWizardBlockInformation.h.
Enumerator | |
---|---|
WIZARD_INFO_SHOW_ID |
Definition at line 39 of file albaWizardBlockInformation.h.
albaWizardBlockInformation::albaWizardBlockInformation | ( | const char * | name | ) |
Default constructor.
albaWizardBlockInformation::~albaWizardBlockInformation | ( | ) |
Default destructor.
void albaWizardBlockInformation::SetWindowTitle | ( | const char * | Title | ) |
Set The title of the information window.
|
inline |
Get The title of the information window.
Definition at line 54 of file albaWizardBlockInformation.h.
void albaWizardBlockInformation::SetDescription | ( | const char * | description | ) |
Set The description.
|
inline |
Get The description.
Definition at line 60 of file albaWizardBlockInformation.h.
void albaWizardBlockInformation::SetImage | ( | const char * | imageFilename | ) |
Set name of the window image if no image is setted no image will be showed The image will be stored in <APP_DIR>\WizardImages.
|
inline |
return current image filename
Definition at line 68 of file albaWizardBlockInformation.h.
void albaWizardBlockInformation::SetBoxLabel | ( | const char * | label | ) |
Set the description box Label.
|
inline |
Get the description box Label.
Definition at line 74 of file albaWizardBlockInformation.h.
void albaWizardBlockInformation::SetImagePositionToTop | ( | ) |
Set Image Position To Top.
|
inline |
return true if image Position is set to top
Definition at line 80 of file albaWizardBlockInformation.h.
void albaWizardBlockInformation::SetImagePositionToLeft | ( | ) |
Set Image Position To Left.
|
inline |
return true if image Position is set to left
Definition at line 86 of file albaWizardBlockInformation.h.
|
inline |
Set the images path (default path is <ApplicationDirectory>\WizardImages)
Definition at line 89 of file albaWizardBlockInformation.h.
|
inline |
Get the images path.
Definition at line 92 of file albaWizardBlockInformation.h.
|
protectedvirtual |
Starts the execution of the block.
Reimplemented from albaWizardBlock.
|
protectedvirtual |
Event management.
Implements albaObserver.