Collaboration diagram for QtCursorEditorFactoryPrivate:Public Member Functions | |
| QtCursorEditorFactoryPrivate () | |
| void | slotEditorDestroyed (QObject *object) | 
| void | slotEnumChanged (QtProperty *property, int value) | 
| void | slotPropertyChanged (QtProperty *property, const QCursor &cursor) | 
Public Attributes | |
| QMap< QWidget *, QtProperty * > | m_editorToEnum | 
| QtEnumEditorFactory * | m_enumEditorFactory | 
| QtEnumPropertyManager * | m_enumPropertyManager | 
| QMap< QtProperty *, QList< QWidget * > > | m_enumToEditors | 
| QMap< QtProperty *, QtProperty * > | m_enumToProperty | 
| QMap< QtProperty *, QtProperty * > | m_propertyToEnum | 
| bool | m_updatingEnum {false} | 
| QtCursorEditorFactoryPrivate::QtCursorEditorFactoryPrivate | ( | ) | 
| void QtCursorEditorFactoryPrivate::slotEditorDestroyed | ( | QObject * | object | ) | 
References m_editorToEnum, m_enumToEditors, m_enumToProperty, and m_propertyToEnum.
| void QtCursorEditorFactoryPrivate::slotEnumChanged | ( | QtProperty * | property, | 
| int | value | ||
| ) | 
References m_enumToProperty, m_updatingEnum, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtCursorPropertyManager::setValue().
 Here is the call graph for this function:| void QtCursorEditorFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, | 
| const QCursor & | cursor | ||
| ) | 
References m_enumPropertyManager, m_propertyToEnum, m_updatingEnum, and QtEnumPropertyManager::setValue().
 Here is the call graph for this function:| QMap<QWidget*, QtProperty*> QtCursorEditorFactoryPrivate::m_editorToEnum | 
Referenced by QtCursorEditorFactory::createEditor(), and slotEditorDestroyed().
| QtEnumEditorFactory* QtCursorEditorFactoryPrivate::m_enumEditorFactory | 
Referenced by QtCursorEditorFactory::createEditor(), and QtCursorEditorFactory::QtCursorEditorFactory().
| QtEnumPropertyManager* QtCursorEditorFactoryPrivate::m_enumPropertyManager | 
| QMap<QtProperty*, QList<QWidget*> > QtCursorEditorFactoryPrivate::m_enumToEditors | 
Referenced by QtCursorEditorFactory::createEditor(), and slotEditorDestroyed().
| QMap<QtProperty*, QtProperty*> QtCursorEditorFactoryPrivate::m_enumToProperty | 
Referenced by QtCursorEditorFactory::createEditor(), slotEditorDestroyed(), and slotEnumChanged().
| QMap<QtProperty*, QtProperty*> QtCursorEditorFactoryPrivate::m_propertyToEnum | 
Referenced by QtCursorEditorFactory::createEditor(), slotEditorDestroyed(), and slotPropertyChanged().
| bool QtCursorEditorFactoryPrivate::m_updatingEnum {false} | 
Referenced by slotEnumChanged(), and slotPropertyChanged().