23 #ifndef KDREPORTSHTMLELEMENT_H
24 #define KDREPORTSHTMLELEMENT_H
26 #include "KDReportsElement.h"
27 #include <QtCore/QString>
30 class HtmlElementPrivate;
79 void setId(
const QString&
id );
91 void build( ReportBuilder& builder )
const;
99 HtmlElementPrivate*
const d;
Definition: KDReportsHtmlElement.h:38
HtmlElement(const HtmlElement &other)
Definition: KDReportsElement.h:46
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:36