5#include <QCoreApplication>
40 virtual QString
name() = 0;
63 virtual bool samples(
const std::shared_ptr< PPresult > ) = 0;
Definition exporterinterface.h:18
virtual ~ExporterInterface()
Definition exporterinterface.cpp:5
virtual float progress()=0
The progress of receiving and processing samples. If the exporter returns 1, it will be called back b...
virtual bool samples(const std::shared_ptr< PPresult >)=0
virtual QString format()=0
virtual void create(ExporterRegistry *registry)=0
Type
Definition exporterinterface.h:50
@ SnapshotExport
Definition exporterinterface.h:50
@ ContinuousExport
Definition exporterinterface.h:50
ExporterRegistry * registry
Definition exporterinterface.h:84
Definition exporterregistry.h:23
Post processing results.
Definition ppresult.h:43