|
KD Reports API Documentation
2.0
|
Go to the documentation of this file.
22 class KDReports::CellPrivate
43 , d(new CellPrivate(*other.d))
63 d->m_columnSpan = columnSpan;
68 return d->m_columnSpan;
73 d->m_rowSpan = rowSpan;
void build(ReportBuilder &builder) const override
KDReports::VariableType m_variableType
virtual Element * clone() const =0
void addInlineElement(const Element &element)
Element & operator=(const Element &other)
virtual void addVariable(KDReports::VariableType variable)
virtual void addInlineElement(const Element &element)
Cell & operator=(const Cell &other)
void setColumnSpan(int columnSpan)
void addElement(const Element &element, Qt::AlignmentFlag horizontalAlignment=Qt::AlignLeft)
virtual void addBlockElement(const Element &element, Qt::AlignmentFlag horizontalAlignment, const QColor &backgroundColor=QColor())
void addVariable(VariableType variable)
Qt::AlignmentFlag m_align
void setRowSpan(int rowSpan)