Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkMultiLabelSegmentationPreferencePage Class Reference

#include <QmitkMultiLabelSegmentationPreferencePage.h>

Inheritance diagram for QmitkMultiLabelSegmentationPreferencePage:
Collaboration diagram for QmitkMultiLabelSegmentationPreferencePage:

Public Member Functions

 QmitkMultiLabelSegmentationPreferencePage ()
 
 ~QmitkMultiLabelSegmentationPreferencePage ()
 
void Init (berry::IWorkbench::Pointer workbench)
 
void CreateQtControl (QWidget *widget)
 
QWidget * GetQtControl () const
 
virtual bool PerformOk ()
 
virtual void PerformCancel ()
 
virtual void Update ()
 
- Public Member Functions inherited from berry::IQtPreferencePage
 berryObjectMacro (berry::IQtPreferencePage)
 
- Public Member Functions inherited from berry::IPreferencePage
 berryObjectMacro (berry::IPreferencePage)~IPreferencePage()
 
- Public Member Functions inherited from berry::Object
virtual QString GetClassName () const
 
virtual Reflection::TypeInfo GetTypeInfo () const
 
virtual QList< Reflection::TypeInfoGetSuperclasses () const
 
virtual void Delete ()
 
QDebug Print (QDebug os, Indent Indent=0) const
 
virtual QString ToString () const
 
virtual uint HashCode () const
 
virtual bool operator< (const Object *) const
 
void Register () const
 
void UnRegister (bool del=true) const
 
int GetReferenceCount () const
 
void SetReferenceCount (int)
 
void AddDestroyListener (const MessageAbstractDelegate<> &delegate) const
 
void RemoveDestroyListener (const MessageAbstractDelegate<> &delegate) const
 
virtual bool operator== (const Object *) const
 

Protected Slots

void OnVolumeRenderingCheckboxChecked (int)
 
void OnSmoothingCheckboxChecked (int)
 

Protected Attributes

QWidget * m_MainControl
 
QRadioButton * m_RadioOutline
 
QRadioButton * m_RadioOverlay
 
QCheckBox * m_VolumeRenderingCheckBox
 
QDoubleSpinBox * m_SmoothingSpinBox
 
QDoubleSpinBox * m_DecimationSpinBox
 
QCheckBox * m_SelectionModeCheckBox
 
bool m_Initializing
 
berry::IPreferences::Pointer m_SegmentationPreferencesNode
 
- Protected Attributes inherited from berry::Object
QAtomicInt m_ReferenceCount
 
QMutex m_ReferenceCountLock
 

Additional Inherited Members

- Public Types inherited from berry::Object
typedef Object Self
 
typedef berry::SmartPointer< SelfPointer
 
typedef berry::SmartPointer< const SelfConstPointer
 
typedef berry::WeakPointer< SelfWeakPtr
 
typedef berry::WeakPointer< const SelfConstWeakPtr
 
- Static Public Member Functions inherited from berry::Object
static const char * GetStaticClassName ()
 
static Reflection::TypeInfo GetStaticTypeInfo ()
 
static QList< Reflection::TypeInfoGetStaticSuperclasses ()
 
- Protected Member Functions inherited from berry::IQtPreferencePage
void CreateControl (void *parent) override
 
void * GetControl () const override
 
- Protected Member Functions inherited from berry::Object
 Object ()
 
virtual ~Object ()
 
virtual QDebug PrintSelf (QDebug os, Indent indent) const
 
virtual QDebug PrintHeader (QDebug os, Indent indent) const
 
virtual QDebug PrintTrailer (QDebug os, Indent indent) const
 

Detailed Description

Definition at line 30 of file QmitkMultiLabelSegmentationPreferencePage.h.

Constructor & Destructor Documentation

QmitkMultiLabelSegmentationPreferencePage::QmitkMultiLabelSegmentationPreferencePage ( )
QmitkMultiLabelSegmentationPreferencePage::~QmitkMultiLabelSegmentationPreferencePage ( )

Member Function Documentation

QWidget * QmitkMultiLabelSegmentationPreferencePage::GetQtControl ( ) const
virtual

Implements berry::IQtPreferencePage.

Definition at line 102 of file QmitkMultiLabelSegmentationPreferencePage.cpp.

References m_MainControl.

void QmitkMultiLabelSegmentationPreferencePage::Init ( berry::IWorkbench::Pointer  workbench)
virtual

Initializes this preference page for the given workbench.

This method is called automatically as the preference page is being created and initialized. Clients must not call this method.

Parameters
workbenchthe workbench

Implements berry::IPreferencePage.

Definition at line 43 of file QmitkMultiLabelSegmentationPreferencePage.cpp.

void QmitkMultiLabelSegmentationPreferencePage::OnSmoothingCheckboxChecked ( int  state)
protectedslot

Definition at line 164 of file QmitkMultiLabelSegmentationPreferencePage.cpp.

References m_SmoothingSpinBox.

void QmitkMultiLabelSegmentationPreferencePage::OnVolumeRenderingCheckboxChecked ( int  state)
protectedslot

Definition at line 151 of file QmitkMultiLabelSegmentationPreferencePage.cpp.

References m_Initializing.

Referenced by CreateQtControl().

void QmitkMultiLabelSegmentationPreferencePage::PerformCancel ( )
virtual
See also
IPreferencePage::PerformCancel()

Implements berry::IPreferencePage.

Definition at line 117 of file QmitkMultiLabelSegmentationPreferencePage.cpp.

bool QmitkMultiLabelSegmentationPreferencePage::PerformOk ( )
virtual
void QmitkMultiLabelSegmentationPreferencePage::Update ( )
virtual

Member Data Documentation

QDoubleSpinBox* QmitkMultiLabelSegmentationPreferencePage::m_DecimationSpinBox
protected

Definition at line 73 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), PerformOk(), and Update().

bool QmitkMultiLabelSegmentationPreferencePage::m_Initializing
protected
QWidget* QmitkMultiLabelSegmentationPreferencePage::m_MainControl
protected

Definition at line 68 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), and GetQtControl().

QRadioButton* QmitkMultiLabelSegmentationPreferencePage::m_RadioOutline
protected

Definition at line 69 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), PerformOk(), and Update().

QRadioButton* QmitkMultiLabelSegmentationPreferencePage::m_RadioOverlay
protected

Definition at line 70 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), and Update().

berry::IPreferences::Pointer QmitkMultiLabelSegmentationPreferencePage::m_SegmentationPreferencesNode
protected

Definition at line 78 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), PerformOk(), and Update().

QCheckBox* QmitkMultiLabelSegmentationPreferencePage::m_SelectionModeCheckBox
protected

Definition at line 74 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), PerformOk(), and Update().

QDoubleSpinBox* QmitkMultiLabelSegmentationPreferencePage::m_SmoothingSpinBox
protected
QCheckBox* QmitkMultiLabelSegmentationPreferencePage::m_VolumeRenderingCheckBox
protected

Definition at line 71 of file QmitkMultiLabelSegmentationPreferencePage.h.

Referenced by CreateQtControl(), PerformOk(), and Update().


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