|
void | failed (const KFileItem &item) |
|
void | gotMetaInfo (const KFileItem &item) |
|
void | canceled (KJob *job) |
|
void | connected (KIO::Job *job) |
|
void | description (KJob *job, const QString &title, const QPair< QString, QString > &field1=qMakePair(QString(), QString()), const QPair< QString, QString > &field2=qMakePair(QString(), QString())) |
|
void | finished (KJob *job) |
|
void | infoMessage (KJob *job, const QString &plain, const QString &rich=QString()) |
|
void | percent (KJob *job, unsigned long percent) |
|
void | processedAmount (KJob *job, KJob::Unit unit, qulonglong amount) |
|
void | processedSize (KJob *job, qulonglong size) |
|
void | result (KJob *job) |
|
void | resumed (KJob *job) |
|
void | speed (KJob *job, unsigned long speed) |
|
void | suspended (KJob *job) |
|
void | totalAmount (KJob *job, KJob::Unit unit, qulonglong amount) |
|
void | totalSize (KJob *job, qulonglong size) |
|
void | warning (KJob *job, const QString &plain, const QString &rich=QString()) |
|
|
| MetaInfoJob (const KFileItemList &items, KFileMetaInfo::WhatFlags w=KFileMetaInfo::Everything, int iocost=3, int cpucost=6, const QStringList &requiredfields=QStringList(), const QStringList &requestedfields=QStringList()) |
|
virtual | ~MetaInfoJob () |
|
void | removeItem (const KFileItem &item) |
|
virtual | ~Job () |
|
void | addMetaData (const QString &key, const QString &value) |
|
void | addMetaData (const QMap< QString, QString > &values) |
|
QStringList | detailedErrorStrings (const KUrl *reqUrl=0L, int method=-1) const |
|
QString | errorString () const |
|
bool | isInteractive () const |
|
void | mergeMetaData (const QMap< QString, QString > &values) |
|
MetaData | metaData () const |
|
MetaData | outgoingMetaData () const |
|
Job * | parentJob () const |
|
QString | queryMetaData (const QString &key) |
|
void | setMetaData (const KIO::MetaData &metaData) |
|
void | setParentJob (Job *parentJob) |
|
void | showErrorDialog (QWidget *parent=0) |
|
void | start () |
|
JobUiDelegate * | ui () const |
|
| KCompositeJob (QObject *parent=0) |
|
virtual | ~KCompositeJob () |
|
virtual | ~KJob () |
|
Capabilities | capabilities () const |
|
int | error () const |
|
QString | errorText () const |
|
bool | exec () |
|
bool | isAutoDelete () const |
|
bool | isSuspended () const |
|
| KJob (QObject *parent=0) |
|
unsigned long | percent () const |
|
qulonglong | processedAmount (Unit unit) const |
|
void | setAutoDelete (bool autodelete) |
|
void | setUiDelegate (KJobUiDelegate *delegate) |
|
qulonglong | totalAmount (Unit unit) const |
|
KJobUiDelegate * | uiDelegate () const |
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
|
enum | Capability |
|
enum | KillVerbosity |
|
enum | Unit |
|
bool | kill (KillVerbosity verbosity=Quietly) |
|
bool | resume () |
|
bool | suspend () |
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
KJobPrivate *const | d_ptr |
|
| objectName |
|
MetaInfoJob is a KIO Job to retrieve meta information from files.
KIO Job to retrieve meta information from files.
Definition at line 35 of file metainfojob.h.