Context(const Context &other)
The Context class holds the context to render a Template with.
void setRelativeMediaPath(const QString &relativePath)
void setUrlType(UrlType type)
QList< QPair< QString, QString > > externalMedia() const
QVariant lookup(const QString &str) const
void insert(const QString &name, QObject *object)
Context(const QVariantHash &hash)
RenderContext * renderContext() const
void insert(const QString &name, const QVariant &variant)
QString relativeMediaPath() const
void setLocalizer(QSharedPointer< AbstractLocalizer > localizer)
QSharedPointer< AbstractLocalizer > localizer() const
@ AbsoluteUrls
Absolute URLs should be put in the template.
Provides storage facility for state while rendering a template.
Context & operator=(const Context &other)