QtEnumEditorFactoryPrivate Class Reference
+ 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
 

Detailed Description

Definition at line 2214 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEnumIconsChanged()

void slotEnumIconsChanged ( QtProperty property,
const QMap< int, QIcon > &  enumIcons 
)

Definition at line 2281 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotEnumNamesChanged()

void slotEnumNamesChanged ( QtProperty property,
const QStringList &  enumNames 
)

Definition at line 2244 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
int  value 
)

Definition at line 2226 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSetValue()

void slotSetValue ( int  value)

Definition at line 2315 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: