KReport
KReportDetailSectionData.cpp
35KReportDetailSectionData::KReportDetailSectionData(const QDomElement &elemSource, KReportDocument *report)
69 if (elemThis.attribute(QLatin1String("report:group-sort"), QLatin1String("ascending")) == QLatin1String("ascending")) {
75 for ( QDomElement e = elemThis.firstChildElement( QLatin1String("report:section") ); ! e.isNull(); e = e.nextSiblingElement( QLatin1String("report:section") ) ) {
109 kreportWarning() << "While parsing detail section encountered an unknown element: " << elemThis.tagName();
Describes sorting for single field, By default the order is ascending.
Definition KReportDataSource.h:44
Top level report document definition. A KReportDocment defines the design of a document,...
Definition KReportDocument.h:42
KReportSectionData is used to store the information about a specific report section.
Definition KReportSectionData.h:45
QString attribute(const QString &name, const QString &defValue) const const
bool hasAttribute(const QString &name) const const
QString tagName() const const
QDomNodeList childNodes() const const
QDomElement firstChildElement(const QString &tagName, const QString &namespaceURI) const const
bool isNull() const const
QDomElement toElement() const const
int count() const const
QDomNode item(int index) const const
AscendingOrder
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.