23 #ifndef KDREPORTSELEMENT_H 24 #define KDREPORTSELEMENT_H 26 #include "KDReportsGlobal.h" 56 void setBackground(
const QBrush& brush );
60 QBrush background()
const;
65 virtual void build( ReportBuilder& )
const = 0;
70 virtual Element* clone()
const = 0;
87 ElementPrivate*
const d;
Definition: KDReportsAbstractTableElement.h:36
Definition: KDReportsElement.h:45