Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkColorPropertyView.h>
Public Member Functions | |
QmitkColorPropertyView (const mitk::ColorProperty *, QWidget *parent) | |
virtual | ~QmitkColorPropertyView () |
Public Member Functions inherited from mitk::PropertyView | |
PropertyView (const mitk::BaseProperty *) | |
virtual | ~PropertyView () |
void | OnModified (const itk::EventObject &e) |
void | OnDelete (const itk::EventObject &e) |
Public Member Functions inherited from mitk::PropertyObserver | |
PropertyObserver () | |
virtual | ~PropertyObserver () |
Protected Member Functions | |
virtual void | PropertyChanged () override |
virtual void | PropertyRemoved () override |
void | DisplayColor () |
Protected Member Functions inherited from mitk::PropertyObserver | |
void | BeginModifyProperty () |
void | EndModifyProperty () |
Protected Attributes | |
const mitk::ColorProperty * | m_ColorProperty |
QPalette | m_WidgetPalette |
Protected Attributes inherited from mitk::PropertyView | |
const mitk::BaseProperty * | m_Property |
Protected Attributes inherited from mitk::PropertyObserver | |
unsigned long | m_ModifiedTag |
unsigned long | m_DeleteTag |
bool | m_SelfCall |
Definition at line 25 of file QmitkColorPropertyView.h.
QmitkColorPropertyView::QmitkColorPropertyView | ( | const mitk::ColorProperty * | property, |
QWidget * | parent | ||
) |
Definition at line 20 of file QmitkColorPropertyView.cpp.
References m_WidgetPalette, and PropertyChanged().
|
virtual |
Definition at line 32 of file QmitkColorPropertyView.cpp.
|
protected |
Definition at line 48 of file QmitkColorPropertyView.cpp.
References mitk::ColorProperty::GetColor(), m_ColorProperty, m_WidgetPalette, and ROUND_P.
Referenced by PropertyChanged().
|
overrideprotectedvirtual |
Implements mitk::PropertyObserver.
Definition at line 36 of file QmitkColorPropertyView.cpp.
References DisplayColor(), and mitk::PropertyView::m_Property.
Referenced by QmitkColorPropertyView().
|
overrideprotectedvirtual |
Implements mitk::PropertyObserver.
Definition at line 42 of file QmitkColorPropertyView.cpp.
References m_ColorProperty, and mitk::PropertyView::m_Property.
|
protected |
Definition at line 39 of file QmitkColorPropertyView.h.
Referenced by DisplayColor(), QmitkColorPropertyEditor::mousePressEvent(), QmitkColorPropertyEditor::onColorSelected(), and PropertyRemoved().
|
protected |
Definition at line 41 of file QmitkColorPropertyView.h.
Referenced by DisplayColor(), and QmitkColorPropertyView().