QtCursorEditorFactoryPrivate Class Reference

Public Member Functions

 QtCursorEditorFactoryPrivate ()
 
void slotEditorDestroyed (QObject *object)
 
void slotEnumChanged (QtProperty *property, int value)
 
void slotPropertyChanged (QtProperty *property, const QCursor &cursor)
 

Public Attributes

QMap< QWidget *, QtProperty * > m_editorToEnum
 
QtEnumEditorFactorym_enumEditorFactory
 
QtEnumPropertyManagerm_enumPropertyManager
 
QMap< QtProperty *, QList< QWidget * > > m_enumToEditors
 
QMap< QtProperty *, QtProperty * > m_enumToProperty
 
QMap< QtProperty *, QtProperty * > m_propertyToEnum
 
bool m_updatingEnum
 

Detailed Description

Definition at line 2632 of file qteditorfactory.cpp.

Constructor & Destructor Documentation

◆ QtCursorEditorFactoryPrivate()

Definition at line 2653 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEditorDestroyed()

void slotEditorDestroyed ( QObject *  object)

Definition at line 2702 of file qteditorfactory.cpp.

◆ slotEnumChanged()

void slotEnumChanged ( QtProperty property,
int  value 
)

Definition at line 2674 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
const QCursor &  cursor 
)

Definition at line 2658 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_editorToEnum

QMap<QWidget*, QtProperty*> m_editorToEnum

Definition at line 2649 of file qteditorfactory.cpp.

◆ m_enumEditorFactory

QtEnumEditorFactory* m_enumEditorFactory

Definition at line 2643 of file qteditorfactory.cpp.

◆ m_enumPropertyManager

QtEnumPropertyManager* m_enumPropertyManager

Definition at line 2644 of file qteditorfactory.cpp.

◆ m_enumToEditors

QMap<QtProperty*, QList<QWidget*> > m_enumToEditors

Definition at line 2648 of file qteditorfactory.cpp.

◆ m_enumToProperty

QMap<QtProperty*, QtProperty*> m_enumToProperty

Definition at line 2647 of file qteditorfactory.cpp.

◆ m_propertyToEnum

QMap<QtProperty*, QtProperty*> m_propertyToEnum

Definition at line 2646 of file qteditorfactory.cpp.

◆ m_updatingEnum

bool m_updatingEnum

Definition at line 2650 of file qteditorfactory.cpp.


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