QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsExpressionFieldBuffer::ExpressionField Struct Reference

#include <qgsexpressionfieldbuffer.h>

Public Member Functions

 ExpressionField ()
 
 ExpressionField (const QString &exp, const QgsField &fld)
 

Public Attributes

QgsExpression cachedExpression
 
QString expression
 
QgsField field
 

Detailed Description

Definition at line 36 of file qgsexpressionfieldbuffer.h.

Constructor & Destructor Documentation

◆ ExpressionField() [1/2]

QgsExpressionFieldBuffer::ExpressionField::ExpressionField ( )
inline

Definition at line 38 of file qgsexpressionfieldbuffer.h.

◆ ExpressionField() [2/2]

QgsExpressionFieldBuffer::ExpressionField::ExpressionField ( const QString exp,
const QgsField fld 
)
inline

Definition at line 39 of file qgsexpressionfieldbuffer.h.

Member Data Documentation

◆ cachedExpression

QgsExpression QgsExpressionFieldBuffer::ExpressionField::cachedExpression

Definition at line 49 of file qgsexpressionfieldbuffer.h.

◆ expression

QString QgsExpressionFieldBuffer::ExpressionField::expression
Deprecated:
use cachedExpression instead

Definition at line 48 of file qgsexpressionfieldbuffer.h.

◆ field

QgsField QgsExpressionFieldBuffer::ExpressionField::field

Definition at line 50 of file qgsexpressionfieldbuffer.h.


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