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
QtSizePolicyPropertyManagerPrivate Class Reference
+ Collaboration diagram for QtSizePolicyPropertyManagerPrivate:

Public Member Functions

 QtSizePolicyPropertyManagerPrivate ()
 
void slotIntChanged (QtProperty *property, int value)
 
void slotEnumChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 
 QtSizePolicyPropertyManagerPrivate ()
 
void slotIntChanged (QtProperty *property, int value)
 
void slotEnumChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

QHash< const QtProperty *, QSizePolicym_values
 
QtIntPropertyManagerm_intPropertyManager
 
QtEnumPropertyManagerm_enumPropertyManager
 
QHash< const QtProperty *, QtProperty * > m_propertyToHPolicy
 
QHash< const QtProperty *, QtProperty * > m_propertyToVPolicy
 
QHash< const QtProperty *, QtProperty * > m_propertyToHStretch
 
QHash< const QtProperty *, QtProperty * > m_propertyToVStretch
 
QHash< const QtProperty *, QtProperty * > m_hPolicyToProperty
 
QHash< const QtProperty *, QtProperty * > m_vPolicyToProperty
 
QHash< const QtProperty *, QtProperty * > m_hStretchToProperty
 
QHash< const QtProperty *, QtProperty * > m_vStretchToProperty
 

Detailed Description

Definition at line 5149 of file qtpropertymanager.cpp.

Constructor & Destructor Documentation

◆ QtSizePolicyPropertyManagerPrivate() [1/2]

QtSizePolicyPropertyManagerPrivate::QtSizePolicyPropertyManagerPrivate ( )

Definition at line 5177 of file qtpropertymanager.cpp.

◆ QtSizePolicyPropertyManagerPrivate() [2/2]

QtSizePolicyPropertyManagerPrivate::QtSizePolicyPropertyManagerPrivate ( )

Member Function Documentation

◆ slotEnumChanged() [1/2]

void QtSizePolicyPropertyManagerPrivate::slotEnumChanged ( QtProperty * property,
int value )

Definition at line 5194 of file qtpropertymanager.cpp.

◆ slotEnumChanged() [2/2]

void QtSizePolicyPropertyManagerPrivate::slotEnumChanged ( QtProperty * property,
int value )

◆ slotIntChanged() [1/2]

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

Definition at line 5181 of file qtpropertymanager.cpp.

◆ slotIntChanged() [2/2]

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

◆ slotPropertyDestroyed() [1/2]

void QtSizePolicyPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 5207 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtSizePolicyPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_enumPropertyManager

QtEnumPropertyManager * QtSizePolicyPropertyManagerPrivate::m_enumPropertyManager

Definition at line 5164 of file qtpropertymanager.cpp.

◆ m_hPolicyToProperty

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_hPolicyToProperty

Definition at line 5171 of file qtpropertymanager.cpp.

◆ m_hStretchToProperty

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_hStretchToProperty

Definition at line 5173 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager * QtSizePolicyPropertyManagerPrivate::m_intPropertyManager

Definition at line 5163 of file qtpropertymanager.cpp.

◆ m_propertyToHPolicy

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToHPolicy

Definition at line 5166 of file qtpropertymanager.cpp.

◆ m_propertyToHStretch

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToHStretch

Definition at line 5168 of file qtpropertymanager.cpp.

◆ m_propertyToVPolicy

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToVPolicy

Definition at line 5167 of file qtpropertymanager.cpp.

◆ m_propertyToVStretch

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_propertyToVStretch

Definition at line 5169 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, QSizePolicy > QtSizePolicyPropertyManagerPrivate::m_values

Definition at line 5161 of file qtpropertymanager.cpp.

◆ m_vPolicyToProperty

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_vPolicyToProperty

Definition at line 5172 of file qtpropertymanager.cpp.

◆ m_vStretchToProperty

QHash< const QtProperty *, QtProperty * > QtSizePolicyPropertyManagerPrivate::m_vStretchToProperty

Definition at line 5174 of file qtpropertymanager.cpp.


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