![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 *, Data > | m_values |
| QtDoublePropertyManager * | m_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 |
Definition at line 2671 of file qtpropertymanager.cpp.
| void QtPointFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
Definition at line 2697 of file qtpropertymanager.cpp.
| void QtPointFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
| void QtPointFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 2710 of file qtpropertymanager.cpp.
| void QtPointFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QtDoublePropertyManager * QtPointFPropertyManagerPrivate::m_doublePropertyManager |
Definition at line 2688 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_propertyToX |
Definition at line 2690 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_propertyToY |
Definition at line 2691 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, Data > QtPointFPropertyManagerPrivate::m_values |
Definition at line 2686 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_xToProperty |
Definition at line 2693 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_yToProperty |
Definition at line 2694 of file qtpropertymanager.cpp.