|
svcore
1.9
|
#include <RDFExporter.h>

Public Member Functions | |
| RDFExporter (QString path, Model *model) | |
| virtual | ~RDFExporter () |
| virtual bool | isOK () const |
| virtual QString | getError () const |
| virtual void | write () |
Static Public Member Functions | |
| static QString | getSupportedExtensions () |
| Return the file extensions that we can write, in a format suitable for use with QFileDialog. More... | |
| static bool | canExportModel (Model *) |
Protected Attributes | |
| QString | m_path |
| Model * | m_model |
| RDFFeatureWriter * | m_fw |
Definition at line 24 of file RDFExporter.h.
| RDFExporter::RDFExporter | ( | QString | path, |
| Model * | model | ||
| ) |
Definition at line 42 of file RDFExporter.cpp.
References m_fw, and RDFFeatureWriter::setParameters().
|
virtual |
Definition at line 53 of file RDFExporter.cpp.
References m_fw.
|
static |
Return the file extensions that we can write, in a format suitable for use with QFileDialog.
For example, "*.ttl *.n3".
Definition at line 174 of file RDFExporter.cpp.
|
static |
Definition at line 30 of file RDFExporter.cpp.
|
virtual |
Definition at line 59 of file RDFExporter.cpp.
|
virtual |
Definition at line 65 of file RDFExporter.cpp.
|
virtual |
Definition at line 71 of file RDFExporter.cpp.
References IntervalModel< PointType >::getPoints(), SparseModel< PointType >::getPoints(), Model::getSampleRate(), m_fw, m_model, RDFFeatureWriter::setFixedEventTypeURI(), and RDFFeatureWriter::write().
|
protected |
Definition at line 44 of file RDFExporter.h.
|
protected |
Definition at line 45 of file RDFExporter.h.
Referenced by write().
|
protected |
Definition at line 46 of file RDFExporter.h.
Referenced by RDFExporter(), write(), and ~RDFExporter().