5#ifndef VIEWEMAILTEMPLATE_H
6#define VIEWEMAILTEMPLATE_H
8#include <Cutelyst/Plugins/View/Email/viewemail.h>
14class ViewEmailTemplatePrivate;
24 QString templatePrefix READ templatePrefix WRITE setTemplatePrefix NOTIFY changedProp)
25 Q_PROPERTY(QString defaultView READ defaultView WRITE setDefaultView NOTIFY changedProp)
36 QString templatePrefix()
const;
42 void setTemplatePrefix(
const QString &prefix);
47 QString defaultView()
const;
56 void setDefaultView(
const QString &view);
58 virtual QByteArray render(
Context *c)
const override;
The Cutelyst namespace holds all public Cutelyst API.