• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kio/kio
 

kio/kio

  • KIO
  • MkdirJob
Signals | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes
KIO::MkdirJob Class Reference

#include <jobclasses.h>

Inheritance diagram for KIO::MkdirJob:
KIO::SimpleJob KIO::Job

List of all members.

Signals

void redirection (KIO::Job *job, const KURL &url)
void permanentRedirection (KIO::Job *job, const KURL &fromUrl, const KURL &toUrl)

Public Member Functions

 MkdirJob (const KURL &url, int command, const TQByteArray &packedArgs, bool showProgressInfo)
virtual void start (Slave *slave)

Protected Slots

void slotRedirection (const KURL &url)
virtual void slotFinished ()

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Protected Attributes

KURL m_redirectionURL

Detailed Description

A KIO job that creates a directory.

See also:
KIO::mkdir()
Since:
3.3

Definition at line 780 of file jobclasses.h.


Constructor & Destructor Documentation

MkdirJob::MkdirJob ( const KURL &  url,
int  command,
const TQByteArray &  packedArgs,
bool  showProgressInfo 
)

Do not use this constructor to create a MkdirJob, use KIO::mkdir() instead.

Parameters:
urlthe url of the file or directory to check
commandthe command to issue
packedArgsthe arguments
showProgressInfotrue to show progress information to the user

Definition at line 692 of file job.cpp.


Member Function Documentation

void KIO::MkdirJob::permanentRedirection ( KIO::Job *  job,
const KURL &  fromUrl,
const KURL &  toUrl 
) [signal]

Signals a permanent redirection.

The redirection itself is handled internally.

Parameters:
jobthe job that is redirected
fromUrlthe original URL
toUrlthe new URL
void KIO::MkdirJob::redirection ( KIO::Job *  job,
const KURL &  url 
) [signal]

Signals a redirection.

Use to update the URL shown to the user. The redirection itself is handled internally.

Parameters:
jobthe job that is redirected
urlthe new url
void MkdirJob::slotFinished ( ) [protected, virtual, slot]

Called when the slave marks the job as finished.

Reimplemented from KIO::SimpleJob.

Definition at line 724 of file job.cpp.


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

kio/kio

Skip menu "kio/kio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kio/kio

Skip menu "kio/kio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/kio by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |