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 2664 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotDoubleChanged() [1/2]

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

Definition at line 2690 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 2703 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtPointFPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_doublePropertyManager

QtDoublePropertyManager * QtPointFPropertyManagerPrivate::m_doublePropertyManager

Definition at line 2681 of file qtpropertymanager.cpp.

◆ m_propertyToX

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

Definition at line 2683 of file qtpropertymanager.cpp.

◆ m_propertyToY

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

Definition at line 2684 of file qtpropertymanager.cpp.

◆ m_values

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

Definition at line 2679 of file qtpropertymanager.cpp.

◆ m_xToProperty

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

Definition at line 2686 of file qtpropertymanager.cpp.

◆ m_yToProperty

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

Definition at line 2687 of file qtpropertymanager.cpp.


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