20  : mParentWidget( other.mParentWidget )
 
   21  , mShowModal( other.mShowModal )
 
   22  , mHideParent( other.mHideParent )
 
   24  if ( other.mAdditionalExpressionContextScope )
 
   28  if ( other.mExpressionContext )
 
 
   36  mParentWidget = other.mParentWidget;
 
   37  mShowModal = other.mShowModal;
 
   38  mHideParent = other.mHideParent;
 
   39  if ( other.mAdditionalExpressionContextScope )
 
   43  if ( other.mExpressionContext )
 
   49    mExpressionContext.reset();
 
 
Single scope for storing variables and functions for use within a QgsExpressionContext.
 
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...