KReport
KReportSection.cpp
105 return d->backgroundColor.isValid() ? d->backgroundColor : KReportSection::defaultBackgroundColor();
bool removeElementAt(int i)
Removes element from index position i from this section.
Definition: KReportSection.cpp:152
int count() const const
static void setDefaultBackgroundColor(const QColor &color)
Sets default background color for report sections.
Definition: KReportSection.cpp:198
The KReportSection class represents a section of a report design.
Definition: KReportSection.shared.h:31
QDomElement toElement() const const
bool removeElement(const KReportElement &element)
Removes element element from this section.
Definition: KReportSection.cpp:139
QString tagName() const const
static QColor defaultBackgroundColor()
Definition: KReportSection.cpp:192
int x() const const
Manager class for finding and loading available plugins.
Definition: KReportPluginManager.h:40
QDomNode item(int index) const const
QDomNodeList childNodes() const const
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const const
bool addElement(const KReportElement &element)
Adds element element to this section.
Definition: KReportSection.cpp:113
void setObjectName(const QString &name)
static void setDefaultHeight(qreal height)
Sets default height for report sections in points.
Definition: KReportSection.cpp:186
QPoint toPoint() const const
bool insertElement(int i, const KReportElement &element)
Adds element element to this section at index position i.
Definition: KReportSection.cpp:124
virtual QObject * createRendererInstance(const QDomNode &element)=0
bool isValid() const const
The KReportElement class represents a functional visual element of a report design.
Definition: KReportElement.shared.h:31
QString attribute(const QString &name, const QString &defValue) const const
QString mid(int position, int n) const const
An interface for plugins delivering KReport elements.
Definition: KReportPluginInterface.h:45
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.