Public Types | |
| typedef QMap< const QtProperty *, QColor > | PropertyValueMap |
Public Member Functions | |
| void | slotIntChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QMap< const QtProperty *, QtProperty * > | m_aToProperty |
| QMap< const QtProperty *, QtProperty * > | m_bToProperty |
| QMap< const QtProperty *, QtProperty * > | m_gToProperty |
| QtIntPropertyManager * | m_intPropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_propertyToA |
| QMap< const QtProperty *, QtProperty * > | m_propertyToB |
| QMap< const QtProperty *, QtProperty * > | m_propertyToG |
| QMap< const QtProperty *, QtProperty * > | m_propertyToR |
| QMap< const QtProperty *, QtProperty * > | m_rToProperty |
| PropertyValueMap | m_values |
| typedef QMap<const QtProperty*, QColor> QtColorPropertyManagerPrivate::PropertyValueMap |
| void QtColorPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
References m_aToProperty, m_bToProperty, m_gToProperty, m_rToProperty, and m_values.
| void QtColorPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_aToProperty, m_bToProperty, m_gToProperty, m_propertyToA, m_propertyToB, m_propertyToG, m_propertyToR, and m_rToProperty.
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_aToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_bToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_gToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QtIntPropertyManager* QtColorPropertyManagerPrivate::m_intPropertyManager |
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_propertyToA |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_propertyToB |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_propertyToG |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_propertyToR |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtColorPropertyManagerPrivate::m_rToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| PropertyValueMap QtColorPropertyManagerPrivate::m_values |
Referenced by slotIntChanged().