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

Classes

struct  Data

Public Member Functions

void slotIntChanged (QtProperty *property, int value)
void slotPropertyDestroyed (QtProperty *property)
void setValue (QtProperty *property, QSize val)
void setRange (QtProperty *property, QSize minVal, QSize maxVal, QSize val)
void slotIntChanged (QtProperty *property, int value)
void slotPropertyDestroyed (QtProperty *property)
void setValue (QtProperty *property, QSize val)
void setRange (QtProperty *property, QSize minVal, QSize maxVal, QSize val)

Public Attributes

QHash< const QtProperty *, Datam_values
QtIntPropertyManagerm_intPropertyManager
QHash< const QtProperty *, QtProperty * > m_propertyToW
QHash< const QtProperty *, QtProperty * > m_propertyToH
QHash< const QtProperty *, QtProperty * > m_wToProperty
QHash< const QtProperty *, QtProperty * > m_hToProperty

Detailed Description

Definition at line 2946 of file qtpropertymanager.cpp.

Member Function Documentation

◆ setRange() [1/2]

void QtSizePropertyManagerPrivate::setRange ( QtProperty * property,
QSize minVal,
QSize maxVal,
QSize val )

Definition at line 3010 of file qtpropertymanager.cpp.

References m_intPropertyManager, and QtIntPropertyManager::setRange().

Here is the call graph for this function:

◆ setRange() [2/2]

void QtSizePropertyManagerPrivate::setRange ( QtProperty * property,
QSize minVal,
QSize maxVal,
QSize val )

◆ setValue() [1/2]

void QtSizePropertyManagerPrivate::setValue ( QtProperty * property,
QSize val )

Definition at line 3004 of file qtpropertymanager.cpp.

◆ setValue() [2/2]

void QtSizePropertyManagerPrivate::setValue ( QtProperty * property,
QSize val )

◆ slotIntChanged() [1/2]

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

Definition at line 2980 of file qtpropertymanager.cpp.

◆ slotIntChanged() [2/2]

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

◆ slotPropertyDestroyed() [1/2]

void QtSizePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 2993 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtSizePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_hToProperty

QHash< const QtProperty *, QtProperty * > QtSizePropertyManagerPrivate::m_hToProperty

Definition at line 2977 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager * QtSizePropertyManagerPrivate::m_intPropertyManager

Definition at line 2971 of file qtpropertymanager.cpp.

Referenced by setRange().

◆ m_propertyToH

QHash< const QtProperty *, QtProperty * > QtSizePropertyManagerPrivate::m_propertyToH

Definition at line 2974 of file qtpropertymanager.cpp.

◆ m_propertyToW

QHash< const QtProperty *, QtProperty * > QtSizePropertyManagerPrivate::m_propertyToW

Definition at line 2973 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, Data > QtSizePropertyManagerPrivate::m_values

Definition at line 2969 of file qtpropertymanager.cpp.

◆ m_wToProperty

QHash< const QtProperty *, QtProperty * > QtSizePropertyManagerPrivate::m_wToProperty

Definition at line 2976 of file qtpropertymanager.cpp.


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