QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
The UsageInformation class represents information about a field usage. More...
#include <qgsrasterattributetable.h>
Public Attributes | |
QList< QMetaType::Type > | allowedTypes |
Usage allowed types. | |
QString | description |
Usage description. | |
bool | isColor = false |
Usage is part of a color component. | |
bool | isRamp = false |
Usage is part of a ramp component. | |
bool | maybeClass = false |
May be suitable for classification. | |
bool | required = false |
Usage is required. | |
bool | supported = false |
Usage is supported. | |
bool | unique = false |
Usage must be unique. | |
The UsageInformation class represents information about a field usage.
Definition at line 55 of file qgsrasterattributetable.h.
QList<QMetaType::Type> QgsRasterAttributeTable::UsageInformation::allowedTypes |
Usage allowed types.
Definition at line 81 of file qgsrasterattributetable.h.
QString QgsRasterAttributeTable::UsageInformation::description |
Usage description.
Definition at line 60 of file qgsrasterattributetable.h.
bool QgsRasterAttributeTable::UsageInformation::isColor = false |
Usage is part of a color component.
Definition at line 69 of file qgsrasterattributetable.h.
bool QgsRasterAttributeTable::UsageInformation::isRamp = false |
Usage is part of a ramp component.
Definition at line 72 of file qgsrasterattributetable.h.
bool QgsRasterAttributeTable::UsageInformation::maybeClass = false |
May be suitable for classification.
Definition at line 78 of file qgsrasterattributetable.h.
bool QgsRasterAttributeTable::UsageInformation::required = false |
Usage is required.
Definition at line 66 of file qgsrasterattributetable.h.
bool QgsRasterAttributeTable::UsageInformation::supported = false |
Usage is supported.
Definition at line 75 of file qgsrasterattributetable.h.
bool QgsRasterAttributeTable::UsageInformation::unique = false |
Usage must be unique.
Definition at line 63 of file qgsrasterattributetable.h.