QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsClassificationRange Class Reference

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...
 

Detailed Description

QgsClassificationRange contains the information about a classification range.

Since
QGIS 3.10

Definition at line 48 of file qgsclassificationmethod.h.

Constructor & Destructor Documentation

◆ QgsClassificationRange()

QgsClassificationRange::QgsClassificationRange ( const QString &  label,
double  lowerBound,
double  upperBound 
)
inline

Constructor.

Definition at line 52 of file qgsclassificationmethod.h.

Member Function Documentation

◆ label()

QString QgsClassificationRange::label ( ) const
inline

Returns the lower bound.

Definition at line 63 of file qgsclassificationmethod.h.

◆ lowerBound()

double QgsClassificationRange::lowerBound ( ) const
inline

Returns the lower bound.

Definition at line 58 of file qgsclassificationmethod.h.

◆ upperBound()

double QgsClassificationRange::upperBound ( ) const
inline

Returns the upper bound.

Definition at line 60 of file qgsclassificationmethod.h.


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