| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
QgsClassificationRange contains the information about a classification range. More...
#include <qgsclassificationmethod.h>
| Public Member Functions | |
| QgsClassificationRange (const QString &label, double lowerBound, double upperBound) | |
| Constructor.  More... | |
| QString | label () const | 
| Returns the lower bound.  More... | |
| double | lowerBound () const | 
| Returns the lower bound.  More... | |
| double | upperBound () const | 
| Returns the upper bound.  More... | |
QgsClassificationRange contains the information about a classification range.
Definition at line 49 of file qgsclassificationmethod.h.
| 
 | inline | 
Constructor.
Definition at line 53 of file qgsclassificationmethod.h.
| 
 | inline | 
Returns the lower bound.
Definition at line 64 of file qgsclassificationmethod.h.
| 
 | inline | 
Returns the lower bound.
Definition at line 59 of file qgsclassificationmethod.h.
| 
 | inline | 
Returns the upper bound.
Definition at line 61 of file qgsclassificationmethod.h.