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
 
using EditorToPropertyMap
 
using PropertyToEditorListMap
 
- Public Attributes inherited from EditorFactoryPrivate< QComboBox >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 2407 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEnumIconsChanged()

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

Definition at line 2475 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotEnumNamesChanged()

void slotEnumNamesChanged ( QtProperty * property,
const QStringList & enumNames )

Definition at line 2438 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty * property,
int value )

Definition at line 2419 of file qteditorfactory.cpp.

◆ slotSetValue()

void slotSetValue ( int value)

Definition at line 2510 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

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