QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 600 of file qgsexpression.h.

Constructor & Destructor Documentation

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

Definition at line 603 of file qgsexpression.h.

QgsExpression::WhenThen::~WhenThen ( )
inline

Definition at line 604 of file qgsexpression.h.

Member Data Documentation

Node* QgsExpression::WhenThen::mThenExp

Definition at line 608 of file qgsexpression.h.

Node* QgsExpression::WhenThen::mWhenExp

Definition at line 607 of file qgsexpression.h.


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