Nepomuk-Core
#include <storage.h>
|
static QString | dbusServiceName (const QString &serviceName) |
|
template<typename T > |
static int | init (int argc, char **argv, const KAboutData &aboutData) |
|
template<typename T > |
static int | initUI (int argc, char **argv, const KAboutData &aboutData) |
|
bool | initCommon (const QString &name) |
|
void | setServiceInitialized (bool success) |
|
Definition at line 35 of file storage.h.
Nepomuk2::Storage::Storage |
( |
| ) |
|
Nepomuk2::Storage::~Storage |
( |
| ) |
|
void Nepomuk2::Storage::closePublicInterfaces |
( |
| ) |
|
|
slot |
void Nepomuk2::Storage::migrateGraphs |
( |
| ) |
|
|
slot |
void Nepomuk2::Storage::migrateGraphsByBackup |
( |
| ) |
|
|
slot |
Q_SCRIPTABLE void Nepomuk2::Storage::migrateGraphsDone |
( |
| ) |
|
|
signal |
Q_SCRIPTABLE void Nepomuk2::Storage::migrateGraphsPercent |
( |
int |
percent | ) |
|
|
signal |
Soprano::Model * Nepomuk2::Storage::model |
( |
| ) |
|
void Nepomuk2::Storage::openPublicInterfaces |
( |
| ) |
|
|
slot |
void Nepomuk2::Storage::resetRepository |
( |
| ) |
|
|
slot |
Switches off the Repository and renames the database directory to a new name.
This new name is then emitted via resetRepositoryDone
After renaming the repository it does not open the interfaces again, you need to manually call openPublicInterfaces
Definition at line 162 of file storage.cpp.
void Nepomuk2::Storage::resetRepositoryDone |
( |
const QString & |
oldPath, |
|
|
const QString & |
newPath |
|
) |
| |
|
signal |
QString Nepomuk2::Storage::usedSopranoBackend |
( |
| ) |
const |
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.