• Skip to content
  • Skip to link menu
Brand

API Documentation

  1. KDE API Reference
  2. The KDE Frameworks
  3. KIO
  • KDE Home
  • Contact Us

Quick Links

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • File List
  • Dependencies
  • Related Pages

Class Picker

About

Resource and network access abstraction

Maintainer
David Faure
Supported platforms
FreeBSD, Linux, MacOSX, Windows
Community
IRC: #kde-devel on Freenode
Mailing list: kde-frameworks-devel
Use with CMake
find_package(KF5KIO)
target_link_libraries(yourapp KF5::KIOCore KF5::KIOFileWidgets KF5::KIOWidgets KF5::KIONTLM)
Use with QMake
QT += KIOCore KIOFileWidgets KIOWidgets KNTLM 
Clone
git clone git://anongit.kde.org/kio.git
Browse source
KIO on cgit.kde.org

KIO

  • View on LXR
  • KIO
  • TransferJob
KIO::TransferJob Member List

This is the complete list of members for KIO::TransferJob, including all inherited members.

addMetaData(const QString &key, const QString &value)KIO::Job
addMetaData(const QMap< QString, QString > &values)KIO::Job
addSubjob(KJob *job) overrideKIO::Jobprotectedvirtual
blockSignals(bool block)QObject
canceled(KJob *job)KIO::Jobsignal
canResume(KIO::Job *job, KIO::filesize_t offset)KIO::TransferJobsignal
capabilities() const KJob
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
clearSubjobs()KCompositeJobprotected
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connected(KIO::Job *job)KIO::Jobsignal
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
customEvent(QEvent *event)QObjectprotectedvirtual
d_ptr (defined in KIO::Job)KIO::Jobprotected
data(KIO::Job *job, const QByteArray &data)KIO::TransferJobsignal
dataReq(KIO::Job *job, QByteArray &data)KIO::TransferJobsignal
deleteLater()QObject
description(KJob *job, const QString &title, const QPair< QString, QString > &field1=QPair< QString, QString >(), const QPair< QString, QString > &field2=QPair< QString, QString >())KJobsignal
destroyed(QObject *obj)QObject
detailedErrorStrings(const QUrl *reqUrl=nullptr, int method=-1) const KIO::Job
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) constQObject
disconnect(const QObject *receiver, const char *method) constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
doKill() overrideKIO::SimpleJobprotectedvirtual
doResume() overrideKIO::TransferJobprotectedvirtual
doSuspend() overrideKIO::SimpleJobprotectedvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
emitPercent(qulonglong processedAmount, qulonglong totalAmount)KJobprotected
emitResult()KJobprotected
emitSpeed(unsigned long speed)KJobprotected
error() const KJob
errorString() const overrideKIO::Jobvirtual
errorText() const KJob
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exec()KJob
findChild(const QString &name, QFlags< Qt::FindChildOption > options) constQObject
findChildren(const QString &name, QFlags< Qt::FindChildOption > options) constQObject
findChildren(const QRegExp &regExp, QFlags< Qt::FindChildOption > options) constQObject
findChildren(const QRegularExpression &re, QFlags< Qt::FindChildOption > options) constQObject
finished(KJob *job)KJobsignal
hasSubjobs() const KCompositeJobprotected
infoMessage(KJob *job, const QString &plain, const QString &rich=QString())KJobsignal
inherits(const char *className) constQObject
installEventFilter(QObject *filterObj)QObject
isAutoDelete() const KJob
isErrorPage() const KIO::TransferJob
isRedirectionHandlingEnabled() const KIO::SimpleJob
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isSuspended() const KJob
isWidgetType() constQObject
isWindowType() constQObject
Job() (defined in KIO::Job)KIO::Jobprotected
Job(JobPrivate &dd) (defined in KIO::Job)KIO::Jobprotected
KCompositeJob(QObject *parent=nullptr)KCompositeJob
kill(KillVerbosity verbosity=Quietly)KJobslot
killTimer(int id)QObject
KJob(QObject *parent=nullptr)KJob
mergeMetaData(const QMap< QString, QString > &values)KIO::Job
metaData() const KIO::Job
metaObject() constQObjectvirtual
mimetype() const KIO::TransferJob
mimetype(KIO::Job *job, const QString &type)KIO::TransferJobsignal
moveToThread(QThread *targetThread)QObject
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName)QObject
outgoingMetaData() const KIO::Job
parent() constQObject
parentJob() const KIO::Job
percent(KJob *job, unsigned long percent)KJobsignal
percent() const KJob
permanentRedirection(KIO::Job *job, const QUrl &fromUrl, const QUrl &toUrl)KIO::TransferJobsignal
processedAmount(KJob *job, KJob::Unit unit, qulonglong amount)KJobsignal
processedAmount(Unit unit) const KJob
processedSize(KJob *job, qulonglong size)KJobsignal
property(const char *name) constQObject
putOnHold()KIO::SimpleJobvirtual
QObject(QObject *parent)QObject
queryMetaData(const QString &key)KIO::Job
receivers(const char *signal) constQObjectprotected
redirection(KIO::Job *job, const QUrl &url)KIO::TransferJobsignal
redirectUrl() const KIO::TransferJob
removeEventFilter(QObject *obj)QObject
removeOnHold()KIO::SimpleJobstatic
removeSubjob(KJob *job) overrideKIO::Jobprotectedvirtual
reportDataSent() const KIO::TransferJob
result(KJob *job)KJobsignal
resume()KJobslot
resumed(KJob *job)KJobsignal
sendAsyncData(const QByteArray &data)KIO::TransferJob
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setAsyncDataEnabled(bool enabled)KIO::TransferJob
setAutoDelete(bool autodelete)KJob
setCapabilities(Capabilities capabilities)KJobprotected
setError(int errorCode)KJobprotected
setErrorText(const QString &errorText)KJobprotected
setMetaData(const KIO::MetaData &metaData)KIO::Job
setModificationTime(const QDateTime &mtime)KIO::TransferJob
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setParentJob(Job *parentJob)KIO::Job
setPercent(unsigned long percentage)KJobprotected
setProcessedAmount(Unit unit, qulonglong amount)KJobprotected
setProperty(const char *name, const QVariant &value)QObject
setRedirectionHandlingEnabled(bool handle)KIO::SimpleJob
setReportDataSent(bool enabled)KIO::TransferJob
setTotalAmount(Unit unit, qulonglong amount)KJobprotected
setTotalSize(KIO::filesize_t bytes)KIO::TransferJob
setUiDelegate(KJobUiDelegate *delegate)KJob
setUiDelegateExtension(JobUiDelegateExtension *extension)KIO::Job
signalsBlocked() constQObject
SimpleJob(SimpleJobPrivate &dd)KIO::SimpleJobprotected
slotData(const QByteArray &data) (defined in KIO::TransferJob)KIO::TransferJobprotectedvirtualslot
slotDataReq() (defined in KIO::TransferJob)KIO::TransferJobprotectedvirtualslot
slotError(int, const QString &)KIO::SimpleJobslot
slotFinished() override (defined in KIO::TransferJob)KIO::TransferJobprotectedslot
slotInfoMessage(KJob *job, const QString &plain, const QString &rich)KCompositeJobprotectedvirtualslot
slotMetaData(const KIO::MetaData &_metaData) override (defined in KIO::TransferJob)KIO::TransferJobprotectedslot
slotMimetype(const QString &mimetype) (defined in KIO::TransferJob)KIO::TransferJobprotectedvirtualslot
slotRedirection(const QUrl &url) (defined in KIO::TransferJob)KIO::TransferJobprotectedvirtualslot
slotResult(KJob *job) overrideKIO::TransferJobprotectedvirtual
slotWarning(const QString &)KIO::SimpleJobprotectedvirtualslot
speed(KJob *job, unsigned long speed)KJobsignal
start() override (defined in KIO::Job)KIO::Jobinlinevirtual
startTimer(int interval, Qt::TimerType timerType)QObject
storeSSLSessionFromJob(const QUrl &m_redirectionURL)KIO::SimpleJobprotected
subjobs() const KCompositeJobprotected
suspend()KJobslot
suspended(KJob *job)KJobsignal
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
totalAmount(KJob *job, KJob::Unit unit, qulonglong amount)KJobsignal
totalAmount(Unit unit) const KJob
totalSize(KJob *job, qulonglong size)KJobsignal
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
TransferJob(TransferJobPrivate &dd) (defined in KIO::TransferJob)KIO::TransferJobprotected
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
ui() const KIO::Job
uiDelegate() const KJob
uiDelegateExtension() const KIO::Job
url() const KIO::SimpleJob
warning(KJob *job, const QString &plain, const QString &rich=QString())KJobsignal
~Job() (defined in KIO::Job)KIO::Jobvirtual
~KCompositeJob() overrideKCompositeJob
~KJob() overrideKJob
~QObject()QObjectvirtual
~SimpleJob() override (defined in KIO::SimpleJob)KIO::SimpleJob
~TransferJob() override (defined in KIO::TransferJob)KIO::TransferJob
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 14 2019 01:57:15 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal