KReportRendererBase
KReportRendererBase Class Referenceabstract
#include <KReportRendererBase.h>
Public Member Functions | |
virtual bool | render (const KReportRendererContext &context, ORODocument *document, int page=-1)=0 |
Detailed Description
Base class for report renderers.
A renderer combines the report design with data to produce a visual output
Definition at line 63 of file KReportRendererBase.h.
Constructor & Destructor Documentation
◆ KReportRendererBase()
KReportRendererBase::KReportRendererBase | ( | ) |
Definition at line 100 of file KReportRendererBase.cpp.
◆ ~KReportRendererBase()
|
virtual |
Definition at line 104 of file KReportRendererBase.cpp.
Member Function Documentation
◆ render()
|
pure virtual |
Render the page of the given document within the given context.
If page == -1, renders the entire document.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.