17#ifndef __albaWizardBlockOperation_H__
18#define __albaWizardBlockOperation_H__
57 void ResizeView(
double x,
double y,
double width,
double height);
121 wxString m_Operation;
122 wxString m_RequiredView;
123 wxString m_VmeSelect;
124 bool m_AutoShowSelectedVME;
125 std::vector < wxString > m_VmeShow;
126 std::vector < wxString > m_VmeHide;
128 bool m_viewhastobedeleted;
130 bool m_windowhastoberesized;
131 bool m_windowhastobetiled;
albaString - performs common string operations on c-strings.
Class Name: albaWizardOperaiontionBlock.
bool GetAutoShowSelectedVME()
Get Auto Show Selected VME status.
~albaWizardBlockOperation()
Default destructor.
void VmeSelect(const char *path)
Set the path for VME selection.
void SetAutoShowSelectedVME(bool autoShow)
If Set Auto Show Selected VME to false the selected vme will not auto showed before operation start.
wxString GetVmeSelect()
Get the path for VME selection.
albaWizardBlockOperation(const char *name)
Default constructor.
void SetRequiredView(const char *View)
Set The name of the operation required view.
void SetRequiredOperation(const char *name)
Set the name of the operation required by this block Set to an empty string to obtain only show and s...
void VmeShowAdd(const char *path)
Set the path of the VMEs that is need to show for the operation.
wxString GetRequiredOperation()
Returns the name of the operation required by this block Return an empty string if no operation is re...
wxString GetRequiredView()
Get The name of the operation required view.
void ExcutionBegin()
Starts the execution of the block.
void ResizeView(double x, double y, double width, double height)
Resize and reposition the View.
void VmeHideAdd(const char *path)
Set the path of the VMEs that is need to hide after the operation.
void SetViewToDelete(const char *View)
Set The name of the required view to delete.
std::vector< wxString > * GetVmeShowList()
Returns the list of vme to show.
void TileWindows(const char *tile_windows)
Tile windows horizontally, vertically or in cascade mode.
void ExcutionEnd()
Ends the execution of the block.
std::vector< wxString > * GetVmeHideList()
Returns the list of vme to Hide.
Class Name: albaWizardBlock.