Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkColorPropertyEditor.h>
Public Member Functions | |
QmitkColorPropertyEditor (const mitk::ColorProperty *, QWidget *parent) | |
~QmitkColorPropertyEditor () override | |
![]() | |
QmitkColorPropertyView (const mitk::ColorProperty *, QWidget *parent) | |
~QmitkColorPropertyView () override | |
![]() | |
PropertyView (const mitk::BaseProperty *) | |
~PropertyView () override | |
void | OnModified (const itk::EventObject &e) |
void | OnDelete (const itk::EventObject &e) |
![]() | |
PropertyObserver () | |
virtual | ~PropertyObserver () |
Protected Slots | |
void | onColorSelected (QColor) |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *) override |
void | mouseReleaseEvent (QMouseEvent *) override |
![]() | |
void | PropertyChanged () override |
void | PropertyRemoved () override |
void | DisplayColor () |
![]() | |
void | BeginModifyProperty () |
void | EndModifyProperty () |
Static Protected Attributes | |
static QmitkPopupColorChooser * | colorChooser |
static int | colorChooserRefCount |
Additional Inherited Members | |
![]() | |
const mitk::ColorProperty * | m_ColorProperty |
QPalette | m_WidgetPalette |
![]() | |
const mitk::BaseProperty * | m_Property |
![]() | |
unsigned long | m_ModifiedTag |
unsigned long | m_DeleteTag |
bool | m_SelfCall |
Definition at line 68 of file QmitkColorPropertyEditor.h.
QmitkColorPropertyEditor::QmitkColorPropertyEditor | ( | const mitk::ColorProperty * | property, |
QWidget * | parent | ||
) |
Definition at line 227 of file QmitkColorPropertyEditor.cpp.
References colorChooser, and colorChooserRefCount.
|
override |
Definition at line 244 of file QmitkColorPropertyEditor.cpp.
References colorChooser, and colorChooserRefCount.
|
overrideprotected |
Definition at line 254 of file QmitkColorPropertyEditor.cpp.
References colorChooser, mitk::ColorProperty::GetColor(), QmitkColorPropertyView::m_ColorProperty, onColorSelected(), and QmitkPopupColorChooser::popup().
|
overrideprotected |
Definition at line 263 of file QmitkColorPropertyEditor.cpp.
References colorChooser, and onColorSelected().
|
protectedslot |
Definition at line 268 of file QmitkColorPropertyEditor.cpp.
References mitk::RenderingManager::GetInstance(), QmitkColorPropertyView::m_ColorProperty, and mitk::RenderingManager::RequestUpdateAll().
Referenced by mousePressEvent(), and mouseReleaseEvent().
|
staticprotected |
Definition at line 80 of file QmitkColorPropertyEditor.h.
Referenced by QmitkPopupColorChooser::drawGradient(), mousePressEvent(), mouseReleaseEvent(), QmitkColorPropertyEditor(), and ~QmitkColorPropertyEditor().
|
staticprotected |
Definition at line 81 of file QmitkColorPropertyEditor.h.
Referenced by QmitkPopupColorChooser::drawGradient(), QmitkColorPropertyEditor(), and ~QmitkColorPropertyEditor().