#include "DLLInfo.h"
#include <NDEVR/SoftwareService.h>
#include <NDEVR/WidgetIterator.h>
#include <NDEVR/TranslatedString.h>
#include <NDEVR/BaseValues.h>
#include <NDEVR/UUID.h>
#include <NDEVR/String.h>
#include <NDEVR/JSONNode.h>
#include <QSize>
#include <QRect>
Go to the source code of this file.
|
| class | ReportHandler |
| | Handles creating a report page from some given data. A report page is a QWidget object that is formatted for printing to a printer or PDF page. More...
|
| |
| class | ReportIterator |
| | Iterates through a series of reports for drawing, sending to a PDF or printing. More...
|
| |
| struct | ReportJSONMaker |
| | Creates a JSON data structure that can be used for generating a report in MSWord. More...
|
| |
| class | ReportManager |
| | Storage class for all ReportHandlers. More...
|
| |
| struct | ReportTemplate |
| | A simple Template for a report. More...
|
| |