23 #ifndef KDREPORTSAUTOTABLEELEMENT_H
24 #define KDREPORTSAUTOTABLEELEMENT_H
26 #include "KDReportsAbstractTableElement.h"
27 #include <QtCore/QSize>
31 class QAbstractItemModel;
76 QAbstractItemModel* tableModel()
const;
82 void setTableModel(QAbstractItemModel *tableModel);
88 void setModelKey(
const QString &modelKey);
95 void setVerticalHeaderVisible(
bool visible );
101 void setHorizontalHeaderVisible(
bool visible );
107 bool isVerticalHeaderVisible()
const;
113 bool isHorizontalHeaderVisible()
const;
121 void setHeaderBackground(
const QBrush& brush );
127 QBrush headerBackground()
const;
136 void setIconSize(
const QSize& iconSize );
142 QSize iconSize()
const;
148 void build( ReportBuilder& )
const;
156 DecorationAlignmentRole = 0x2D535FB1
Definition: KDReportsAutoTableElement.h:43
Definition: KDReportsElement.h:41
Definition: KDReportsAbstractTableElement.h:39