QGIS API Documentation  2.14.0-Essen
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 1003 of file qgsexpression.h.

Constructor & Destructor Documentation

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

Definition at line 1006 of file qgsexpression.h.

QgsExpression::WhenThen::~WhenThen ( )
inline

Definition at line 1007 of file qgsexpression.h.

Member Data Documentation

Node* QgsExpression::WhenThen::mThenExp

Definition at line 1011 of file qgsexpression.h.

Node* QgsExpression::WhenThen::mWhenExp

Definition at line 1010 of file qgsexpression.h.


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