#include <RDFExporter.h>
Definition at line 24 of file RDFExporter.h.
RDFExporter::RDFExporter |
( |
QString |
path, |
|
|
Model * |
model |
|
) |
| |
RDFExporter::~RDFExporter |
( |
| ) |
|
|
virtual |
QString RDFExporter::getSupportedExtensions |
( |
| ) |
|
|
static |
Return the file extensions that we can write, in a format suitable for use with QFileDialog.
For example, "*.ttl *.n3".
Definition at line 169 of file RDFExporter.cpp.
bool RDFExporter::canExportModel |
( |
Model * |
m | ) |
|
|
static |
bool RDFExporter::isOK |
( |
| ) |
const |
|
virtual |
QString RDFExporter::getError |
( |
| ) |
const |
|
virtual |
void RDFExporter::write |
( |
| ) |
|
|
virtual |
Definition at line 71 of file RDFExporter.cpp.
References RealTime::frame2RealTime(), TextModel::getAllEvents(), SparseOneDimensionalModel::getAllEvents(), RegionModel::getAllEvents(), SparseTimeValueModel::getAllEvents(), NoteModel::getAllEvents(), Model::getSampleRate(), m_fw, m_model, RDFFeatureWriter::setFixedEventTypeURI(), and RDFFeatureWriter::write().
QString RDFExporter::m_path |
|
protected |
Model* RDFExporter::m_model |
|
protected |
The documentation for this class was generated from the following files: