Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkPropertyItemDelegate.h>
Signals | |
void | ColorPicked () |
Public Member Functions | |
QmitkColorWidget (QWidget *parent=nullptr) | |
~QmitkColorWidget () override | |
QColor | GetColor () const |
void | SetColor (QColor color) |
Definition at line 27 of file QmitkPropertyItemDelegate.h.
|
explicit |
Definition at line 42 of file QmitkPropertyItemDelegate.cpp.
|
override |
Definition at line 62 of file QmitkPropertyItemDelegate.cpp.
|
signal |
Referenced by SetColor().
QColor QmitkColorWidget::GetColor | ( | ) | const |
Definition at line 66 of file QmitkPropertyItemDelegate.cpp.
Referenced by QmitkPropertyItemDelegate::setModelData().
void QmitkColorWidget::SetColor | ( | QColor | color | ) |
Definition at line 71 of file QmitkPropertyItemDelegate.cpp.
References ColorPicked().
Referenced by QmitkPropertyItemDelegate::setEditorData().