kget
NepomukController Class Reference
#include <nepomukcontroller.h>
Inheritance diagram for NepomukController:

Public Member Functions | |
NepomukController (QObject *parent=0) | |
~NepomukController () | |
void | addTags (const QList< QUrl > &uris, const QList< Nepomuk2::Tag > &tags, const QUrl &uriType=Nepomuk2::Vocabulary::NFO::FileDataObject()) |
void | removeResource (const QList< KUrl > &uris) |
void | setProperties (const QList< QUrl > &uris, const QList< QPair< QUrl, Nepomuk2::Variant > > &properties, const QUrl &uriType=Nepomuk2::Vocabulary::NFO::FileDataObject()) |
void | setProperty (const QList< QUrl > &uris, QPair< QUrl, Nepomuk2::Variant > &property, const QUrl &uriType=Nepomuk2::Vocabulary::NFO::FileDataObject()) |
Protected Member Functions | |
void | run () |
Detailed Description
Definition at line 44 of file nepomukcontroller.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file nepomukcontroller.cpp.
NepomukController::~NepomukController | ( | ) |
Definition at line 36 of file nepomukcontroller.cpp.
Member Function Documentation
void NepomukController::addTags | ( | const QList< QUrl > & | uris, |
const QList< Nepomuk2::Tag > & | tags, | ||
const QUrl & | uriType = Nepomuk2::Vocabulary::NFO::FileDataObject() |
||
) |
Definition at line 59 of file nepomukcontroller.cpp.
void NepomukController::removeResource | ( | const QList< KUrl > & | uris | ) |
Removes the resources associated with uris.
- Note
- This assumes that uris points to local files and only removes the resource if those files do not exist anymore
Definition at line 74 of file nepomukcontroller.cpp.
|
protected |
Definition at line 92 of file nepomukcontroller.cpp.
void NepomukController::setProperties | ( | const QList< QUrl > & | uris, |
const QList< QPair< QUrl, Nepomuk2::Variant > > & | properties, | ||
const QUrl & | uriType = Nepomuk2::Vocabulary::NFO::FileDataObject() |
||
) |
Definition at line 46 of file nepomukcontroller.cpp.
void NepomukController::setProperty | ( | const QList< QUrl > & | uris, |
QPair< QUrl, Nepomuk2::Variant > & | property, | ||
const QUrl & | uriType = Nepomuk2::Vocabulary::NFO::FileDataObject() |
||
) |
Definition at line 41 of file nepomukcontroller.cpp.
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:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.