#include <RDFExporter.h>

Collaboration diagram for RDFExporter:
Collaboration graph

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
 
Modelm_model
 
RDFFeatureWriterm_fw
 

Detailed Description

Definition at line 24 of file RDFExporter.h.

Constructor & Destructor Documentation

RDFExporter::RDFExporter ( QString  path,
Model model 
)

Definition at line 42 of file RDFExporter.cpp.

References m_fw, and RDFFeatureWriter::setParameters().

RDFExporter::~RDFExporter ( )
virtual

Definition at line 53 of file RDFExporter.cpp.

References m_fw.

Member Function Documentation

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

Definition at line 30 of file RDFExporter.cpp.

bool RDFExporter::isOK ( ) const
virtual

Definition at line 59 of file RDFExporter.cpp.

QString RDFExporter::getError ( ) const
virtual

Definition at line 65 of file RDFExporter.cpp.

Member Data Documentation

QString RDFExporter::m_path
protected

Definition at line 44 of file RDFExporter.h.

Model* RDFExporter::m_model
protected

Definition at line 45 of file RDFExporter.h.

Referenced by write().

RDFFeatureWriter* RDFExporter::m_fw
protected

Definition at line 46 of file RDFExporter.h.

Referenced by RDFExporter(), write(), and ~RDFExporter().


The documentation for this class was generated from the following files: