#include <albaGUIWizardPageNew.h>
Class Name: albaGUIWizardPageNew.
This class is the simplest possible albaGUIWizard implementation. Add gui in panel positions:
- lower left
- lower right
- lower center
- lower center bottom
Definition at line 59 of file albaGUIWizardPageNew.h.
◆ albaGUIWizardPageNew()
◆ ~albaGUIWizardPageNew()
virtual albaGUIWizardPageNew::~albaGUIWizardPageNew |
( |
| ) |
|
|
virtual |
◆ SetListener()
void albaGUIWizardPageNew::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inline |
◆ OnEvent()
Precess events coming from other objects.
Implements albaObserver.
◆ AddGuiLowerLeft()
void albaGUIWizardPageNew::AddGuiLowerLeft |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower left position.
◆ AddGuiLowerRight()
void albaGUIWizardPageNew::AddGuiLowerRight |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower right position.
◆ AddGuiLowerCenter()
void albaGUIWizardPageNew::AddGuiLowerCenter |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower center position.
◆ AddGuiLowerUnderLeft()
void albaGUIWizardPageNew::AddGuiLowerUnderLeft |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower center bottom position.
◆ AddGuiLowerUnderCenter()
void albaGUIWizardPageNew::AddGuiLowerUnderCenter |
( |
albaGUI * |
gui | ) |
|
Add in wizard gui, another gui in lower center bottom position.
◆ RemoveGuiLowerLeft()
void albaGUIWizardPageNew::RemoveGuiLowerLeft |
( |
albaGUI * |
gui | ) |
|
Remove in wizard gui, another gui in lower left position.
◆ RemoveGuiLowerUnderLeft()
void albaGUIWizardPageNew::RemoveGuiLowerUnderLeft |
( |
albaGUI * |
gui | ) |
|
Remove in wizard gui, another gui under lower left position.
◆ RemoveGuiLowerCenter()
void albaGUIWizardPageNew::RemoveGuiLowerCenter |
( |
albaGUI * |
gui | ) |
|
Remove in wizard gui, another gui in lower center position.
◆ SetNextPage()
Create a chain between this page ad nextPage.
◆ SetZCropBounds()
void albaGUIWizardPageNew::SetZCropBounds |
( |
double |
ZMin = 0 , |
|
|
double |
ZMax = 1 |
|
) |
| |
Set bounds of ZCrop slider.
◆ GetZCropBounds()
void albaGUIWizardPageNew::GetZCropBounds |
( |
double |
ZCropBpunds[2] | ) |
|
Return bounds of ZCrop slider.
◆ UpdateWindowing() [1/2]
void albaGUIWizardPageNew::UpdateWindowing |
( |
| ) |
|
Update windowing in order to set correct values in lut slider.
◆ UpdateWindowing() [2/2]
void albaGUIWizardPageNew::UpdateWindowing |
( |
double * |
scalarRange, |
|
|
double * |
scalarSubRange |
|
) |
| |
Update windowing (with custom range) in order to set correct values in lut slider.
(used in dicom importer because the windowing must be that of the total dicom and we see only a slice)
◆ GetWindowing()
void albaGUIWizardPageNew::GetWindowing |
( |
double * |
scalarRange, |
|
|
double * |
scalarSubRange |
|
) |
| |
Get the windowing range values.
◆ UpdateActor()
void albaGUIWizardPageNew::UpdateActor |
( |
| ) |
|
Update Actor Texture from current lut slider values.
◆ GetRWI()
albaRWI * albaGUIWizardPageNew::GetRWI |
( |
| ) |
|
|
inline |
◆ albaGUIWizardPageNewTest
friend class albaGUIWizardPageNewTest |
|
friend |
◆ m_Listener
◆ m_GUISizer
wxBoxSizer* albaGUIWizardPageNew::m_GUISizer |
|
protected |
◆ m_GUIUnderSizer
wxBoxSizer* albaGUIWizardPageNew::m_GUIUnderSizer |
|
protected |
◆ m_LUTSizer
wxBoxSizer* albaGUIWizardPageNew::m_LUTSizer |
|
protected |
◆ m_RwiSizer
wxBoxSizer* albaGUIWizardPageNew::m_RwiSizer |
|
protected |
Sizer used for the vtk render window and if you want to plug any gui on bottom of the RWI.
Definition at line 127 of file albaGUIWizardPageNew.h.
◆ m_SizerAll
wxBoxSizer* albaGUIWizardPageNew::m_SizerAll |
|
protected |
◆ m_Rwi
albaRWI* albaGUIWizardPageNew::m_Rwi |
|
protected |
◆ m_GuiLowerLeft
albaGUI* albaGUIWizardPageNew::m_GuiLowerLeft |
|
protected |
◆ m_GuiLowerCenter
albaGUI* albaGUIWizardPageNew::m_GuiLowerCenter |
|
protected |
◆ m_GuiLowerUnderCenter
albaGUI* albaGUIWizardPageNew::m_GuiLowerUnderCenter |
|
protected |
Gui variable used to plug custom widgets localized under LOWER CENTER.
Definition at line 134 of file albaGUIWizardPageNew.h.
◆ m_GuiLowerUnderLeft
albaGUI* albaGUIWizardPageNew::m_GuiLowerUnderLeft |
|
protected |
◆ m_GuiView
albaGUI* albaGUIWizardPageNew::m_GuiView |
|
protected |
◆ m_LutSlider
◆ m_ZCropSlider
◆ m_ColorLUT
vtkLookupTable* albaGUIWizardPageNew::m_ColorLUT |
|
protected |
◆ m_ZCropOn
bool albaGUIWizardPageNew::m_ZCropOn |
|
protected |
The documentation for this class was generated from the following file: