Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
| void | slotBoolChanged (QtProperty *property, bool value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QtBoolPropertyManager * | m_boolPropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_flagToProperty |
| QMap< const QtProperty *, QList< QtProperty * > > | m_propertyToFlags |
| PropertyValueMap | m_values |
| typedef QMap<const QtProperty*, Data> QtFlagPropertyManagerPrivate::PropertyValueMap |
| void QtFlagPropertyManagerPrivate::slotBoolChanged | ( | QtProperty * | property, |
| bool | value ) |
References m_flagToProperty, m_propertyToFlags, and m_values.
| void QtFlagPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_flagToProperty, and m_propertyToFlags.
| QtBoolPropertyManager* QtFlagPropertyManagerPrivate::m_boolPropertyManager |
| QMap<const QtProperty*, QtProperty*> QtFlagPropertyManagerPrivate::m_flagToProperty |
Referenced by slotBoolChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QList<QtProperty*> > QtFlagPropertyManagerPrivate::m_propertyToFlags |
Referenced by slotBoolChanged(), and slotPropertyDestroyed().
| PropertyValueMap QtFlagPropertyManagerPrivate::m_values |
Referenced by slotBoolChanged().