23 #ifndef KDREPORTSHTMLELEMENT_H
24 #define KDREPORTSHTMLELEMENT_H
26 #include "KDReportsElement.h"
27 #include <QtCore/QString>
42 explicit HtmlElement(
const QString& html = QString() );
61 void setHtml(
const QString& html );
78 void setId(
const QString&
id );
90 void build( ReportBuilder& builder )
const;
Definition: KDReportsElement.h:41
Definition: KDReportsHtmlElement.h:36