QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsExpression::WhenThen Class Reference

#include <qgsexpression.h>

Public Member Functions

 WhenThen (Node *whenExp, Node *thenExp)
 
 ~WhenThen ()
 

Public Attributes

NodemThenExp
 
NodemWhenExp
 

Detailed Description

Definition at line 1392 of file qgsexpression.h.

Constructor & Destructor Documentation

◆ WhenThen()

QgsExpression::WhenThen::WhenThen ( Node whenExp,
Node thenExp 
)
inline

Definition at line 1395 of file qgsexpression.h.

◆ ~WhenThen()

QgsExpression::WhenThen::~WhenThen ( )
inline

Definition at line 1399 of file qgsexpression.h.

Member Data Documentation

◆ mThenExp

Node* QgsExpression::WhenThen::mThenExp

Definition at line 1403 of file qgsexpression.h.

◆ mWhenExp

Node* QgsExpression::WhenThen::mWhenExp

Definition at line 1402 of file qgsexpression.h.


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