![]() |
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 2678 of file qtpropertymanager.cpp.
| void QtPointFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
Definition at line 2704 of file qtpropertymanager.cpp.
| void QtPointFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
| void QtPointFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 2717 of file qtpropertymanager.cpp.
| void QtPointFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QtDoublePropertyManager * QtPointFPropertyManagerPrivate::m_doublePropertyManager |
Definition at line 2695 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_propertyToX |
Definition at line 2697 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_propertyToY |
Definition at line 2698 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, Data > QtPointFPropertyManagerPrivate::m_values |
Definition at line 2693 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_xToProperty |
Definition at line 2700 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointFPropertyManagerPrivate::m_yToProperty |
Definition at line 2701 of file qtpropertymanager.cpp.