23 #ifndef KDREPORTSABSTRACTTABLEELEMENT_H 24 #define KDREPORTSABSTRACTTABLEELEMENT_H 26 #include "KDReportsElement.h" 27 #include "KDReportsUnit.h" 29 template <
typename T>
class QList;
31 class QTextTableFormat;
34 class AbstractTableElementPrivate;
49 void setBorder( qreal border );
60 void setBorderBrush(
const QBrush& brush );
66 QBrush borderBrush()
const;
74 void setPadding( qreal padding );
79 qreal padding()
const;
108 void setDefaultFont(
const QFont& font );
115 QFont defaultFont(
bool *isSet )
const;
141 void fillTableFormat( QTextTableFormat& tableFormat, QTextCursor& textDocCursor )
const;
144 AbstractTableElementPrivate*
const d;
Unit
Definition: KDReportsUnit.h:32
Millimeters (the default)
Definition: KDReportsUnit.h:33
Definition: KDReportsAbstractTableElement.h:33
Definition: KDReportsElement.h:42
Definition: KDReportsAbstractTableElement.h:40
Definition: KDReportsAbstractTableElement.h:29