16#ifndef QGSOPTIONALEXPRESSION_H
17#define QGSOPTIONALEXPRESSION_H
65 void writeXml( QDomElement &element )
const;
71 void readXml(
const QDomElement &element );
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.