QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
QgsExpression::NodeList Class Reference

#include <qgsexpression.h>

Public Member Functions

 NodeList ()
virtual ~NodeList ()
void append (Node *node)
int count ()
virtual QString dump () const
QList< Node * > list ()

Protected Attributes

QList< Node * > mList

Detailed Description

Definition at line 408 of file qgsexpression.h.

Constructor & Destructor Documentation

QgsExpression::NodeList::NodeList ( )
inline

Definition at line 411 of file qgsexpression.h.

virtual QgsExpression::NodeList::~NodeList ( )
inlinevirtual

Definition at line 412 of file qgsexpression.h.

Member Function Documentation

void QgsExpression::NodeList::append ( Node node)
inline

Definition at line 413 of file qgsexpression.h.

int QgsExpression::NodeList::count ( )
inline

Definition at line 414 of file qgsexpression.h.

QString QgsExpression::NodeList::dump ( ) const
virtual

Definition at line 2172 of file qgsexpression.cpp.

QList<Node*> QgsExpression::NodeList::list ( )
inline

Definition at line 415 of file qgsexpression.h.

Member Data Documentation

QList<Node*> QgsExpression::NodeList::mList
protected

Definition at line 420 of file qgsexpression.h.


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