4 #ifndef BPSREPORTSECTION_H
5 #define BPSREPORTSECTION_H
#define BPSCORE_EXPORT
Declare class to be an import from the shared library.
Definition: bpscore_global.h:22
Public include file for BpsReportElement class.
This class represents a BPS report element.
Definition: bpsreportelement.h:79
BPS Report Object.
Definition: bpsreport.h:29
A report section will typically be created by calling BpsReport::createSection() from within the repo...
Definition: bpsreportsection.h:15
BpsReportElement * itemAt(int aPosition) const
Get item at a certain index position.
int itemCount() const
Get the number of items in this.
qreal printHeight() const
Returns the height in millimeters required to print the section.
BpsReportElement * item(const QString &aName) const
Get first named item.
BpsReportSection(const BpsReportElement &aElement, BpsReport *aParent)
The constructor.