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;
144 void fillTableFormat( QTextTableFormat& tableFormat, QTextCursor& textDocCursor )
const;
147 AbstractTableElementPrivate*
const d;
void setWidth(qreal width, Unit unit=Millimeters)
void setBorder(qreal border)
AbstractTableElement(const AbstractTableElement &other)
@ Millimeters
Millimeters (the default)
Definition: KDReportsUnit.h:33
Definition: KDReportsAbstractTableElement.h:30
Definition: KDReportsElement.h:46
AbstractTableElement & operator=(const AbstractTableElement &other)
Unit
Definition: KDReportsUnit.h:32
void setPadding(qreal padding)
void setDefaultFont(const QFont &font)
QFont defaultFont(bool *isSet) const
QBrush borderBrush() const
Definition: KDReportsAbstractTableElement.h:44
void setBorderBrush(const QBrush &brush)
Definition: KDReportsAbstractTableElement.h:36