QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
QgsClassificationRange contains the information about a classification range. More...
#include <qgsclassificationmethod.h>
Public Member Functions | |
QgsClassificationRange (const QString &label, double lowerBound, double upperBound) | |
Constructor. | |
QString | label () const |
Returns the lower bound. | |
double | lowerBound () const |
Returns the lower bound. | |
double | upperBound () const |
Returns the upper bound. | |
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.