QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
RAII class to pop scope from an expression context on destruction. More...
#include <qgsexpressioncontextutils.h>
Public Member Functions | |
QgsExpressionContextScopePopper (QgsExpressionContext &context, QgsExpressionContextScope *scope) | |
Constructor for QgsExpressionContextScopePopper. More... | |
~QgsExpressionContextScopePopper () | |
RAII class to pop scope from an expression context on destruction.
Definition at line 354 of file qgsexpressioncontextutils.h.
|
inline |
Constructor for QgsExpressionContextScopePopper.
Appends the specified scope to the end of context. scope will be automatically popped and deleted when this QgsExpressionContextScopePopper is destroyed.
Ownership of scope is transferred to the popper, but it is guaranteed to exist of the lifetime of the popper.
Definition at line 366 of file qgsexpressioncontextutils.h.
|
inline |
Definition at line 372 of file qgsexpressioncontextutils.h.