17 #ifndef KDREPORTSCELL_H
18 #define KDREPORTSCELL_H
20 #include "KDReportsElement.h"
21 #include "KDReportsVariableType.h"
71 void addElement(
const Element& element, Qt::AlignmentFlag horizontalAlignment = Qt::AlignLeft );
83 void build( ReportBuilder& builder )
const override;
88 Element* clone()
const override {
return 0; }
98 friend class QMap<QPair<int, int>,
Cell>;
99 friend struct QMapData<QPair<int, int>,
Cell>;
100 friend struct QMapNode<QPair<int, int>,
Cell>;
105 CellPrivate*
const d;
Definition: KDReportsElement.h:40
Definition: KDReportsTableElement.h:33
void addInlineElement(const Element &element)
Definition: KDReportsCell.h:40
void setColumnSpan(int columnSpan)
void addElement(const Element &element, Qt::AlignmentFlag horizontalAlignment=Qt::AlignLeft)
VariableType
Definition: KDReportsVariableType.h:29
void addVariable(VariableType variable)
void setRowSpan(int rowSpan)
Definition: KDReportsAbstractTableElement.h:30