![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 *, QPoint > | m_values |
| QtIntPropertyManager * | m_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 |
Definition at line 2460 of file qtpropertymanager.cpp.
| void QtPointPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 2480 of file qtpropertymanager.cpp.
| void QtPointPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtPointPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 2493 of file qtpropertymanager.cpp.
| void QtPointPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QtIntPropertyManager * QtPointPropertyManagerPrivate::m_intPropertyManager |
Definition at line 2471 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointPropertyManagerPrivate::m_propertyToX |
Definition at line 2473 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointPropertyManagerPrivate::m_propertyToY |
Definition at line 2474 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QPoint > QtPointPropertyManagerPrivate::m_values |
Definition at line 2469 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointPropertyManagerPrivate::m_xToProperty |
Definition at line 2476 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtPointPropertyManagerPrivate::m_yToProperty |
Definition at line 2477 of file qtpropertymanager.cpp.