![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, const QCursor &cursor) |
| void | slotEnumChanged (QtProperty *property, int value) |
| void | slotEditorDestroyed (QObject *object) |
| void | slotPropertyChanged (QtProperty *property, const QCursor &cursor) |
| void | slotEnumChanged (QtProperty *property, int value) |
| void | slotEditorDestroyed (QObject *object) |
Public Attributes | |
| QtEnumEditorFactory * | m_enumEditorFactory = nullptr |
| QtEnumPropertyManager * | m_enumPropertyManager = nullptr |
| QHash< QtProperty *, QtProperty * > | m_propertyToEnum |
| QHash< QtProperty *, QtProperty * > | m_enumToProperty |
| QHash< QtProperty *, QWidgetList > | m_enumToEditors |
| QHash< QWidget *, QtProperty * > | m_editorToEnum |
| bool | m_updatingEnum = false |
Definition at line 1908 of file qteditorfactory.cpp.
Definition at line 1957 of file qteditorfactory.cpp.
| void QtCursorEditorFactoryPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 1940 of file qteditorfactory.cpp.
References QtCursorDatabase::instance(), and m_updatingEnum.
| void QtCursorEditorFactoryPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtCursorEditorFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| const QCursor & | cursor ) |
Definition at line 1927 of file qteditorfactory.cpp.
References QtCursorDatabase::instance(), m_enumPropertyManager, and m_updatingEnum.
| void QtCursorEditorFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| const QCursor & | cursor ) |
| QHash< QWidget *, QtProperty * > QtCursorEditorFactoryPrivate::m_editorToEnum |
Definition at line 1923 of file qteditorfactory.cpp.
| QtEnumEditorFactory * QtCursorEditorFactoryPrivate::m_enumEditorFactory = nullptr |
Definition at line 1917 of file qteditorfactory.cpp.
| QtEnumPropertyManager * QtCursorEditorFactoryPrivate::m_enumPropertyManager = nullptr |
Definition at line 1918 of file qteditorfactory.cpp.
Referenced by slotPropertyChanged().
| QHash< QtProperty *, QWidgetList > QtCursorEditorFactoryPrivate::m_enumToEditors |
Definition at line 1922 of file qteditorfactory.cpp.
| QHash< QtProperty *, QtProperty * > QtCursorEditorFactoryPrivate::m_enumToProperty |
Definition at line 1921 of file qteditorfactory.cpp.
| QHash< QtProperty *, QtProperty * > QtCursorEditorFactoryPrivate::m_propertyToEnum |
Definition at line 1920 of file qteditorfactory.cpp.
| bool QtCursorEditorFactoryPrivate::m_updatingEnum = false |
Definition at line 1924 of file qteditorfactory.cpp.
Referenced by slotEnumChanged(), and slotPropertyChanged().