QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsRasterAttributeTable::UsageInformation Class Reference

The UsageInformation class represents information about a field usage. More...

#include <qgsrasterattributetable.h>

Public Attributes

QList< QVariant::Type > allowedTypes
 Usage allowed types. More...
 
QString description
 Usage description. More...
 
bool isColor = false
 Usage is part of a color component. More...
 
bool isRamp = false
 Usage is part of a ramp component. More...
 
bool maybeClass = false
 May be suitable for classification. More...
 
bool required = false
 Usage is required. More...
 
bool supported = false
 Usage is supported. More...
 
bool unique = false
 Usage must be unique. More...
 

Detailed Description

The UsageInformation class represents information about a field usage.

Since
QGIS 3.30

Definition at line 55 of file qgsrasterattributetable.h.

Member Data Documentation

◆ allowedTypes

QList<QVariant::Type> QgsRasterAttributeTable::UsageInformation::allowedTypes

Usage allowed types.

Definition at line 81 of file qgsrasterattributetable.h.

◆ description

QString QgsRasterAttributeTable::UsageInformation::description

Usage description.

Definition at line 60 of file qgsrasterattributetable.h.

◆ isColor

bool QgsRasterAttributeTable::UsageInformation::isColor = false

Usage is part of a color component.

Definition at line 69 of file qgsrasterattributetable.h.

◆ isRamp

bool QgsRasterAttributeTable::UsageInformation::isRamp = false

Usage is part of a ramp component.

Definition at line 72 of file qgsrasterattributetable.h.

◆ maybeClass

bool QgsRasterAttributeTable::UsageInformation::maybeClass = false

May be suitable for classification.

Definition at line 78 of file qgsrasterattributetable.h.

◆ required

bool QgsRasterAttributeTable::UsageInformation::required = false

Usage is required.

Definition at line 66 of file qgsrasterattributetable.h.

◆ supported

bool QgsRasterAttributeTable::UsageInformation::supported = false

Usage is supported.

Definition at line 75 of file qgsrasterattributetable.h.

◆ unique

bool QgsRasterAttributeTable::UsageInformation::unique = false

Usage must be unique.

Definition at line 63 of file qgsrasterattributetable.h.


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