23 #ifndef KDREPORTSABSTRACTTABLEELEMENT_H 24 #define KDREPORTSABSTRACTTABLEELEMENT_H 26 #include "KDReportsElement.h" 27 #include "KDReportsUnit.h" 30 template <
typename T>
class QList;
32 class QTextTableFormat;
37 class AbstractTableElementPrivate;
52 void setBorder( qreal border );
63 void setBorderBrush(
const QBrush& brush );
69 QBrush borderBrush()
const;
77 void setPadding( qreal padding );
82 qreal padding()
const;
111 void setDefaultFont(
const QFont& font );
118 QFont defaultFont(
bool *isSet )
const;
144 void fillTableFormat( QTextTableFormat& tableFormat, QTextCursor& textDocCursor )
const;
147 AbstractTableElementPrivate*
const d;
Unit
Definition: KDReportsUnit.h:32
Millimeters (the default)
Definition: KDReportsUnit.h:33
Definition: KDReportsAbstractTableElement.h:36
Definition: KDReportsElement.h:45
Definition: KDReportsAbstractTableElement.h:43
Definition: KDReportsAbstractTableElement.h:30