|
vizkit3d
|
#include <qtpropertymanager.h>
Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
| void | slotDoubleChanged (QtProperty *property, double value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | setValue (QtProperty *property, const QSizeF &val) |
| void | setRange (QtProperty *property, const QSizeF &minVal, const QSizeF &maxVal, const QSizeF &val) |
Public Attributes | |
| PropertyValueMap | m_values |
| QtDoublePropertyManager * | m_doublePropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_propertyToW |
| QMap< const QtProperty *, QtProperty * > | m_propertyToH |
| QMap< const QtProperty *, QtProperty * > | m_wToProperty |
| QMap< const QtProperty *, QtProperty * > | m_hToProperty |
| typedef QMap<const QtProperty *, Data> QtSizeFPropertyManagerPrivate::PropertyValueMap |
| void QtSizeFPropertyManagerPrivate::setRange | ( | QtProperty * | property, |
| const QSizeF & | minVal, | ||
| const QSizeF & | maxVal, | ||
| const QSizeF & | val | ||
| ) |
| void QtSizeFPropertyManagerPrivate::setValue | ( | QtProperty * | property, |
| const QSizeF & | val | ||
| ) |
| void QtSizeFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value | ||
| ) |
| void QtSizeFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QtDoublePropertyManager* QtSizeFPropertyManagerPrivate::m_doublePropertyManager |
| QMap<const QtProperty *, QtProperty *> QtSizeFPropertyManagerPrivate::m_hToProperty |
| QMap<const QtProperty *, QtProperty *> QtSizeFPropertyManagerPrivate::m_propertyToH |
| QMap<const QtProperty *, QtProperty *> QtSizeFPropertyManagerPrivate::m_propertyToW |
| PropertyValueMap QtSizeFPropertyManagerPrivate::m_values |
| QMap<const QtProperty *, QtProperty *> QtSizeFPropertyManagerPrivate::m_wToProperty |
1.8.13