KReport
KReportRenderObjects.h
The KReportLineStyle class represents line style.
Definition KReportLineStyle.shared.h:27
Represents a single document containing one or more OROPage elements.
Definition KReportRenderObjects.h:50
void takePage(OROPage *page)
Takes the page from the document but does not delete it.
Definition KReportRenderObjects.cpp:154
int pageCount() const
Return the total number of pages in the document.
Definition KReportRenderObjects.cpp:133
void removePage(OROPage *page)
Removes the given page from the document.
Definition KReportRenderObjects.cpp:148
void addPage(OROPage *page)
Adds the supplied page to this document.
Definition KReportRenderObjects.cpp:81
void addSection(OROSection *section)
Adds the supplied sectin to the document.
Definition KReportRenderObjects.cpp:106
int pageIndex(const OROPage *page) const
Returns the index of the supplied page in the document.
Definition KReportRenderObjects.cpp:170
OROSection * section(int index)
Return a pointer to a given section.
Definition KReportRenderObjects.cpp:95
void removeSection(OROSection *section)
Removes the supplied section from the document.
Definition KReportRenderObjects.cpp:159
void takeSection(OROSection *section)
Takes the section from the document but does not delete it.
Definition KReportRenderObjects.cpp:165
int sectionCount() const
Return the total number of sections in the document.
Definition KReportRenderObjects.cpp:138
Represents a single page in a document and may contain zero or more OROPrimitive objects all of which...
Definition KReportRenderObjects.h:168
Represents the basic primitive with a position and type. Other primitives are subclasses with a defin...
Definition KReportRenderObjects.h:234
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition KReportRenderObjects.h:198
A text box primitive it defines a box region and text that will be rendered inside that region,...
Definition KReportRenderObjects.h:264
Q_SCRIPTABLE QString start(QString train="")
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
AspectRatioMode
Orientation
TransformationMode
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.