OROSection
OROSection Class Reference
#include <KReportRenderObjects.h>
Public Member Functions | |
OROSection (ORODocument *doc=nullptr) | |
void | addPrimitive (OROPrimitive *primitive) |
QColor | backgroundColor () const |
ORODocument * | document () |
const ORODocument * | document () const |
int | height () const |
OROPrimitive * | primitive (int index) |
const OROPrimitive * | primitive (int index) const |
int | primitiveCount () const |
void | setBackgroundColor (const QColor &color) |
void | setDocument (ORODocument *doc) |
void | setHeight (int) |
void | setType (KReportSectionData::Type type) |
void | sortPrimitives (Qt::Orientation orientation) |
KReportSectionData::Type | type () const |
Detailed Description
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition at line 197 of file KReportRenderObjects.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 04:09:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 04:09:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.