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

#include <albaWizardBlockVMESelection.h>

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

Public Member Functions

 albaWizardBlockVMESelection (const char *name)
 
 ~albaWizardBlockVMESelection ()
 
void SetWindowTitle (const char *Title)
 
wxString GetWindowTitle ()
 
void SetAcceptedVME (const char *VME)
 
wxString GetAcceptedVME ()
 
- 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 ()
 

Static Protected Member Functions

static int VMEAccept (albaVME *node)
 

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 albaWizardBlockVMESelection.h.

Constructor & Destructor Documentation

◆ albaWizardBlockVMESelection()

albaWizardBlockVMESelection::albaWizardBlockVMESelection ( const char *  name)

Default constructor.

◆ ~albaWizardBlockVMESelection()

albaWizardBlockVMESelection::~albaWizardBlockVMESelection ( )

Default destructor.

Member Function Documentation

◆ SetWindowTitle()

void albaWizardBlockVMESelection::SetWindowTitle ( const char *  Title)

Set The title of the selection window.

◆ GetWindowTitle()

wxString albaWizardBlockVMESelection::GetWindowTitle ( )
inline

Get The title of the selection window.

Definition at line 49 of file albaWizardBlockVMESelection.h.

◆ SetAcceptedVME()

void albaWizardBlockVMESelection::SetAcceptedVME ( const char *  VME)

Set The title of the selection window.

◆ GetAcceptedVME()

wxString albaWizardBlockVMESelection::GetAcceptedVME ( )
inline

Set The title of the selection window.

Definition at line 55 of file albaWizardBlockVMESelection.h.

◆ ExcutionBegin()

virtual void albaWizardBlockVMESelection::ExcutionBegin ( )
protectedvirtual

Starts the execution of the block.

Reimplemented from albaWizardBlock.

◆ VMEAccept()

static int albaWizardBlockVMESelection::VMEAccept ( albaVME node)
staticprotected

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