![]() |
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 | slotIntChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | setConstraint (QtProperty *property, QRect constraint, QRect val) |
| void | slotIntChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | setConstraint (QtProperty *property, QRect constraint, QRect val) |
Public Attributes | |
| QHash< const QtProperty *, Data > | m_values |
| QtIntPropertyManager * | m_intPropertyManager |
| QHash< const QtProperty *, QtProperty * > | m_propertyToX |
| QHash< const QtProperty *, QtProperty * > | m_propertyToY |
| QHash< const QtProperty *, QtProperty * > | m_propertyToW |
| QHash< const QtProperty *, QtProperty * > | m_propertyToH |
| QHash< const QtProperty *, QtProperty * > | m_xToProperty |
| QHash< const QtProperty *, QtProperty * > | m_yToProperty |
| QHash< const QtProperty *, QtProperty * > | m_wToProperty |
| QHash< const QtProperty *, QtProperty * > | m_hToProperty |
Definition at line 3687 of file qtpropertymanager.cpp.
| void QtRectPropertyManagerPrivate::setConstraint | ( | QtProperty * | property, |
| QRect | constraint, | ||
| QRect | val ) |
Definition at line 3764 of file qtpropertymanager.cpp.
| void QtRectPropertyManagerPrivate::setConstraint | ( | QtProperty * | property, |
| QRect | constraint, | ||
| QRect | val ) |
| void QtRectPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 3718 of file qtpropertymanager.cpp.
| void QtRectPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtRectPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 3747 of file qtpropertymanager.cpp.
| void QtRectPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_hToProperty |
Definition at line 3715 of file qtpropertymanager.cpp.
| QtIntPropertyManager * QtRectPropertyManagerPrivate::m_intPropertyManager |
Definition at line 3705 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_propertyToH |
Definition at line 3710 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_propertyToW |
Definition at line 3709 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_propertyToX |
Definition at line 3707 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_propertyToY |
Definition at line 3708 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, Data > QtRectPropertyManagerPrivate::m_values |
Definition at line 3703 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_wToProperty |
Definition at line 3714 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_xToProperty |
Definition at line 3712 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtRectPropertyManagerPrivate::m_yToProperty |
Definition at line 3713 of file qtpropertymanager.cpp.