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