QGIS API Documentation  2.2.0-Valmiera
 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>

Collaboration diagram for QgsExpression::WhenThen:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

NodemWhenExp
NodemThenExp

Detailed Description

Definition at line 547 of file qgsexpression.h.

Constructor & Destructor Documentation

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

Definition at line 550 of file qgsexpression.h.

QgsExpression::WhenThen::~WhenThen ( )
inline

Definition at line 551 of file qgsexpression.h.

Member Data Documentation

Node* QgsExpression::WhenThen::mThenExp
Node* QgsExpression::WhenThen::mWhenExp

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