Inheritance diagram for QtCheckBoxFactoryPrivate:
Collaboration diagram for QtCheckBoxFactoryPrivate:Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, bool value) |
| void | slotSetValue (bool value) |
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 > | |
| typedef QList< QtBoolEdit * > | EditorList |
| typedef QMap< QtBoolEdit *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QtBoolEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtCheckBoxFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| bool | value | ||
| ) |
References QtBoolEdit::blockCheckBoxSignals(), EditorFactoryPrivate< QtBoolEdit >::m_createdEditors, and QtBoolEdit::setChecked().
Here is the call graph for this function:| void QtCheckBoxFactoryPrivate::slotSetValue | ( | bool | value | ) |
References EditorFactoryPrivate< QtBoolEdit >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtBoolPropertyManager::setValue().
Here is the call graph for this function: