17 #ifndef KDREPORTSHLINEELEMENT_H 18 #define KDREPORTSHLINEELEMENT_H 20 #include "KDReportsElement.h" 21 #include <QtCore/QString> 30 class HLineElementPrivate;
61 void setColor(
const QColor& color );
71 void setThickness(
int w);
76 int thickness()
const;
81 void setMargin(
int m);
88 void build( ReportBuilder& builder )
const override;
93 Element* clone()
const override;
97 HLineElementPrivate*
const d;
Definition: KDReportsAbstractTableElement.h:30
Definition: KDReportsHLineElement.h:36
Definition: KDReportsElement.h:39