#include <WriterRetrieval.h>
|
void | load (const QSettings &settings) override |
| Loads the properties from the settings. If a vocabulary path is set, the vocabulary is also loaded. More...
|
|
void | save (QSettings &settings) const override |
| Saves the current setup into the settings More...
|
|
template<class num > |
num | checkParam (num param, num min, num max, const QString &name) const |
|
rdf::WriterRetrievalConfig::WriterRetrievalConfig |
( |
| ) |
|
QString rdf::WriterRetrievalConfig::evalPath |
( |
| ) |
const |
QString rdf::WriterRetrievalConfig::featureDirectory |
( |
| ) |
const |
void rdf::WriterRetrievalConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
Loads the properties from the settings. If a vocabulary path is set, the vocabulary is also loaded.
- Parameters
-
Reimplemented from rdf::ModuleConfig.
void rdf::WriterRetrievalConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
Saves the current setup into the settings
- Parameters
-
Reimplemented from rdf::ModuleConfig.
void rdf::WriterRetrievalConfig::setEvalPath |
( |
QString |
path | ) |
|
void rdf::WriterRetrievalConfig::setFeatureDirectory |
( |
QString |
dir | ) |
|
void rdf::WriterRetrievalConfig::setVocabularyPath |
( |
QString |
path | ) |
|
QString rdf::WriterRetrievalConfig::toString |
( |
| ) |
const |
|
overridevirtual |
outputs the feature directory and the properties of the vocabulary
- Returns
Reimplemented from rdf::ModuleConfig.
QString rdf::WriterRetrievalConfig::vocabularyPath |
( |
| ) |
const |
The documentation for this class was generated from the following files: