17 #ifndef KDREPORTSTABLEELEMENT_H
18 #define KDREPORTSTABLEELEMENT_H
20 #include "KDReportsAbstractTableElement.h"
24 class TableElementPrivate;
97 void build( ReportBuilder& )
const override;
102 Element* clone()
const override;
105 TableElementPrivate*
const d;
int headerRowCount() const
Cell & cell(int row, int column)
Definition: KDReportsElement.h:40
Definition: KDReportsTableElement.h:33
Definition: KDReportsCell.h:40
TableElement & operator=(const TableElement &other)
int headerColumnCount() const
TableElement(const TableElement &other)
void setHeaderRowCount(int count)
void setHeaderColumnCount(int count)
Definition: KDReportsAbstractTableElement.h:38
Definition: KDReportsAbstractTableElement.h:30