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

tdeio/tdeio

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

#include <jobclasses.h>

Inheritance diagram for TDEIO::MkdirJob:
TDEIO::SimpleJob TDEIO::Job TQObject

List of all members.

Signals

void redirection (TDEIO::Job *job, const KURL &url)
void permanentRedirection (TDEIO::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 TDEIO job that creates a directory.

See also:
TDEIO::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 TDEIO::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 TDEIO::MkdirJob::permanentRedirection ( TDEIO::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 TDEIO::MkdirJob::redirection ( TDEIO::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 TDEIO::SimpleJob.

Definition at line 724 of file job.cpp.


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

tdeio/tdeio

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

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.