svcore  1.9
RDFExporter Class Reference

#include <RDFExporter.h>

Collaboration diagram for RDFExporter:

List of all members.

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.
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().

Definition at line 53 of file RDFExporter.cpp.

References m_fw.


Member Function Documentation

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.

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.

Definition at line 45 of file RDFExporter.h.

Referenced by write().

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: