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 2425 of file qteditorfactory.cpp.

Constructor & Destructor Documentation

◆ QtCursorEditorFactoryPrivate()

Definition at line 2446 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEditorDestroyed()

void slotEditorDestroyed ( QObject *  object)

Definition at line 2494 of file qteditorfactory.cpp.

◆ slotEnumChanged()

void slotEnumChanged ( QtProperty property,
int  value 
)

Definition at line 2467 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
const QCursor &  cursor 
)

Definition at line 2452 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 2442 of file qteditorfactory.cpp.

◆ m_enumEditorFactory

QtEnumEditorFactory* m_enumEditorFactory

Definition at line 2436 of file qteditorfactory.cpp.

◆ m_enumPropertyManager

QtEnumPropertyManager* m_enumPropertyManager

Definition at line 2437 of file qteditorfactory.cpp.

◆ m_enumToEditors

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

Definition at line 2441 of file qteditorfactory.cpp.

◆ m_enumToProperty

QMap<QtProperty*, QtProperty*> m_enumToProperty

Definition at line 2440 of file qteditorfactory.cpp.

◆ m_propertyToEnum

QMap<QtProperty*, QtProperty*> m_propertyToEnum

Definition at line 2439 of file qteditorfactory.cpp.

◆ m_updatingEnum

bool m_updatingEnum

Definition at line 2443 of file qteditorfactory.cpp.


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