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
QtCursorEditorFactoryPrivate Class Reference
+ Collaboration diagram for QtCursorEditorFactoryPrivate:

Public Member Functions

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

Public Attributes

QtEnumEditorFactorym_enumEditorFactory
 
QtEnumPropertyManagerm_enumPropertyManager
 
QHash< QtProperty *, QtProperty * > m_propertyToEnum
 
QHash< QtProperty *, QtProperty * > m_enumToProperty
 
QHash< QtProperty *, QWidgetListm_enumToEditors
 
QHash< QWidget *, QtProperty * > m_editorToEnum
 
bool m_updatingEnum
 

Detailed Description

Definition at line 1909 of file qteditorfactory.cpp.

Constructor & Destructor Documentation

◆ QtCursorEditorFactoryPrivate() [1/2]

QtCursorEditorFactoryPrivate::QtCursorEditorFactoryPrivate ( )

Definition at line 1930 of file qteditorfactory.cpp.

References m_updatingEnum.

◆ QtCursorEditorFactoryPrivate() [2/2]

QtCursorEditorFactoryPrivate::QtCursorEditorFactoryPrivate ( )

Member Function Documentation

◆ slotEditorDestroyed() [1/2]

void QtCursorEditorFactoryPrivate::slotEditorDestroyed ( QObject * object)

Definition at line 1966 of file qteditorfactory.cpp.

◆ slotEditorDestroyed() [2/2]

void QtCursorEditorFactoryPrivate::slotEditorDestroyed ( QObject * object)

◆ slotEnumChanged() [1/2]

void QtCursorEditorFactoryPrivate::slotEnumChanged ( QtProperty * property,
int value )

Definition at line 1949 of file qteditorfactory.cpp.

References QtCursorDatabase::instance(), and m_updatingEnum.

+ Here is the call graph for this function:

◆ slotEnumChanged() [2/2]

void QtCursorEditorFactoryPrivate::slotEnumChanged ( QtProperty * property,
int value )

◆ slotPropertyChanged() [1/2]

void QtCursorEditorFactoryPrivate::slotPropertyChanged ( QtProperty * property,
const QCursor & cursor )

Definition at line 1936 of file qteditorfactory.cpp.

References QtCursorDatabase::instance(), m_enumPropertyManager, and m_updatingEnum.

+ Here is the call graph for this function:

◆ slotPropertyChanged() [2/2]

void QtCursorEditorFactoryPrivate::slotPropertyChanged ( QtProperty * property,
const QCursor & cursor )

Member Data Documentation

◆ m_editorToEnum

QHash< QWidget *, QtProperty * > QtCursorEditorFactoryPrivate::m_editorToEnum

Definition at line 1926 of file qteditorfactory.cpp.

◆ m_enumEditorFactory

QtEnumEditorFactory * QtCursorEditorFactoryPrivate::m_enumEditorFactory

Definition at line 1920 of file qteditorfactory.cpp.

◆ m_enumPropertyManager

QtEnumPropertyManager * QtCursorEditorFactoryPrivate::m_enumPropertyManager

Definition at line 1921 of file qteditorfactory.cpp.

Referenced by slotPropertyChanged().

◆ m_enumToEditors

QHash< QtProperty *, QWidgetList > QtCursorEditorFactoryPrivate::m_enumToEditors

Definition at line 1925 of file qteditorfactory.cpp.

◆ m_enumToProperty

QHash< QtProperty *, QtProperty * > QtCursorEditorFactoryPrivate::m_enumToProperty

Definition at line 1924 of file qteditorfactory.cpp.

◆ m_propertyToEnum

QHash< QtProperty *, QtProperty * > QtCursorEditorFactoryPrivate::m_propertyToEnum

Definition at line 1923 of file qteditorfactory.cpp.

◆ m_updatingEnum

bool QtCursorEditorFactoryPrivate::m_updatingEnum

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