17 #ifndef KDREPORTSHTMLELEMENT_H
18 #define KDREPORTSHTMLELEMENT_H
20 #include "KDReportsElement.h"
21 #include <QtCore/QString>
24 class HtmlElementPrivate;
73 void setId(
const QString&
id );
85 void build( ReportBuilder& builder )
const override;
90 Element* clone()
const override;
93 HtmlElementPrivate*
const d;
Definition: KDReportsHtmlElement.h:32
HtmlElement(const HtmlElement &other)
Definition: KDReportsElement.h:40
HtmlElement(const QString &html=QString())
HtmlElement & operator<<(const QString &)
void setId(const QString &id)
void setHtml(const QString &html)
HtmlElement & operator=(const HtmlElement &other)
Definition: KDReportsAbstractTableElement.h:30