QGIS API Documentation  2.12.0-Lyon
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 849 of file qgsexpression.h.

Constructor & Destructor Documentation

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

Definition at line 852 of file qgsexpression.h.

QgsExpression::WhenThen::~WhenThen ( )
inline

Definition at line 853 of file qgsexpression.h.

Member Data Documentation

Node* QgsExpression::WhenThen::mThenExp

Definition at line 857 of file qgsexpression.h.

Node* QgsExpression::WhenThen::mWhenExp

Definition at line 856 of file qgsexpression.h.


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