95class GRANTLEE_TEMPLATES_EXPORT TemplateImpl :
public QObject
99 ~TemplateImpl()
override;
120 void setNodeList(
const NodeList &list);
140 TemplateImpl(
Engine const *engine, QObject *parent = {});
141 TemplateImpl(
Engine const *engine,
bool smartTrim, QObject *parent = {});
143 void setContent(
const QString &templateString);
149 using QObject::setParent;
152 Q_DECLARE_PRIVATE(Template)
153 TemplatePrivate *
const d_ptr;
The Context class holds the context to render a Template with.