Nepomuk-Core
Nepomuk2::SimpleIndexingJob Class Reference
#include <simpleindexer.h>
Inheritance diagram for Nepomuk2::SimpleIndexingJob:
Public Member Functions | |
SimpleIndexingJob (const QUrl &fileUrl, QObject *parent=0) | |
SimpleIndexingJob (const QUrl &fileUrl, const QString &mimeType, QObject *parent=0) | |
QString | mimeType () |
virtual void | start () |
QUrl | uri () |
Static Public Member Functions | |
static SimpleResource | createSimpleResource (const KUrl &fileUrl, QString *mimeType) |
Detailed Description
Definition at line 37 of file simpleindexer.h.
Constructor & Destructor Documentation
Nepomuk2::SimpleIndexingJob::SimpleIndexingJob | ( | const QUrl & | fileUrl, |
QObject * | parent = 0 |
||
) |
Definition at line 44 of file simpleindexer.cpp.
Nepomuk2::SimpleIndexingJob::SimpleIndexingJob | ( | const QUrl & | fileUrl, |
const QString & | mimeType, | ||
QObject * | parent = 0 |
||
) |
Definition at line 50 of file simpleindexer.cpp.
Member Function Documentation
|
static |
Fills a new SimpleResource with the basic data of the fileUrl such as type, mimetype, and other stat info.
- Parameters
-
mimeType Indicates the mimetype of the fileUrl. If a non emtpy value has been provided, then it will be used. Otherwise mimeType
will be updated to reflect the new value
Definition at line 99 of file simpleindexer.cpp.
QString Nepomuk2::SimpleIndexingJob::mimeType | ( | ) |
Definition at line 239 of file simpleindexer.cpp.
|
virtual |
Definition at line 57 of file simpleindexer.cpp.
QUrl Nepomuk2::SimpleIndexingJob::uri | ( | ) |
Definition at line 244 of file simpleindexer.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:48:09 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:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.