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, and QtCursorPropertyManager::setValue().
| void QtCursorEditorFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| const QCursor & | cursor ) |
References m_enumPropertyManager, m_propertyToEnum, and m_updatingEnum.
| QMap<QWidget*, QtProperty*> QtCursorEditorFactoryPrivate::m_editorToEnum |
Referenced by slotEditorDestroyed().
| QtEnumEditorFactory* QtCursorEditorFactoryPrivate::m_enumEditorFactory |
| QtEnumPropertyManager* QtCursorEditorFactoryPrivate::m_enumPropertyManager |
Referenced by slotPropertyChanged().
| QMap<QtProperty*, QList<QWidget*> > QtCursorEditorFactoryPrivate::m_enumToEditors |
Referenced by slotEditorDestroyed().
| QMap<QtProperty*, QtProperty*> QtCursorEditorFactoryPrivate::m_enumToProperty |
Referenced by slotEditorDestroyed(), and slotEnumChanged().
| QMap<QtProperty*, QtProperty*> QtCursorEditorFactoryPrivate::m_propertyToEnum |
Referenced by slotEditorDestroyed(), and slotPropertyChanged().
| bool QtCursorEditorFactoryPrivate::m_updatingEnum {false} |
Referenced by slotEnumChanged(), and slotPropertyChanged().