#include <exporterregistry.h>
◆ ExporterRegistry()
◆ addRawSamples()
| void ExporterRegistry::addRawSamples |
( |
PPresult * |
data | ) |
|
◆ begin()
◆ checkForWaitingExporters()
| void ExporterRegistry::checkForWaitingExporters |
( |
| ) |
|
◆ end()
◆ exporterProgressChanged
| void ExporterRegistry::exporterProgressChanged |
( |
| ) |
|
|
signal |
◆ exporterStatusChanged
| void ExporterRegistry::exporterStatusChanged |
( |
const QString & |
exporterName, |
|
|
const QString & |
status |
|
) |
| |
|
signal |
◆ input()
| void ExporterRegistry::input |
( |
std::shared_ptr< PPresult > |
data | ) |
|
◆ processData()
Process data from addRawSamples() or input() in the given exporter. Add the exporter to waitToSaveExporters if it finishes.
- Returns
- Return true if the exporter has finished and want to be removed from the enabledExporters list.
◆ registerExporter()
◆ setExporterEnabled()
| void ExporterRegistry::setExporterEnabled |
( |
ExporterInterface * |
exporter, |
|
|
bool |
enabled |
|
) |
| |
◆ deviceSpecification
◆ enabledExporters
List of exporters that collect samples at the moment.
◆ exporters
List of all available exporters.
◆ settings
◆ waitToSaveExporters
List of exporters that wait to be called back by the user to save their work.
The documentation for this class was generated from the following files: