![]() |
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 | slotEnumChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | slotIntChanged (QtProperty *property, int value) |
| void | slotEnumChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QHash< const QtProperty *, QSizePolicy > | m_values |
| QtIntPropertyManager * | m_intPropertyManager = nullptr |
| QtEnumPropertyManager * | m_enumPropertyManager = nullptr |
| QHash< const QtProperty *, QtProperty * > | m_propertyToHPolicy |
| QHash< const QtProperty *, QtProperty * > | m_propertyToVPolicy |
| QHash< const QtProperty *, QtProperty * > | m_propertyToHStretch |
| QHash< const QtProperty *, QtProperty * > | m_propertyToVStretch |
| QHash< const QtProperty *, QtProperty * > | m_hPolicyToProperty |
| QHash< const QtProperty *, QtProperty * > | m_vPolicyToProperty |
| QHash< const QtProperty *, QtProperty * > | m_hStretchToProperty |
| QHash< const QtProperty *, QtProperty * > | m_vStretchToProperty |
Definition at line 5167 of file qtpropertymanager.cpp.
| void QtSizePolicyPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 5206 of file qtpropertymanager.cpp.
| void QtSizePolicyPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtSizePolicyPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 5193 of file qtpropertymanager.cpp.
| void QtSizePolicyPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtSizePolicyPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 5219 of file qtpropertymanager.cpp.
| void QtSizePolicyPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QtEnumPropertyManager * QtSizePolicyPropertyManagerPrivate::m_enumPropertyManager = nullptr |
Definition at line 5180 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_hPolicyToProperty |
Definition at line 5187 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_hStretchToProperty |
Definition at line 5189 of file qtpropertymanager.cpp.
| QtIntPropertyManager * QtSizePolicyPropertyManagerPrivate::m_intPropertyManager = nullptr |
Definition at line 5179 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToHPolicy |
Definition at line 5182 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToHStretch |
Definition at line 5184 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToVPolicy |
Definition at line 5183 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToVStretch |
Definition at line 5185 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QSizePolicy > QtSizePolicyPropertyManagerPrivate::m_values |
Definition at line 5177 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_vPolicyToProperty |
Definition at line 5188 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_vStretchToProperty |
Definition at line 5190 of file qtpropertymanager.cpp.