KReport
KReportDesignerSectionDetailGroup.cpp
47 KReportDesignerSectionDetailGroup::PageBreak pageBreak = KReportDesignerSectionDetailGroup::PageBreak::None;
51 KReportDesignerSectionDetailGroup::KReportDesignerSectionDetailGroup(const QString & column, KReportDesignerSectionDetail * rsd,
125 if (element.attribute(QLatin1String("report:group-sort"), QLatin1String("ascending")) == QLatin1String("ascending")) {
132 for ( QDomElement e = element.firstChildElement( QLatin1String("report:section") ); ! e.isNull(); e = e.nextSiblingElement( QLatin1String("report:section") ) ) {
170 void KReportDesignerSectionDetailGroup::setPageBreak(KReportDesignerSectionDetailGroup::PageBreak pb)
196 KReportDesignerSectionDetailGroup::PageBreak KReportDesignerSectionDetailGroup::pageBreak() const
This class is the base to all Report Section's visual representation.
Definition: KReportDesignerSection.h:45
The central detail section which contains the bulk of the report.
Definition: KReportDesignerSectionDetail.h:37
A section group allows a header and footer to be used for a particular report field.
Definition: KReportDesignerSectionDetailGroup.h:37
bool isNull() const const
SortOrder
QDomElement createElement(const QString &tagName)
void setAttribute(const QString &name, const QString &value)
QDomElement firstChildElement(const QString &tagName) const const
bool hasAttribute(const QString &name) const const
QDomNode appendChild(const QDomNode &newChild)
The ReportDesigner is the main widget for designing a report.
Definition: KReportDesigner.h:52
QString attribute(const QString &name, const QString &defValue) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:17:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:17:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.