16#ifndef QGSOPTIONALEXPRESSION_H
17#define QGSOPTIONALEXPRESSION_H
63 void writeXml( QDomElement &element )
const;
69 void readXml(
const QDomElement &element );
73#if defined( _MSC_VER )
Handles parsing and evaluation of expressions (formerly called "search strings").
void writeXml(QDomElement &element) const
Save the optional expression to the provided QDomElement.
void readXml(const QDomElement &element)
Read the optional expression from the provided QDomElement.
QgsOptionalExpression()=default
Construct a default optional expression.
A container for other classes and adds an additional enabled/disabled flag.