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