QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
The Field class represents a Raster Attribute Table classification entry for a thematic Raster Attribute Table. More...
#include <qgsrasterattributetable.h>
Public Attributes | |
QColor | color |
QVector< double > | minMaxValues |
List of values for the class. | |
QString | name |
The Field class represents a Raster Attribute Table classification entry for a thematic Raster Attribute Table.
Definition at line 125 of file qgsrasterattributetable.h.
QColor QgsRasterAttributeTable::MinMaxClass::color |
Definition at line 132 of file qgsrasterattributetable.h.
QVector< double > QgsRasterAttributeTable::MinMaxClass::minMaxValues |
List of values for the class.
Definition at line 131 of file qgsrasterattributetable.h.
QString QgsRasterAttributeTable::MinMaxClass::name |
Definition at line 128 of file qgsrasterattributetable.h.