NepomukDaemons
Nepomuk::LegacyStorageBridge Class Reference
#include <legacystoragebridge.h>
Inheritance diagram for Nepomuk::LegacyStorageBridge:

Detailed Description
Legacy class which makes sure the old org.kde.NepomukServer access to the storage service is still valid for backwards compatibility.
Definition at line 39 of file legacystoragebridge.h.
Public Member Functions | |
QStringList | allModels () const |
LegacyStorageBridge (QObject *parent=0) | |
Soprano::Model * | model (const QString &name) |
void | removeModel (const QString &name) |
~LegacyStorageBridge () |
Constructor & Destructor Documentation
Nepomuk::LegacyStorageBridge::LegacyStorageBridge | ( | QObject * | parent = 0 |
) |
Definition at line 25 of file legacystoragebridge.cpp.
Nepomuk::LegacyStorageBridge::~LegacyStorageBridge | ( | ) |
Definition at line 33 of file legacystoragebridge.cpp.
Member Function Documentation
QStringList Nepomuk::LegacyStorageBridge::allModels | ( | ) | const |
Forwards the call to the storage server via the dbus interface.
Definition at line 52 of file legacystoragebridge.cpp.
Soprano::Model * Nepomuk::LegacyStorageBridge::model | ( | const QString & | name | ) |
Forwards the call to the storage server via the dbus interface.
Definition at line 38 of file legacystoragebridge.cpp.
void Nepomuk::LegacyStorageBridge::removeModel | ( | const QString & | name | ) |
Forwards the call to the storage server via the dbus interface.
Definition at line 45 of file legacystoragebridge.cpp.
The documentation for this class was generated from the following files: