|
|
Inheritance diagram for QtEnumEditorFactoryPrivate:Public Member Functions | |
| void | slotEnumIconsChanged (QtProperty *property, const QMap< int, QIcon > &) |
| void | slotEnumNamesChanged (QtProperty *property, const QStringList &) |
| void | slotPropertyChanged (QtProperty *property, int value) |
| void | slotSetValue (int value) |
Public Member Functions inherited from EditorFactoryPrivate< QComboBox > | |
| QComboBox * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QComboBox *e) |
| void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QComboBox > | |
| using | EditorList = QList< QComboBox * > |
| using | EditorToPropertyMap = QMap< QComboBox *, QtProperty * > |
| using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Attributes inherited from EditorFactoryPrivate< QComboBox > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
Definition at line 2407 of file qteditorfactory.cpp.
| void slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons | ||
| ) |
| void slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames | ||
| ) |
| void slotPropertyChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
| void slotSetValue | ( | int | value | ) |