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

Classes

struct  Data
 

Public Member Functions

void slotDoubleChanged (QtProperty *property, double value)
 
void slotPropertyDestroyed (QtProperty *property)
 
void setValue (QtProperty *property, QSizeF val)
 
void setRange (QtProperty *property, QSizeF minVal, QSizeF maxVal, QSizeF val)
 
void slotDoubleChanged (QtProperty *property, double value)
 
void slotPropertyDestroyed (QtProperty *property)
 
void setValue (QtProperty *property, QSizeF val)
 
void setRange (QtProperty *property, QSizeF minVal, QSizeF maxVal, QSizeF val)
 

Public Attributes

QHash< const QtProperty *, Datam_values
 
QtDoublePropertyManagerm_doublePropertyManager
 
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 3281 of file qtpropertymanager.cpp.

Member Function Documentation

◆ setRange() [1/2]

void QtSizeFPropertyManagerPrivate::setRange ( QtProperty * property,
QSizeF minVal,
QSizeF maxVal,
QSizeF val )

Definition at line 3346 of file qtpropertymanager.cpp.

◆ setRange() [2/2]

void QtSizeFPropertyManagerPrivate::setRange ( QtProperty * property,
QSizeF minVal,
QSizeF maxVal,
QSizeF val )

◆ setValue() [1/2]

void QtSizeFPropertyManagerPrivate::setValue ( QtProperty * property,
QSizeF val )

Definition at line 3340 of file qtpropertymanager.cpp.

◆ setValue() [2/2]

void QtSizeFPropertyManagerPrivate::setValue ( QtProperty * property,
QSizeF val )

◆ slotDoubleChanged() [1/2]

void QtSizeFPropertyManagerPrivate::slotDoubleChanged ( QtProperty * property,
double value )

Definition at line 3316 of file qtpropertymanager.cpp.

◆ slotDoubleChanged() [2/2]

void QtSizeFPropertyManagerPrivate::slotDoubleChanged ( QtProperty * property,
double value )

◆ slotPropertyDestroyed() [1/2]

void QtSizeFPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 3329 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtSizeFPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_doublePropertyManager

QtDoublePropertyManager * QtSizeFPropertyManagerPrivate::m_doublePropertyManager

Definition at line 3307 of file qtpropertymanager.cpp.

◆ m_hToProperty

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

Definition at line 3313 of file qtpropertymanager.cpp.

◆ m_propertyToH

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

Definition at line 3310 of file qtpropertymanager.cpp.

◆ m_propertyToW

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

Definition at line 3309 of file qtpropertymanager.cpp.

◆ m_values

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

Definition at line 3305 of file qtpropertymanager.cpp.

◆ m_wToProperty

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

Definition at line 3312 of file qtpropertymanager.cpp.


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