QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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 49 of file qgsclassificationmethod.h.

Constructor & Destructor Documentation

◆ QgsClassificationRange()

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

Constructor.

Definition at line 53 of file qgsclassificationmethod.h.

Member Function Documentation

◆ label()

QString QgsClassificationRange::label ( ) const
inline

Returns the lower bound.

Definition at line 64 of file qgsclassificationmethod.h.

◆ lowerBound()

double QgsClassificationRange::lowerBound ( ) const
inline

Returns the lower bound.

Definition at line 59 of file qgsclassificationmethod.h.

◆ upperBound()

double QgsClassificationRange::upperBound ( ) const
inline

Returns the upper bound.

Definition at line 61 of file qgsclassificationmethod.h.


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