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 5990 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotIntChanged() [1/2]

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

Definition at line 6014 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 6035 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 6011 of file qtpropertymanager.cpp.

◆ m_bToProperty

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

Definition at line 6010 of file qtpropertymanager.cpp.

◆ m_gToProperty

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

Definition at line 6009 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager * QtColorPropertyManagerPrivate::m_intPropertyManager

Definition at line 6001 of file qtpropertymanager.cpp.

◆ m_propertyToA

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

Definition at line 6006 of file qtpropertymanager.cpp.

◆ m_propertyToB

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

Definition at line 6005 of file qtpropertymanager.cpp.

◆ m_propertyToG

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

Definition at line 6004 of file qtpropertymanager.cpp.

◆ m_propertyToR

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

Definition at line 6003 of file qtpropertymanager.cpp.

◆ m_rToProperty

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

Definition at line 6008 of file qtpropertymanager.cpp.

◆ m_values

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

Definition at line 5999 of file qtpropertymanager.cpp.


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