|
|
Inheritance diagram for QtCheckBoxFactoryPrivate:Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, bool value) |
| void | slotSetValue (bool value) |
| void | slotTextVisibleChanged (QtProperty *property, bool textVisible) |
Public Member Functions inherited from EditorFactoryPrivate< QtBoolEdit > | |
| QtBoolEdit * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QtBoolEdit *e) |
| void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QtBoolEdit > | |
| using | EditorList = QList< QtBoolEdit * > |
| using | EditorToPropertyMap = QMap< QtBoolEdit *, QtProperty * > |
| using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Attributes inherited from EditorFactoryPrivate< QtBoolEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
Definition at line 793 of file qteditorfactory.cpp.
| void slotPropertyChanged | ( | QtProperty * | property, |
| bool | value | ||
| ) |
| void slotSetValue | ( | bool | value | ) |
| void slotTextVisibleChanged | ( | QtProperty * | property, |
| bool | textVisible | ||
| ) |