Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkSegmentationPreferencePage.h>
Public Member Functions | |
QmitkSegmentationPreferencePage () | |
~QmitkSegmentationPreferencePage () | |
void | Init (berry::IWorkbench::Pointer workbench) override |
void | CreateQtControl (QWidget *widget) override |
QWidget * | GetQtControl () const override |
virtual bool | PerformOk () override |
virtual void | PerformCancel () override |
virtual void | Update () override |
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::TypeInfo > | GetSuperclasses () 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 |
QCheckBox * | m_SlimViewCheckBox |
QRadioButton * | m_RadioOutline |
QRadioButton * | m_RadioOverlay |
QCheckBox * | m_VolumeRenderingCheckBox |
QCheckBox * | m_SmoothingCheckBox |
QDoubleSpinBox * | m_SmoothingSpinBox |
QDoubleSpinBox * | m_DecimationSpinBox |
QDoubleSpinBox * | m_ClosingSpinBox |
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< Self > | Pointer |
typedef berry::SmartPointer< const Self > | ConstPointer |
typedef berry::WeakPointer< Self > | WeakPtr |
typedef berry::WeakPointer< const Self > | ConstWeakPtr |
Static Public Member Functions inherited from berry::Object | |
static const char * | GetStaticClassName () |
static Reflection::TypeInfo | GetStaticTypeInfo () |
static QList< Reflection::TypeInfo > | GetStaticSuperclasses () |
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 |
Definition at line 30 of file QmitkSegmentationPreferencePage.h.
QmitkSegmentationPreferencePage::QmitkSegmentationPreferencePage | ( | ) |
Definition at line 31 of file QmitkSegmentationPreferencePage.cpp.
QmitkSegmentationPreferencePage::~QmitkSegmentationPreferencePage | ( | ) |
Definition at line 38 of file QmitkSegmentationPreferencePage.cpp.
|
overridevirtual |
Implements berry::IQtPreferencePage.
Definition at line 48 of file QmitkSegmentationPreferencePage.cpp.
References berry::Platform::GetPreferencesService(), berry::IPreferencesService::GetSystemPreferences(), m_ClosingSpinBox, m_DecimationSpinBox, m_Initializing, m_MainControl, m_RadioOutline, m_RadioOverlay, m_SegmentationPreferencesNode, m_SelectionModeCheckBox, m_SlimViewCheckBox, m_SmoothingCheckBox, m_SmoothingSpinBox, m_VolumeRenderingCheckBox, OnSmoothingCheckboxChecked(), OnVolumeRenderingCheckboxChecked(), and Update().
|
overridevirtual |
Implements berry::IQtPreferencePage.
Definition at line 116 of file QmitkSegmentationPreferencePage.cpp.
References m_MainControl.
|
overridevirtual |
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.
workbench | the workbench |
Implements berry::IPreferencePage.
Definition at line 43 of file QmitkSegmentationPreferencePage.cpp.
|
protectedslot |
Definition at line 187 of file QmitkSegmentationPreferencePage.cpp.
References m_SmoothingSpinBox.
Referenced by CreateQtControl().
|
protectedslot |
Definition at line 174 of file QmitkSegmentationPreferencePage.cpp.
References m_Initializing.
Referenced by CreateQtControl().
|
overridevirtual |
Implements berry::IPreferencePage.
Definition at line 134 of file QmitkSegmentationPreferencePage.cpp.
|
overridevirtual |
Implements berry::IPreferencePage.
Definition at line 121 of file QmitkSegmentationPreferencePage.cpp.
References m_ClosingSpinBox, m_DecimationSpinBox, m_RadioOutline, m_SegmentationPreferencesNode, m_SelectionModeCheckBox, m_SlimViewCheckBox, m_SmoothingCheckBox, m_SmoothingSpinBox, and m_VolumeRenderingCheckBox.
|
overridevirtual |
Implements berry::IPreferencePage.
Definition at line 139 of file QmitkSegmentationPreferencePage.cpp.
References m_ClosingSpinBox, m_DecimationSpinBox, m_RadioOutline, m_RadioOverlay, m_SegmentationPreferencesNode, m_SelectionModeCheckBox, m_SlimViewCheckBox, m_SmoothingCheckBox, m_SmoothingSpinBox, and m_VolumeRenderingCheckBox.
Referenced by CreateQtControl().
|
protected |
Definition at line 76 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 75 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 79 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), and OnVolumeRenderingCheckboxChecked().
|
protected |
Definition at line 68 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), and GetQtControl().
|
protected |
Definition at line 70 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 71 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), and Update().
|
protected |
Definition at line 81 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 77 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 69 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 73 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().
|
protected |
Definition at line 74 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), OnSmoothingCheckboxChecked(), PerformOk(), and Update().
|
protected |
Definition at line 72 of file QmitkSegmentationPreferencePage.h.
Referenced by CreateQtControl(), PerformOk(), and Update().