The Context class holds the context to render a Template with.
std::shared_ptr< AbstractLocalizer > localizer() const
void insert(const QString &name, QObject *object)
void setLocalizer(std::shared_ptr< AbstractLocalizer > localizer)
Context & operator=(const Context &other)
virtual QVariant lookup(const QString &str) const
QList< std::pair< QString, QString > > externalMedia() const
@ AbsoluteUrls
Absolute URLs should be put in the template.
@ RelativeUrls
Relative URLs should be put in the template.
Provides storage facility for state while rendering a template.