NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Protected Slots | Protected Attributes | List of all members
QmitkSegmentationPreferencePage Class Reference
Inheritance diagram for QmitkSegmentationPreferencePage:
Inheritance graph
[legend]
Collaboration diagram for QmitkSegmentationPreferencePage:
Collaboration graph
[legend]

Public Member Functions

 QmitkSegmentationPreferencePage ()
 
 ~QmitkSegmentationPreferencePage ()
 
void Init (berry::IWorkbench::Pointer workbench)
 
void CreateQtControl (QWidget *widget)
 
QWidget * GetQtControl () const
 
virtual bool PerformOk ()
 
virtual void PerformCancel ()
 
virtual void Update ()
 

Protected Slots

void OnVolumeRenderingCheckboxChecked (int)
 
void OnSmoothingCheckboxChecked (int)
 
void OnDefaultColourChanged ()
 
void OnResetDefaultColour ()
 

Protected Attributes

QWidget * m_MainControl
 
QRadioButton * m_RadioOutline
 
QRadioButton * m_RadioOverlay
 
QCheckBox * m_VolumeRenderingCheckBox
 
QCheckBox * m_SmoothingCheckBox
 
QDoubleSpinBox * m_SmoothingSpinBox
 
QDoubleSpinBox * m_DecimationSpinBox
 
QDoubleSpinBox * m_ClosingSpinBox
 
QPushButton * m_DefaultColorPushButton
 
QString m_DefauleColorStyleSheet
 
std::string m_DefaultColor
 
bool m_Initializing
 
berry::IPreferences::Pointer m_SegmentationPreferencesNode
 

Constructor & Destructor Documentation

QmitkSegmentationPreferencePage::QmitkSegmentationPreferencePage ( )
QmitkSegmentationPreferencePage::~QmitkSegmentationPreferencePage ( )

Member Function Documentation

void QmitkSegmentationPreferencePage::CreateQtControl ( QWidget *  widget)
QWidget * QmitkSegmentationPreferencePage::GetQtControl ( ) const
void QmitkSegmentationPreferencePage::Init ( berry::IWorkbench::Pointer  workbench)
void QmitkSegmentationPreferencePage::OnDefaultColourChanged ( )
protectedslot
void QmitkSegmentationPreferencePage::OnResetDefaultColour ( )
protectedslot
void QmitkSegmentationPreferencePage::OnSmoothingCheckboxChecked ( int  state)
protectedslot
void QmitkSegmentationPreferencePage::OnVolumeRenderingCheckboxChecked ( int  state)
protectedslot
void QmitkSegmentationPreferencePage::PerformCancel ( )
virtual
See also
IPreferencePage::PerformCancel()
bool QmitkSegmentationPreferencePage::PerformOk ( )
virtual
See also
IPreferencePage::PerformOk()
void QmitkSegmentationPreferencePage::Update ( void  )
virtual
See also
IPreferencePage::Update()

Member Data Documentation

QDoubleSpinBox* QmitkSegmentationPreferencePage::m_ClosingSpinBox
protected
QDoubleSpinBox* QmitkSegmentationPreferencePage::m_DecimationSpinBox
protected
QString QmitkSegmentationPreferencePage::m_DefauleColorStyleSheet
protected
std::string QmitkSegmentationPreferencePage::m_DefaultColor
protected
QPushButton* QmitkSegmentationPreferencePage::m_DefaultColorPushButton
protected
bool QmitkSegmentationPreferencePage::m_Initializing
protected
QWidget* QmitkSegmentationPreferencePage::m_MainControl
protected
QRadioButton* QmitkSegmentationPreferencePage::m_RadioOutline
protected
QRadioButton* QmitkSegmentationPreferencePage::m_RadioOverlay
protected
berry::IPreferences::Pointer QmitkSegmentationPreferencePage::m_SegmentationPreferencesNode
protected
QCheckBox* QmitkSegmentationPreferencePage::m_SmoothingCheckBox
protected
QDoubleSpinBox* QmitkSegmentationPreferencePage::m_SmoothingSpinBox
protected
QCheckBox* QmitkSegmentationPreferencePage::m_VolumeRenderingCheckBox
protected

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