12 QString
name()
override;
14 bool samples(
const std::shared_ptr<PPresult>newData)
override;
18 std::shared_ptr<PPresult>
data;
Definition: exporterinterface.h:17
Definition: exporterregistry.h:23
Type
Definition: exporterinterface.h:43
QString name() override
Definition: exportimage.cpp:21
int faIcon() override
Definition: exportimage.cpp:19
Definition: exportimage.h:6
std::shared_ptr< PPresult > data
Definition: exportimage.h:18
ExporterImage()
Definition: exportimage.cpp:15
bool save() override
Definition: exportimage.cpp:30
float progress() override
The progress of receiving and processing samples. If the exporter returns 1, it will be called back b...
Definition: exportimage.cpp:69
Type type() override
Definition: exportimage.cpp:23
bool samples(const std::shared_ptr< PPresult >newData) override
Definition: exportimage.cpp:25
void create(ExporterRegistry *newRegistry) override
Definition: exportimage.cpp:17