![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
void | slotIntChanged (QtProperty *property, int value) |
void | slotPropertyDestroyed (QtProperty *property) |
void | slotIntChanged (QtProperty *property, int value) |
void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
QHash< const QtProperty *, QColor > | m_values |
QtIntPropertyManager * | m_intPropertyManager |
QHash< const QtProperty *, QtProperty * > | m_propertyToR |
QHash< const QtProperty *, QtProperty * > | m_propertyToG |
QHash< const QtProperty *, QtProperty * > | m_propertyToB |
QHash< const QtProperty *, QtProperty * > | m_propertyToA |
QHash< const QtProperty *, QtProperty * > | m_rToProperty |
QHash< const QtProperty *, QtProperty * > | m_gToProperty |
QHash< const QtProperty *, QtProperty * > | m_bToProperty |
QHash< const QtProperty *, QtProperty * > | m_aToProperty |
Definition at line 5983 of file qtpropertymanager.cpp.
void QtColorPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
int | value ) |
Definition at line 6007 of file qtpropertymanager.cpp.
void QtColorPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
int | value ) |
void QtColorPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 6028 of file qtpropertymanager.cpp.
void QtColorPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_aToProperty |
Definition at line 6004 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_bToProperty |
Definition at line 6003 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_gToProperty |
Definition at line 6002 of file qtpropertymanager.cpp.
QtIntPropertyManager * QtColorPropertyManagerPrivate::m_intPropertyManager |
Definition at line 5994 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToA |
Definition at line 5999 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToB |
Definition at line 5998 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToG |
Definition at line 5997 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToR |
Definition at line 5996 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_rToProperty |
Definition at line 6001 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QColor > QtColorPropertyManagerPrivate::m_values |
Definition at line 5992 of file qtpropertymanager.cpp.