23 #ifndef KDREPORTSTABLEELEMENT_H
24 #define KDREPORTSTABLEELEMENT_H
26 #include "KDReportsAbstractTableElement.h"
30 class TableElementPrivate;
103 void build( ReportBuilder& )
const;
111 TableElementPrivate*
const d;
int headerRowCount() const
Cell & cell(int row, int column)
Definition: KDReportsElement.h:46
Definition: KDReportsTableElement.h:39
Definition: KDReportsCell.h:46
TableElement & operator=(const TableElement &other)
int headerColumnCount() const
TableElement(const TableElement &other)
void setHeaderRowCount(int count)
void setHeaderColumnCount(int count)
Definition: KDReportsAbstractTableElement.h:44
Definition: KDReportsAbstractTableElement.h:36