| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
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.