kget
NepomukHandler Class Reference
#include <nepomukhandler.h>
Inheritance diagram for NepomukHandler:
Public Member Functions | |
NepomukHandler (Transfer *transfer) | |
virtual | ~NepomukHandler () |
void | deinit () |
KFileItemList | fileItems () const |
void | saveFileProperties () |
void | setProperties (const QList< QPair< QUrl, Nepomuk2::Variant > > &properties, const QList< KUrl > &files=QList< KUrl >()) |
Detailed Description
Definition at line 24 of file nepomukhandler.h.
Constructor & Destructor Documentation
NepomukHandler::NepomukHandler | ( | Transfer * | transfer | ) |
Definition at line 28 of file nepomukhandler.cpp.
|
virtual |
Definition at line 34 of file nepomukhandler.cpp.
Member Function Documentation
void NepomukHandler::deinit | ( | ) |
Removes the resource if the isValid() is false.
- Note
- call this method at the end of the deinit of the transfer, otherwise it might not work correctly
Definition at line 110 of file nepomukhandler.cpp.
KFileItemList NepomukHandler::fileItems | ( | ) | const |
Definition at line 38 of file nepomukhandler.cpp.
void NepomukHandler::saveFileProperties | ( | ) |
Definition at line 59 of file nepomukhandler.cpp.
void NepomukHandler::setProperties | ( | const QList< QPair< QUrl, Nepomuk2::Variant > > & | properties, |
const QList< KUrl > & | files = QList<KUrl>() |
||
) |
Sets properties to a list of files, if the list is empty m_destinations is used.
Definition at line 47 of file nepomukhandler.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.