23 #ifndef CUTELEE_FILTER_H 24 #define CUTELEE_FILTER_H 26 #include "cutelee_templates_export.h" 27 #include "outputstream.h" 28 #include "safestring.h" 30 #include <QtCore/QStringList> 31 #include <QtCore/QVariant> 58 class CUTELEE_TEMPLATES_EXPORT
Filter 102 bool autoescape = {})
const = 0;
107 virtual bool isSafe()
const;
The Cutelee namespace holds all public Cutelee API.
A QString wrapper class for containing whether a string is safe or needs to be escaped.
The OutputStream class is used to render templates to a QTextStream.
Base class for all filters.