Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtEnumEditorFactoryPrivate Class Reference
Inheritance diagram for QtEnumEditorFactoryPrivate:
Collaboration diagram for QtEnumEditorFactoryPrivate:

Public Member Functions

void slotPropertyChanged (QtProperty *property, int value)
void slotEnumNamesChanged (QtProperty *property, const QStringList &)
void slotEnumIconsChanged (QtProperty *property, const QMap< int, QIcon > &)
void slotSetValue (int value)
void slotPropertyChanged (QtProperty *property, int value)
void slotEnumNamesChanged (QtProperty *property, const QStringList &)
void slotEnumIconsChanged (QtProperty *property, const QMap< int, QIcon > &)
void slotSetValue (int value)
Public Member Functions inherited from EditorFactoryPrivate< QComboBox >
QComboBoxcreateEditor (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 PropertyToEditorListMap
using EditorToPropertyMap
Public Attributes inherited from EditorFactoryPrivate< QComboBox >
PropertyToEditorListMap m_createdEditors
EditorToPropertyMap m_editorToProperty

Detailed Description

Definition at line 1738 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEnumIconsChanged() [1/2]

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

Definition at line 1788 of file qteditorfactory.cpp.

◆ slotEnumIconsChanged() [2/2]

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

◆ slotEnumNamesChanged() [1/2]

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

Definition at line 1763 of file qteditorfactory.cpp.

◆ slotEnumNamesChanged() [2/2]

void QtEnumEditorFactoryPrivate::slotEnumNamesChanged ( QtProperty * property,
const QStringList &  )

◆ slotPropertyChanged() [1/2]

void QtEnumEditorFactoryPrivate::slotPropertyChanged ( QtProperty * property,
int value )

Definition at line 1750 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

void QtEnumEditorFactoryPrivate::slotPropertyChanged ( QtProperty * property,
int value )

◆ slotSetValue() [1/2]

void QtEnumEditorFactoryPrivate::slotSetValue ( int value)

Definition at line 1810 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtEnumEditorFactoryPrivate::slotSetValue ( int value)

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