Skip to content

Commit 35f8083

Browse files
committedJul 7, 2017
Doxygen
1 parent 72da246 commit 35f8083

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎src/core/expression/qgsexpressionfunction.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,14 @@ class QgsStaticExpressionFunction : public QgsExpressionFunction
455455
bool mIsStatic = false;
456456
};
457457

458+
/**
459+
* Handles the ``with_variable(name, value, node)`` expression function.
460+
* It temporarily appends a new scope to the expression context for all nested
461+
* nodes.
462+
*
463+
* \note Not available in Python bindings
464+
* \since QGIS 3.0
465+
*/
458466
class QgsWithVariableExpressionFunction : public QgsExpressionFunction
459467
{
460468
public:

0 commit comments

Comments
 (0)
Please sign in to comment.