![]() |
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 | setConstraint (QtProperty *property, const QRect &constraint, const QRect &val) |
Public Attributes | |
| PropertyValueMap | m_values |
| QtIntPropertyManager * | m_intPropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_propertyToX |
| QMap< const QtProperty *, QtProperty * > | m_propertyToY |
| QMap< const QtProperty *, QtProperty * > | m_propertyToW |
| QMap< const QtProperty *, QtProperty * > | m_propertyToH |
| QMap< const QtProperty *, QtProperty * > | m_xToProperty |
| QMap< const QtProperty *, QtProperty * > | m_yToProperty |
| QMap< const QtProperty *, QtProperty * > | m_wToProperty |
| QMap< const QtProperty *, QtProperty * > | m_hToProperty |
Private Attributes | |
| QtRectPropertyManager * | q_ptr |