KReport
KReportSection.shared.h
30 In the case of page header and page footer it is possible to define (firstpage, odd, even or lastpage). */
The KReportElement class represents a functional visual element of a report design.
Definition KReportElement.shared.h:32
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:26 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.