QGIS API Documentation  2.14.0-Essen
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)
 Takes ownership of the provided node. More...
 
NodeListclone () const
 Creates a deep copy of this list. More...
 
int count ()
 
virtual QString dump () const
 
QList< Node * > list ()
 

Protected Attributes

QList< Node * > mList
 

Detailed Description

Definition at line 783 of file qgsexpression.h.

Constructor & Destructor Documentation

QgsExpression::NodeList::NodeList ( )
inline

Definition at line 786 of file qgsexpression.h.

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

Definition at line 787 of file qgsexpression.h.

Member Function Documentation

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

Takes ownership of the provided node.

Definition at line 789 of file qgsexpression.h.

QgsExpression::NodeList * QgsExpression::NodeList::clone ( ) const

Creates a deep copy of this list.

Ownership is transferred to the caller

Definition at line 3558 of file qgsexpression.cpp.

int QgsExpression::NodeList::count ( )
inline

Definition at line 790 of file qgsexpression.h.

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

Definition at line 3569 of file qgsexpression.cpp.

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

Definition at line 791 of file qgsexpression.h.

Member Data Documentation

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

Definition at line 798 of file qgsexpression.h.


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