![]() |
itom
|
Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
| void | slotIntChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | setValue (QtProperty *property, const QSize &val) |
| void | setRange (QtProperty *property, const QSize &minVal, const QSize &maxVal, const QSize &val) |
Public Attributes | |
| PropertyValueMap | m_values |
| QtIntPropertyManager * | m_intPropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_propertyToW |
| QMap< const QtProperty *, QtProperty * > | m_propertyToH |
| QMap< const QtProperty *, QtProperty * > | m_wToProperty |
| QMap< const QtProperty *, QtProperty * > | m_hToProperty |
Private Attributes | |
| QtSizePropertyManager * | q_ptr |