ALBA
Public Member Functions | Protected Member Functions | List of all members
albaWizardBlockYesNoSelection Class Reference

#include <albaWizardBlockYesNoSelection.h>

Inheritance diagram for albaWizardBlockYesNoSelection:
Inheritance graph
[legend]
Collaboration diagram for albaWizardBlockYesNoSelection:
Collaboration graph
[legend]

Public Member Functions

 albaWizardBlockYesNoSelection (const char *name)
 
 ~albaWizardBlockYesNoSelection ()
 
void SetWindowTitle (const char *Title)
 
wxString GetWindowTitle ()
 
void SetDescription (const char *description)
 
wxString GetDescription ()
 
void SetNextBlockOnYes (const char *block)
 
wxString GetNextBlockOnYes ()
 
void SetNextBlockOnNo (const char *block)
 
wxString GetNextBlockOnNo ()
 
virtual void SetNextBlock (const char *block)
 
void EnableCancelButton (bool cancel=true)
 
bool IsCancelButtonEnabled ()
 
- 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 wxString GetNextBlock ()
 
- 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
 
albaVMEm_SelectedVME
 
albaVMEm_InputVME
 
int m_Success
 
int m_Running
 
albaObserverm_Listener
 
albaString m_DescriptionLabel
 
long m_BlockProgress
 

Detailed Description

Class Name: albaWizardSelectionBlock.

Class for create a multiple choice switch inside wizard graph

Definition at line 35 of file albaWizardBlockYesNoSelection.h.

Constructor & Destructor Documentation

◆ albaWizardBlockYesNoSelection()

albaWizardBlockYesNoSelection::albaWizardBlockYesNoSelection ( const char *  name)

Default constructor.

◆ ~albaWizardBlockYesNoSelection()

albaWizardBlockYesNoSelection::~albaWizardBlockYesNoSelection ( )

Default destructor.

Member Function Documentation

◆ SetWindowTitle()

void albaWizardBlockYesNoSelection::SetWindowTitle ( const char *  Title)

Set The title of the selection window.

◆ GetWindowTitle()

wxString albaWizardBlockYesNoSelection::GetWindowTitle ( )
inline

Get The title of the information window.

Definition at line 49 of file albaWizardBlockYesNoSelection.h.

◆ SetDescription()

void albaWizardBlockYesNoSelection::SetDescription ( const char *  description)

Set The title of the selection window.

◆ GetDescription()

wxString albaWizardBlockYesNoSelection::GetDescription ( )
inline

Get The description.

Definition at line 55 of file albaWizardBlockYesNoSelection.h.

◆ SetNextBlockOnYes()

void albaWizardBlockYesNoSelection::SetNextBlockOnYes ( const char *  block)

Set The next block associated to yes user answer.

◆ GetNextBlockOnYes()

wxString albaWizardBlockYesNoSelection::GetNextBlockOnYes ( )
inline

Get The next block associated to yes user answer.

Definition at line 61 of file albaWizardBlockYesNoSelection.h.

◆ SetNextBlockOnNo()

void albaWizardBlockYesNoSelection::SetNextBlockOnNo ( const char *  block)

Set The next block associated to no user answer.

◆ GetNextBlockOnNo()

wxString albaWizardBlockYesNoSelection::GetNextBlockOnNo ( )
inline

Set The next block associated to no user answer.

Definition at line 67 of file albaWizardBlockYesNoSelection.h.

◆ SetNextBlock()

virtual void albaWizardBlockYesNoSelection::SetNextBlock ( const char *  block)
inlinevirtual

This method has no sense in this class, use AddChoice() instead.

Reimplemented from albaWizardBlock.

Definition at line 71 of file albaWizardBlockYesNoSelection.h.

◆ EnableCancelButton()

void albaWizardBlockYesNoSelection::EnableCancelButton ( bool  cancel = true)

Enable or Disable Cancel Button.

◆ IsCancelButtonEnabled()

bool albaWizardBlockYesNoSelection::IsCancelButtonEnabled ( )
inline

Get Cancel Button enabled status.

Definition at line 77 of file albaWizardBlockYesNoSelection.h.

◆ ExcutionBegin()

virtual void albaWizardBlockYesNoSelection::ExcutionBegin ( )
protectedvirtual

Starts the execution of the block.

Reimplemented from albaWizardBlock.

◆ GetNextBlock()

virtual wxString albaWizardBlockYesNoSelection::GetNextBlock ( )
protectedvirtual

Return the name of the Block witch will be executed after this.

Reimplemented from albaWizardBlock.


The documentation for this class was generated from the following file: