|
QGIS API Documentation
2.14.0-Essen
|
#include <qgsexpression.h>
Public Member Functions | |
| NodeList () | |
| virtual | ~NodeList () |
| void | append (Node *node) |
| Takes ownership of the provided node. More... | |
| NodeList * | clone () const |
| Creates a deep copy of this list. More... | |
| int | count () |
| virtual QString | dump () const |
| QList< Node * > | list () |
Protected Attributes | |
| QList< Node * > | mList |
Definition at line 783 of file qgsexpression.h.
|
inline |
Definition at line 786 of file qgsexpression.h.
|
inlinevirtual |
Definition at line 787 of file qgsexpression.h.
|
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.
|
inline |
Definition at line 790 of file qgsexpression.h.
|
virtual |
Definition at line 3569 of file qgsexpression.cpp.
Definition at line 791 of file qgsexpression.h.
Definition at line 798 of file qgsexpression.h.
1.8.11