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
QtDoublePropertyManagerPrivate::Data Struct Reference
+ Collaboration diagram for QtDoublePropertyManagerPrivate::Data:

Public Member Functions

double minimumValue () const
 
double maximumValue () const
 
void setMinimumValue (double newMinVal)
 
void setMaximumValue (double newMaxVal)
 
double minimumValue () const
 
double maximumValue () const
 
void setMinimumValue (double newMinVal)
 
void setMaximumValue (double newMaxVal)
 

Public Attributes

double val {0}
 
double minVal {-DBL_MAX}
 
double maxVal {DBL_MAX}
 
double singleStep {1}
 
int decimals {2}
 

Detailed Description

Definition at line 846 of file qtpropertymanager.cpp.

Member Function Documentation

◆ maximumValue() [1/2]

double QtDoublePropertyManagerPrivate::Data::maximumValue ( ) const
inline

Definition at line 854 of file qtpropertymanager.cpp.

◆ maximumValue() [2/2]

double QtDoublePropertyManagerPrivate::Data::maximumValue ( ) const
inline

Definition at line 854 of file qtpropertymanager.cpp.

◆ minimumValue() [1/2]

double QtDoublePropertyManagerPrivate::Data::minimumValue ( ) const
inline

Definition at line 853 of file qtpropertymanager.cpp.

◆ minimumValue() [2/2]

double QtDoublePropertyManagerPrivate::Data::minimumValue ( ) const
inline

Definition at line 853 of file qtpropertymanager.cpp.

◆ setMaximumValue() [1/2]

void QtDoublePropertyManagerPrivate::Data::setMaximumValue ( double newMaxVal)
inline

Definition at line 856 of file qtpropertymanager.cpp.

◆ setMaximumValue() [2/2]

void QtDoublePropertyManagerPrivate::Data::setMaximumValue ( double newMaxVal)
inline

Definition at line 856 of file qtpropertymanager.cpp.

◆ setMinimumValue() [1/2]

void QtDoublePropertyManagerPrivate::Data::setMinimumValue ( double newMinVal)
inline

Definition at line 855 of file qtpropertymanager.cpp.

◆ setMinimumValue() [2/2]

void QtDoublePropertyManagerPrivate::Data::setMinimumValue ( double newMinVal)
inline

Definition at line 855 of file qtpropertymanager.cpp.

Member Data Documentation

◆ decimals

int QtDoublePropertyManagerPrivate::Data::decimals {2}

Definition at line 852 of file qtpropertymanager.cpp.

◆ maxVal

double QtDoublePropertyManagerPrivate::Data::maxVal {DBL_MAX}

Definition at line 850 of file qtpropertymanager.cpp.

◆ minVal

double QtDoublePropertyManagerPrivate::Data::minVal {-DBL_MAX}

Definition at line 849 of file qtpropertymanager.cpp.

◆ singleStep

double QtDoublePropertyManagerPrivate::Data::singleStep {1}

Definition at line 851 of file qtpropertymanager.cpp.

◆ val

double QtDoublePropertyManagerPrivate::Data::val {0}

Definition at line 848 of file qtpropertymanager.cpp.


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