QGIS API Documentation  3.14.0-Pi (9f7028fd23)
Public Attributes | List of all members
QgsAggregateMappingModel::Aggregate Struct Reference

The Aggregate struct holds information about an aggregate column. More...

#include <qgsprocessingaggregatewidgets.h>

Public Attributes

QString aggregate
 Aggregate name. More...
 
QString delimiter
 Delimiter string. More...
 
QgsField field
 The field in its current status (it might have been renamed) More...
 
QString source
 The source expression used as the input for the aggregate calculation. More...
 

Detailed Description

The Aggregate struct holds information about an aggregate column.

Definition at line 66 of file qgsprocessingaggregatewidgets.h.

Member Data Documentation

◆ aggregate

QString QgsAggregateMappingModel::Aggregate::aggregate

Aggregate name.

Definition at line 72 of file qgsprocessingaggregatewidgets.h.

◆ delimiter

QString QgsAggregateMappingModel::Aggregate::delimiter

Delimiter string.

Definition at line 75 of file qgsprocessingaggregatewidgets.h.

◆ field

QgsField QgsAggregateMappingModel::Aggregate::field

The field in its current status (it might have been renamed)

Definition at line 78 of file qgsprocessingaggregatewidgets.h.

◆ source

QString QgsAggregateMappingModel::Aggregate::source

The source expression used as the input for the aggregate calculation.

Definition at line 69 of file qgsprocessingaggregatewidgets.h.


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