23 #ifndef KDREPORTSCELL_H
24 #define KDREPORTSCELL_H
26 #include "KDReportsElement.h"
27 #include "KDReportsVariableType.h"
77 void addElement(
const Element& element, Qt::AlignmentFlag horizontalAlignment = Qt::AlignLeft );
89 void build( ReportBuilder& builder )
const;
94 Element* clone()
const {
return 0; }
104 friend class QMap<QPair<int, int>,
Cell>;
105 #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
106 friend struct QMapData<QPair<int, int>,
Cell>;
107 friend struct QMapNode<QPair<int, int>,
Cell>;
113 CellPrivate*
const d;
Definition: KDReportsElement.h:46
Definition: KDReportsTableElement.h:39
void addInlineElement(const Element &element)
Definition: KDReportsCell.h:46
void setColumnSpan(int columnSpan)
void addElement(const Element &element, Qt::AlignmentFlag horizontalAlignment=Qt::AlignLeft)
VariableType
Definition: KDReportsVariableType.h:35
void addVariable(VariableType variable)
void setRowSpan(int rowSpan)
Definition: KDReportsAbstractTableElement.h:36