Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 7, 2017
1 parent 72da246 commit 35f8083
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core/expression/qgsexpressionfunction.h
Expand Up @@ -455,6 +455,14 @@ class QgsStaticExpressionFunction : public QgsExpressionFunction
bool mIsStatic = false;
};

/**
* Handles the ``with_variable(name, value, node)`` expression function.
* It temporarily appends a new scope to the expression context for all nested
* nodes.
*
* \note Not available in Python bindings
* \since QGIS 3.0
*/
class QgsWithVariableExpressionFunction : public QgsExpressionFunction
{
public:
Expand Down

0 comments on commit 35f8083

Please sign in to comment.