Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtColorPropertyManagerPrivate Class Reference
Collaboration diagram for QtColorPropertyManagerPrivate:

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 *, QColorm_values
QtIntPropertyManagerm_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

Detailed Description

Definition at line 5983 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotIntChanged() [1/2]

void QtColorPropertyManagerPrivate::slotIntChanged ( QtProperty * property,
int value )

Definition at line 6007 of file qtpropertymanager.cpp.

◆ slotIntChanged() [2/2]

void QtColorPropertyManagerPrivate::slotIntChanged ( QtProperty * property,
int value )

◆ slotPropertyDestroyed() [1/2]

void QtColorPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 6028 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtColorPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_aToProperty

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_aToProperty

Definition at line 6004 of file qtpropertymanager.cpp.

◆ m_bToProperty

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_bToProperty

Definition at line 6003 of file qtpropertymanager.cpp.

◆ m_gToProperty

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_gToProperty

Definition at line 6002 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager * QtColorPropertyManagerPrivate::m_intPropertyManager

Definition at line 5994 of file qtpropertymanager.cpp.

◆ m_propertyToA

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToA

Definition at line 5999 of file qtpropertymanager.cpp.

◆ m_propertyToB

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToB

Definition at line 5998 of file qtpropertymanager.cpp.

◆ m_propertyToG

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToG

Definition at line 5997 of file qtpropertymanager.cpp.

◆ m_propertyToR

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_propertyToR

Definition at line 5996 of file qtpropertymanager.cpp.

◆ m_rToProperty

QHash< const QtProperty *, QtProperty * > QtColorPropertyManagerPrivate::m_rToProperty

Definition at line 6001 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, QColor > QtColorPropertyManagerPrivate::m_values

Definition at line 5992 of file qtpropertymanager.cpp.


The documentation for this class was generated from the following file: