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

Classes

struct  Data

Public Member Functions

void slotDoubleChanged (QtProperty *property, double value)
void slotPropertyDestroyed (QtProperty *property)
void slotDoubleChanged (QtProperty *property, double value)
void slotPropertyDestroyed (QtProperty *property)

Public Attributes

QHash< const QtProperty *, Datam_values
QtDoublePropertyManagerm_doublePropertyManager
QHash< const QtProperty *, QtProperty * > m_propertyToX
QHash< const QtProperty *, QtProperty * > m_propertyToY
QHash< const QtProperty *, QtProperty * > m_xToProperty
QHash< const QtProperty *, QtProperty * > m_yToProperty

Detailed Description

Definition at line 2671 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotDoubleChanged() [1/2]

void QtPointFPropertyManagerPrivate::slotDoubleChanged ( QtProperty * property,
double value )

Definition at line 2697 of file qtpropertymanager.cpp.

◆ slotDoubleChanged() [2/2]

void QtPointFPropertyManagerPrivate::slotDoubleChanged ( QtProperty * property,
double value )

◆ slotPropertyDestroyed() [1/2]

void QtPointFPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 2710 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtPointFPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_doublePropertyManager

QtDoublePropertyManager * QtPointFPropertyManagerPrivate::m_doublePropertyManager

Definition at line 2688 of file qtpropertymanager.cpp.

◆ m_propertyToX

QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_propertyToX

Definition at line 2690 of file qtpropertymanager.cpp.

◆ m_propertyToY

QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_propertyToY

Definition at line 2691 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, Data > QtPointFPropertyManagerPrivate::m_values

Definition at line 2686 of file qtpropertymanager.cpp.

◆ m_xToProperty

QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_xToProperty

Definition at line 2693 of file qtpropertymanager.cpp.

◆ m_yToProperty

QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_yToProperty

Definition at line 2694 of file qtpropertymanager.cpp.


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