• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KIO

KIO::FileCopyJob

KIO::FileCopyJob Class Reference

The FileCopyJob copies data from one place to another. More...

#include <jobclasses.h>

Inheritance diagram for KIO::FileCopyJob:
KIO::Job KCompositeJob KJob QObject

List of all members.

Signals

void mimetype (KIO::Job *job, const QString &type)

Public Member Functions

KUrl destUrl () const
bool doResume ()
bool doSuspend ()
void setModificationTime (const QDateTime &mtime)
void setSourceSize (KIO::filesize_t size)
KUrl srcUrl () const
 ~FileCopyJob ()

Protected Slots

virtual void slotResult (KJob *job)

Protected Member Functions

 FileCopyJob (FileCopyJobPrivate &dd)

Detailed Description

The FileCopyJob copies data from one place to another.

See also:
KIO::file_copy()
KIO::file_move()

Definition at line 805 of file jobclasses.h.


Constructor & Destructor Documentation

FileCopyJob::~FileCopyJob (  ) 

Definition at line 1809 of file job.cpp.

FileCopyJob::FileCopyJob ( FileCopyJobPrivate &  dd  )  [protected]

Definition at line 1741 of file job.cpp.


Member Function Documentation

KUrl FileCopyJob::destUrl (  )  const

Returns the destination URL.

Returns:
the destination URL

Definition at line 1832 of file job.cpp.

bool FileCopyJob::doResume (  )  [virtual]

Resume this job.

See also:
suspend

Reimplemented from KIO::Job.

Definition at line 1897 of file job.cpp.

bool FileCopyJob::doSuspend (  )  [virtual]

Suspend this job.

See also:
resume

Reimplemented from KIO::Job.

Definition at line 1878 of file job.cpp.

void KIO::FileCopyJob::mimetype ( KIO::Job *  job,
const QString &  type 
) [signal]

Mimetype determined during a file copy.

This is never emitted during a move, and might not be emitted during a file copy, depending on the slave. But when a get and a put are being used (which is the common case), this signal forwards the mimetype information from the get job.

Parameters:
job the job that emitted this signal
type the mime type
void FileCopyJob::setModificationTime ( const QDateTime &  mtime  ) 

Sets the modification time of the file.

Note that this is ignored if a direct copy (SlaveBase::copy) can be done, in which case the mtime of the source is applied to the destination (if the protocol supports the concept).

Definition at line 1821 of file job.cpp.

void FileCopyJob::setSourceSize ( KIO::filesize_t  size  ) 

If you know the size of the source file, call this method to inform this job.

It will be displayed in the "resume" dialog.

Parameters:
size the size of the source file

Definition at line 1813 of file job.cpp.

void FileCopyJob::slotResult ( KJob *  job  )  [protected, virtual, slot]

Called whenever a subjob finishes.

Parameters:
job the job that emitted this signal

Reimplemented from KCompositeJob.

Definition at line 2104 of file job.cpp.

KUrl FileCopyJob::srcUrl (  )  const

Returns the source URL.

Returns:
the source URL

Definition at line 1827 of file job.cpp.


The documentation for this class was generated from the following files:
  • jobclasses.h
  • job.cpp

KIO

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

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.6.1
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal