17 #ifndef KDREPORTSTABLEELEMENT_H 18 #define KDREPORTSTABLEELEMENT_H 20 #include "KDReportsAbstractTableElement.h" 24 class TableElementPrivate;
63 void setHeaderRowCount(
int count );
69 int headerRowCount()
const;
78 void setHeaderColumnCount(
int count );
84 int headerColumnCount()
const;
91 Cell& cell(
int row,
int column );
97 void build( ReportBuilder& )
const override;
102 Element* clone()
const override;
105 TableElementPrivate*
const d;
Definition: KDReportsTableElement.h:32
Definition: KDReportsCell.h:39
Definition: KDReportsAbstractTableElement.h:30
Definition: KDReportsElement.h:39
Definition: KDReportsAbstractTableElement.h:37