Inheritance diagram for QtColorEditWidget:
Collaboration diagram for QtColorEditWidget:Public Slots | |
| void | setValue (const QColor &value) |
Signals | |
| void | valueChanged (const QColor &value) |
Public Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *ev) override |
| QtColorEditWidget (QWidget *parent) | |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *) override |
Private Slots | |
| void | buttonClicked () |
Private Attributes | |
| QToolButton * | m_button |
| QColor | m_color |
| QLabel * | m_label |
| QLabel * | m_pixmapLabel |
| QtColorEditWidget::QtColorEditWidget | ( | QWidget * | parent | ) |
References QtPropertyBrowserUtils::brushValuePixmap(), buttonClicked(), QtPropertyBrowserUtils::colorValueText(), m_button, m_color, m_label, m_pixmapLabel, and setupTreeViewEditorMargin().
Here is the call graph for this function:
|
privateslot |
References m_color, setValue(), and valueChanged().
Referenced by QtColorEditWidget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
override |
References m_button.
|
overrideprotected |
|
slot |
References QtPropertyBrowserUtils::brushValuePixmap(), QtPropertyBrowserUtils::colorValueText(), m_color, m_label, and m_pixmapLabel.
Referenced by buttonClicked(), and QtColorEditorFactory::createEditor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
signal |
|
private |
Referenced by eventFilter(), and QtColorEditWidget().
|
private |
Referenced by buttonClicked(), QtColorEditWidget(), and setValue().
|
private |
Referenced by QtColorEditWidget(), and setValue().
|
private |
Referenced by QtColorEditWidget(), and setValue().