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

Public Member Functions

void slotIntChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 
void slotIntChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

QHash< const QtProperty *, QPointm_values
 
QtIntPropertyManagerm_intPropertyManager
 
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 2453 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotIntChanged() [1/2]

void QtPointPropertyManagerPrivate::slotIntChanged ( QtProperty * property,
int value )

Definition at line 2473 of file qtpropertymanager.cpp.

◆ slotIntChanged() [2/2]

void QtPointPropertyManagerPrivate::slotIntChanged ( QtProperty * property,
int value )

◆ slotPropertyDestroyed() [1/2]

void QtPointPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 2486 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtPointPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_intPropertyManager

QtIntPropertyManager * QtPointPropertyManagerPrivate::m_intPropertyManager

Definition at line 2464 of file qtpropertymanager.cpp.

◆ m_propertyToX

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

Definition at line 2466 of file qtpropertymanager.cpp.

◆ m_propertyToY

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

Definition at line 2467 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, QPoint > QtPointPropertyManagerPrivate::m_values

Definition at line 2462 of file qtpropertymanager.cpp.

◆ m_xToProperty

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

Definition at line 2469 of file qtpropertymanager.cpp.

◆ m_yToProperty

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

Definition at line 2470 of file qtpropertymanager.cpp.


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