23 #ifndef KDREPORTSTABLEELEMENT_H 24 #define KDREPORTSTABLEELEMENT_H 26 #include "KDReportsAbstractTableElement.h" 30 class TableElementPrivate;
69 void setHeaderRowCount(
int count );
75 int headerRowCount()
const;
84 void setHeaderColumnCount(
int count );
90 int headerColumnCount()
const;
97 Cell& cell(
int row,
int column );
103 void build( ReportBuilder& )
const;
111 TableElementPrivate*
const d;
Definition: KDReportsTableElement.h:38
Definition: KDReportsCell.h:45
Definition: KDReportsAbstractTableElement.h:36
Definition: KDReportsElement.h:45
Definition: KDReportsAbstractTableElement.h:43