QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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 361 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 373 of file qgsexpressioncontextutils.h.
|
inline |
Definition at line 379 of file qgsexpressioncontextutils.h.