QtSizePropertyManagerPrivate::Data Struct Reference

Public Member Functions

 Data ()
 
QSize maximumValue () const
 
QSize minimumValue () const
 
void setMaximumValue (const QSize &newMaxVal)
 
void setMinimumValue (const QSize &newMinVal)
 

Public Attributes

QSize maxVal
 
QSize minVal
 
QSize val
 

Detailed Description

Definition at line 3544 of file qtpropertymanager.cpp.

Constructor & Destructor Documentation

◆ Data()

Data ( )
inline

Definition at line 3546 of file qtpropertymanager.cpp.

Member Function Documentation

◆ maximumValue()

QSize maximumValue ( ) const
inline

Definition at line 3554 of file qtpropertymanager.cpp.

+ Here is the caller graph for this function:

◆ minimumValue()

QSize minimumValue ( ) const
inline

Definition at line 3550 of file qtpropertymanager.cpp.

+ Here is the caller graph for this function:

◆ setMaximumValue()

void setMaximumValue ( const QSize &  newMaxVal)
inline

Definition at line 3562 of file qtpropertymanager.cpp.

+ Here is the caller graph for this function:

◆ setMinimumValue()

void setMinimumValue ( const QSize &  newMinVal)
inline

Definition at line 3558 of file qtpropertymanager.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ maxVal

QSize maxVal

Definition at line 3549 of file qtpropertymanager.cpp.

◆ minVal

QSize minVal

Definition at line 3548 of file qtpropertymanager.cpp.

◆ val

QSize val

Definition at line 3547 of file qtpropertymanager.cpp.


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