KIO Namespace Reference
A namespace for KIO globals. More...
Classes | |
class | AuthInfo |
This class is intended to make it easier to prompt for, cache and retrieve authorization information.A two way messaging class for passing authentication information. More... | |
class | NetRC |
A Singleton class that provides access to passwords stored in .netrc files for automatic login purposes.An interface to the ftp .netrc files. More... | |
class | ChmodJob |
This job changes permissions on a list of files or directories, optionally in a recursive manner. More... | |
struct | Task |
class | Connection |
This class provides a simple means for IPC between two applications via a pipe. More... | |
class | DataProtocol |
This kioslave provides support of data urls as specified by rfc 2397. More... | |
class | DataSlave |
This class provides a high performance implementation for the data url scheme (rfc2397). More... | |
class | DavJob |
The transfer job pumps data into and/or out of a Slave. More... | |
class | DefaultProgress |
class | ForwardingSlaveBase |
This class should be used as a base for ioslaves acting as a forwarder to other ioslaves. More... | |
class | UDSAtom |
class | MetaData |
MetaData is a simple map of key/value strings. More... | |
class | Job |
The base class for all jobs. More... | |
class | SimpleJob |
A simple job (one url and one command). More... | |
class | StatJob |
A KIO job that retrieves information about a file or directory. More... | |
class | MkdirJob |
A KIO job that creates a directory. More... | |
class | DirectCopyJob |
class | TransferJob |
The transfer job pumps data into and/or out of a Slave. More... | |
class | StoredTransferJob |
StoredTransferJob is a TransferJob (for downloading or uploading data) that also stores a QByteArray with the data, making it simpler to use than the standard TransferJob. More... | |
class | MultiGetJob |
The MultiGetJob is a TransferJob that allows you to get several files from a single server. More... | |
class | MimetypeJob |
A MimetypeJob is a TransferJob that allows you to get the mime type of an URL. More... | |
class | FileCopyJob |
The FileCopyJob copies data from one place to another. More... | |
class | ListJob |
A ListJob is allows you to get the get the content of a directory. More... | |
struct | CopyInfo |
class | CopyJob |
CopyJob is used to move, copy or symlink files and directories. More... | |
class | DeleteJob |
A more complex Job to delete files and directories. More... | |
struct | PreferencesReturn |
struct | PreferencesMaxima |
class | ParseContext |
class | ParseTreeBase |
class | ParseTreeOR |
class | ParseTreeAND |
class | ParseTreeCMP |
class | ParseTreeIN |
class | ParseTreeMATCH |
class | ParseTreeCALC |
class | ParseTreeBRACKETS |
class | ParseTreeNOT |
class | ParseTreeEXIST |
class | ParseTreeID |
class | ParseTreeSTRING |
class | ParseTreeNUM |
class | ParseTreeDOUBLE |
class | ParseTreeBOOL |
class | ParseTreeMAX2 |
class | ParseTreeMIN2 |
class | MetaInfoJob |
MetaInfoJob is a KIO Job to retrieve meta information from files.KIO Job to retrieve meta information from files. More... | |
class | NetAccess |
Net Transparency.Provides an easy, synchronous interface to KIO file operations. More... | |
class | PasswordDialog |
A dialog for requesting a login and a password from the end user.dialog for requesting login and password from the end user. More... | |
class | PreviewJob |
KIO Job to get a thumbnail picture. More... | |
class | ProgressBase |
This class does all initialization stuff for progress, like connecting signals to slots.Base class for IO progress dialogs. More... | |
class | RenameDlg |
A dialog for the options to rename two files.A dialog for renaming files. More... | |
class | Scheduler |
The KIO::Scheduler manages io-slaves for the application. More... | |
class | SessionData |
class | SkipDlg |
class | Slave |
class | SlaveBase |
There are two classes that specifies the protocol between application (job) and kioslave. More... | |
class | SlaveConfig |
SlaveConfig. More... | |
class | SlaveInterface |
There are two classes that specifies the protocol between application ( KIO::Job) and kioslave. More... | |
class | StatusbarProgress |
This is a special IO progress widget.IO progress widget for embedding in a statusbar. More... | |
class | TCPSlaveBase |
There are two classes that specifies the protocol between application (job) and kioslave. More... | |
Typedefs | |
typedef Q_LLONG | fileoffset_t |
typedef Q_ULLONG | filesize_t |
typedef QValueList< UDSAtom > | UDSEntry |
typedef QValueList< UDSEntry > | UDSEntryList |
typedef QValueListIterator< UDSEntry > | UDSEntryListIterator |
typedef QValueListConstIterator< UDSEntry > | UDSEntryListConstIterator |
Enumerations | |
enum | Command { CMD_HOST = '0', CMD_CONNECT = '1', CMD_DISCONNECT = '2', CMD_SLAVE_STATUS = '3', CMD_SLAVE_CONNECT = '4', CMD_SLAVE_HOLD = '5', CMD_NONE = 'A', CMD_TESTDIR = 'B', CMD_GET = 'C', CMD_PUT = 'D', CMD_STAT = 'E', CMD_MIMETYPE = 'F', CMD_LISTDIR = 'G', CMD_MKDIR = 'H', CMD_RENAME = 'I', CMD_COPY = 'J', CMD_DEL = 'K', CMD_CHMOD = 'L', CMD_SPECIAL = 'M', CMD_USERPASS = 'N', CMD_REPARSECONFIGURATION = 'O', CMD_META_DATA = 'P', CMD_SYMLINK = 'Q', CMD_SUBURL = 'R', CMD_MESSAGEBOXANSWER = 'S', CMD_RESUMEANSWER = 'T', CMD_CONFIG = 'U', CMD_MULTI_GET = 'V' } |
enum | Error { ERR_CANNOT_OPEN_FOR_READING = 1, ERR_CANNOT_OPEN_FOR_WRITING = 2, ERR_CANNOT_LAUNCH_PROCESS = 3, ERR_INTERNAL = 4, ERR_MALFORMED_URL = 5, ERR_UNSUPPORTED_PROTOCOL = 6, ERR_NO_SOURCE_PROTOCOL = 7, ERR_UNSUPPORTED_ACTION = 8, ERR_IS_DIRECTORY = 9, ERR_IS_FILE = 10, ERR_DOES_NOT_EXIST = 11, ERR_FILE_ALREADY_EXIST = 12, ERR_DIR_ALREADY_EXIST = 13, ERR_UNKNOWN_HOST = 14, ERR_ACCESS_DENIED = 15, ERR_WRITE_ACCESS_DENIED = 16, ERR_CANNOT_ENTER_DIRECTORY = 17, ERR_PROTOCOL_IS_NOT_A_FILESYSTEM = 18, ERR_CYCLIC_LINK = 19, ERR_USER_CANCELED = 20, ERR_CYCLIC_COPY = 21, ERR_COULD_NOT_CREATE_SOCKET = 22, ERR_COULD_NOT_CONNECT = 23, ERR_CONNECTION_BROKEN = 24, ERR_NOT_FILTER_PROTOCOL = 25, ERR_COULD_NOT_MOUNT = 26, ERR_COULD_NOT_UNMOUNT = 27, ERR_COULD_NOT_READ = 28, ERR_COULD_NOT_WRITE = 29, ERR_COULD_NOT_BIND = 30, ERR_COULD_NOT_LISTEN = 31, ERR_COULD_NOT_ACCEPT = 32, ERR_COULD_NOT_LOGIN = 33, ERR_COULD_NOT_STAT = 34, ERR_COULD_NOT_CLOSEDIR = 35, ERR_COULD_NOT_MKDIR = 37, ERR_COULD_NOT_RMDIR = 38, ERR_CANNOT_RESUME = 39, ERR_CANNOT_RENAME = 40, ERR_CANNOT_CHMOD = 41, ERR_CANNOT_DELETE = 42, ERR_SLAVE_DIED = 43, ERR_OUT_OF_MEMORY = 44, ERR_UNKNOWN_PROXY_HOST = 45, ERR_COULD_NOT_AUTHENTICATE = 46, ERR_ABORTED = 47, ERR_INTERNAL_SERVER = 48, ERR_SERVER_TIMEOUT = 49, ERR_SERVICE_NOT_AVAILABLE = 50, ERR_UNKNOWN = 51, ERR_UNKNOWN_INTERRUPT = 53, ERR_CANNOT_DELETE_ORIGINAL = 54, ERR_CANNOT_DELETE_PARTIAL = 55, ERR_CANNOT_RENAME_ORIGINAL = 56, ERR_CANNOT_RENAME_PARTIAL = 57, ERR_NEED_PASSWD = 58, ERR_CANNOT_SYMLINK = 59, ERR_NO_CONTENT = 60, ERR_DISK_FULL = 61, ERR_IDENTICAL_FILES = 62, ERR_SLAVE_DEFINED = 63, ERR_UPGRADE_REQUIRED = 64, ERR_POST_DENIED = 65 } |
enum | UDSAtomTypes { UDS_STRING = 1, UDS_LONG = 2, UDS_TIME = 4 | UDS_LONG, UDS_SIZE = 8 | UDS_LONG, UDS_SIZE_LARGE = 32768 | UDS_LONG, UDS_USER = 16 | UDS_STRING, UDS_ICON_NAME = 24 | UDS_STRING, UDS_GROUP = 32 | UDS_STRING, UDS_EXTRA = 48 | UDS_STRING, UDS_NAME = 64 | UDS_STRING, UDS_LOCAL_PATH = 72 | UDS_STRING, UDS_ACCESS = 128 | UDS_LONG, UDS_MODIFICATION_TIME = 256 | UDS_TIME, UDS_ACCESS_TIME = 512 | UDS_TIME, UDS_CREATION_TIME = 1024 | UDS_TIME, UDS_FILE_TYPE = 2048 | UDS_LONG, UDS_LINK_DEST = 4096 | UDS_STRING, UDS_URL = 8192 | UDS_STRING, UDS_MIME_TYPE = 16384 | UDS_STRING, UDS_GUESSED_MIME_TYPE = 16392 | UDS_STRING, UDS_XML_PROPERTIES = 32768 | UDS_STRING } |
enum | CacheControl { CC_CacheOnly, CC_Cache, CC_Verify, CC_Refresh, CC_Reload } |
enum | FileSystemFlag { SupportsChmod, SupportsChown, SupportsUTime, SupportsSymlinks, CaseInsensitive } |
enum | Progress { DEFAULT = 1, STATUSBAR = 2, LIST = 3 } |
enum | RenameDlg_Mode { M_OVERWRITE = 1, M_OVERWRITE_ITSELF = 2, M_SKIP = 4, M_SINGLE = 8, M_MULTI = 16, M_RESUME = 32, M_NORENAME = 64 } |
enum | RenameDlg_Result { R_RESUME = 6, R_RESUME_ALL = 7, R_OVERWRITE = 4, R_OVERWRITE_ALL = 5, R_SKIP = 2, R_AUTO_SKIP = 3, R_RENAME = 1, R_CANCEL = 0 } |
enum | SkipDlg_Result { S_SKIP = 1, S_AUTO_SKIP = 2, S_CANCEL = 0 } |
enum | Info { INF_TOTAL_SIZE = 10, INF_PROCESSED_SIZE = 11, INF_SPEED, INF_REDIRECTION = 20, INF_MIME_TYPE = 21, INF_ERROR_PAGE = 22, INF_WARNING = 23, INF_GETTING_FILE, INF_NEED_PASSWD = 25, INF_INFOMESSAGE, INF_META_DATA, INF_NETWORK_STATUS, INF_MESSAGEBOX } |
enum | Message { MSG_DATA = 100, MSG_DATA_REQ, MSG_ERROR, MSG_CONNECTED, MSG_FINISHED, MSG_STAT_ENTRY, MSG_LIST_ENTRIES, MSG_RENAMED, MSG_RESUME, MSG_SLAVE_STATUS, MSG_SLAVE_ACK, MSG_NET_REQUEST, MSG_NET_DROP, MSG_NEED_SUBURL_DATA, MSG_CANRESUME, MSG_AUTH_KEY, MSG_DEL_AUTH_KEY } |
Functions | |
QDataStream & | operator<< (QDataStream &s, const AuthInfo &a) |
QDataStream & | operator>> (QDataStream &s, AuthInfo &a) |
KIO_EXPORT ChmodJob * | chmod (const KFileItemList &lstItems, int permissions, int mask, QString newOwner, QString newGroup, bool recursive, bool showProgressInfo=true) |
DavJob * | davPropFind (const KURL &url, const QDomDocument &properties, QString depth, bool showProgressInfo=true) |
DavJob * | davPropPatch (const KURL &url, const QDomDocument &properties, bool showProgressInfo=true) |
DavJob * | davSearch (const KURL &url, const QString &nsURI, const QString &qName, const QString &query, bool showProgressInfo=true) |
KIO_EXPORT QString | convertSize (KIO::filesize_t size) |
KIO_EXPORT QString | convertSizeFromKB (KIO::filesize_t kbSize) |
KIO_EXPORT QString | number (KIO::filesize_t size) |
KIO_EXPORT unsigned int | calculateRemainingSeconds (KIO::filesize_t totalSize, KIO::filesize_t processedSize, KIO::filesize_t speed) |
KIO_EXPORT QString | convertSeconds (unsigned int seconds) |
KIO_EXPORT QTime | calculateRemaining (KIO::filesize_t totalSize, KIO::filesize_t processedSize, KIO::filesize_t speed) KDE_DEPRECATED |
KIO_EXPORT QString | itemsSummaryString (uint items, uint files, uint dirs, KIO::filesize_t size, bool showSize) |
KIO_EXPORT QString | encodeFileName (const QString &str) |
KIO_EXPORT QString | decodeFileName (const QString &str) |
KIO_EXPORT QString | buildErrorString (int errorCode, const QString &errorText) |
KIO_EXPORT QString | unsupportedActionErrorString (const QString &protocol, int cmd) |
KIO_EXPORT QByteArray | rawErrorDetail (int errorCode, const QString &errorText, const KURL *reqUrl=0L, int method=-1) |
QString | findDeviceMountPoint (const QString &filename) |
QString | findPathMountPoint (const QString &filename) |
bool | manually_mounted (const QString &filename) |
bool | probably_slow_mounted (const QString &filename) |
bool | testFileSystemFlag (const QString &filename, FileSystemFlag flag) |
KIO::CacheControl | parseCacheControl (const QString &cacheControl) |
QString | getCacheControlString (KIO::CacheControl cacheControl) |
KIO_EXPORT QString | buildHTMLErrorString (int errorCode, const QString &errorText, const KURL *reqUrl=0L, int method=-1) |
SimpleJob * | mkdir (const KURL &url, int permissions=-1) |
SimpleJob * | rmdir (const KURL &url) |
SimpleJob * | chmod (const KURL &url, int permissions) |
SimpleJob * | rename (const KURL &src, const KURL &dest, bool overwrite) |
SimpleJob * | symlink (const QString &target, const KURL &dest, bool overwrite, bool showProgressInfo=true) |
SimpleJob * | special (const KURL &url, const QByteArray &data, bool showProgressInfo=true) |
SimpleJob * | mount (bool ro, const char *fstype, const QString &dev, const QString &point, bool showProgressInfo=true) |
SimpleJob * | unmount (const QString &point, bool showProgressInfo=true) |
StatJob * | stat (const KURL &url, bool showProgressInfo=true) |
StatJob * | stat (const KURL &url, bool sideIsSource, short int details, bool showProgressInfo=true) |
SimpleJob * | http_update_cache (const KURL &url, bool no_cache, time_t expireDate) |
TransferJob * | get (const KURL &url, bool reload=false, bool showProgressInfo=true) |
TransferJob * | http_post (const KURL &url, const QByteArray &postData, bool showProgressInfo=true) |
TransferJob * | put (const KURL &url, int permissions, bool overwrite, bool resume, bool showProgressInfo=true) |
StoredTransferJob * | storedGet (const KURL &url, bool reload=false, bool showProgressInfo=true) |
StoredTransferJob * | storedPut (const QByteArray &arr, const KURL &url, int permissions, bool overwrite, bool resume, bool showProgressInfo=true) |
MimetypeJob * | mimetype (const KURL &url, bool showProgressInfo=true) |
FileCopyJob * | file_copy (const KURL &src, const KURL &dest, int permissions=-1, bool overwrite=false, bool resume=false, bool showProgressInfo=true) |
FileCopyJob * | file_move (const KURL &src, const KURL &dest, int permissions=-1, bool overwrite=false, bool resume=false, bool showProgressInfo=true) |
SimpleJob * | file_delete (const KURL &src, bool showProgressInfo=true) |
ListJob * | listDir (const KURL &url, bool showProgressInfo=true, bool includeHidden=true) |
ListJob * | listRecursive (const KURL &url, bool showProgressInfo=true, bool includeHidden=true) |
CopyJob * | copy (const KURL &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | copyAs (const KURL &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | copy (const KURL::List &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | move (const KURL &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | moveAs (const KURL &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | move (const KURL::List &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | link (const KURL &src, const KURL &destDir, bool showProgressInfo=true) |
CopyJob * | link (const KURL::List &src, const KURL &destDir, bool showProgressInfo=true) |
CopyJob * | linkAs (const KURL &src, const KURL &dest, bool showProgressInfo=true) |
CopyJob * | trash (const KURL &src, bool showProgressInfo=true) |
CopyJob * | trash (const KURL::List &src, bool showProgressInfo=true) |
DeleteJob * | del (const KURL &src, bool shred=false, bool showProgressInfo=true) |
DeleteJob * | del (const KURL::List &src, bool shred=false, bool showProgressInfo=true) |
MultiGetJob * | multi_get (long id, const KURL &url, const MetaData &metaData) |
ParseTreeBase::Ptr | parseConstraints (const QString &_constr) |
ParseTreeBase::Ptr | parsePreferences (const QString &_prefs) |
int | matchConstraint (const ParseTreeBase *_tree, const KService::Ptr &, const KServiceTypeProfile::OfferList &) |
PreferencesReturn | matchPreferences (const ParseTreeBase *_tree, const KService::Ptr &, const KServiceTypeProfile::OfferList &) |
KIO_EXPORT MetaInfoJob * | fileMetaInfo (const KFileItemList &items) |
KIO_EXPORT MetaInfoJob * | fileMetaInfo (const KURL::List &items) |
KIO_EXPORT bool | isClipboardEmpty () |
KIO_EXPORT KIO::Job * | pasteClipboard (const KURL &_dest_url, bool move=false) |
KIO_EXPORT void | pasteData (const KURL &_dest_url, const QByteArray &_data) |
KIO_EXPORT KIO::CopyJob * | pasteDataAsync (const KURL &_dest_url, const QByteArray &_data) |
KIO_EXPORT KIO::CopyJob * | pasteDataAsync (const KURL &_dest_url, const QByteArray &_data, const QString &text) |
PreviewJob * | filePreview (const KFileItemList &items, int width, int height=0, int iconSize=0, int iconAlpha=70, bool scale=true, bool save=true, const QStringList *enabledPlugins=0) |
PreviewJob * | filePreview (const KURL::List &items, int width, int height=0, int iconSize=0, int iconAlpha=70, bool scale=true, bool save=true, const QStringList *enabledPlugins=0) |
RenameDlg_Result | open_RenameDlg (const QString &_caption, const QString &_src, const QString &_dest, RenameDlg_Mode _mode, QString &_new, KIO::filesize_t sizeSrc, KIO::filesize_t sizeDest, time_t ctimeSrc, time_t ctimeDest, time_t mtimeSrc, time_t mtimeDest) |
SkipDlg_Result | open_SkipDlg (bool _multi, const QString &_error_text) |
static void | readConfig (KConfig *config, const QString &group, MetaData *metaData) |
Variables | |
static KStaticDeleter< SlaveConfig > | slaveconfigsd |
Detailed Description
A namespace for KIO globals.Typedef Documentation
|
64-bit file offset
|
|
64-bit file size
|
|
An entry is the list of atoms containing all the informations for a file or URL.
|
Enumeration Type Documentation
|
Commands that can be invoked by a job.
|
|
Error codes that can be emitted by KIO.
|
|
|
Specifies how to use the cache.
|
|
The result of open_RenameDlg().
Definition at line 40 of file renamedlg.h. |
|
Identifiers for KIO informational messages.
Definition at line 44 of file slaveinterface.h. |
|
Identifiers for KIO data messages.
Definition at line 64 of file slaveinterface.h. |
Function Documentation
|
Creates a job that changes permissions/ownership on several files or directories, optionally recursively. This version of chmod uses a KFileItemList so that it directly knows what to do with the items. TODO: a version that takes a KURL::List, and a general job that stats each url and returns a KFileItemList. Note that change of ownership is only supported for local files. Inside directories, the "x" bits will only be changed for files that had at least one "x" bit before, and for directories. This emulates the behavior of chmod +X.
Definition at line 223 of file chmodjob.cpp. References QFile::encodeName(), endl(), QString::isEmpty(), and kdError(). Referenced by KFilePermissionsPropsPlugin::applyChanges(), KIO::ForwardingSlaveBase::chmod(), and KIO::ChmodJob::chmodNextFile(). |
|
Creates a new DavJob that issues a PROPFIND command.
PROPFIND retrieves the properties of the resource identified by the given
Definition at line 117 of file davjob.cpp. References KIO::Job::addMetaData(), and QDomDocument::toString(). |
|
Creates a new DavJob that issues a PROPPATCH command.
PROPPATCH sets the properties of the resource identified by the given
Definition at line 125 of file davjob.cpp. References QDomDocument::toString(). |
|
Creates a new DavJob that issues a SEARCH command.
Definition at line 130 of file davjob.cpp. References QDomDocument::createElementNS(), QDomDocument::createTextNode(), and QDomDocument::toString(). |
|
Converts
Definition at line 45 of file global.cpp. References QString::arg(), and KGlobal::locale(). Referenced by convertSizeFromKB(), KFileItem::getStatusBarInfo(), KFileItem::getToolTipText(), itemsSummaryString(), KFilePropsPlugin::KFilePropsPlugin(), KIO::DefaultProgress::makePercentString(), ProgressItem::setProcessedSize(), ProgressItem::setSpeed(), KIO::DefaultProgress::slotClean(), KFilePropsPlugin::slotDirSizeFinished(), KFilePropsPlugin::slotDirSizeUpdate(), KIO::DefaultProgress::slotProcessedSize(), KIO::StatusbarProgress::slotSpeed(), KIO::DefaultProgress::slotSpeed(), UIServer::slotUpdate(), and KFileMimeTypeInfo::ItemInfo::string(). |
|
Converts size from kilo-bytes to the string representation.
Definition at line 78 of file global.cpp. References convertSize(). Referenced by KFilePropsPlugin::slotFoundMountPoint(), and KFileMimeTypeInfo::ItemInfo::string(). |
|
Converts a size to a string representation Not unlike QString::number(. ..)
Definition at line 83 of file global.cpp. References QString::fromLatin1(). Referenced by KIO::SlaveBase::canResume(), KIO::DefaultProgress::slotCanResume(), and KFileView::sortingKey(). |
|
Calculates remaining time in seconds from total size, processed size and speed.
Definition at line 90 of file global.cpp. Referenced by KIO::DefaultProgress::slotSpeed(). |
|
Convert
Definition at line 99 of file global.cpp. References KGlobal::locale(). Referenced by KIO::DefaultProgress::slotSpeed(). |
|
Calculates remaining time from total size, processed size and speed. Warning: As QTime is limited to 23:59:59, use calculateRemainingSeconds() instead
Definition at line 114 of file global.cpp. References QTime::setHMS(). Referenced by ProgressItem::setSpeed(). |
|
Helper for showing information about a set of files and directories.
Definition at line 137 of file global.cpp. References QString::arg(), and convertSize(). Referenced by KFilePropsPlugin::KFilePropsPlugin(). |
|
Encodes (from the text displayed to the real filename) This translates % into %% and / into 2f Used by KIO::link, for instance.
Definition at line 152 of file global.cpp. References QString::find(), and QString::replace(). Referenced by KFilePropsPlugin::applyChanges(), KIOExec::KIOExec(), and KDirOperator::mkdir(). |
|
Decodes (from the filename to the text displayed) This translates 2[fF] into / and %% into %.
Definition at line 167 of file global.cpp. References QString::append(), QString::length(), and QString::lower(). Referenced by KFileItem::readUDSEntry(), and KFileItem::setName(). |
|
Returns a translated error message for
Definition at line 200 of file global.cpp. References QString::arg(), QString::fromLatin1(), and QString::isEmpty(). Referenced by KIO::Job::errorString(), KRun::init(), rawErrorDetail(), and KFileDialog::slotOk(). |
|
Returns an appropriate error message if the given command
Definition at line 406 of file global.cpp. Referenced by KIO::SlaveBase::chmod(), KIO::SlaveBase::copy(), KIO::SlaveBase::del(), KIO::SlaveBase::get(), KIO::SlaveBase::listDir(), KIO::SlaveBase::mkdir(), KIO::SlaveBase::multiGet(), KIO::SlaveBase::openConnection(), KIO::SlaveBase::put(), KIO::SlaveBase::rename(), KIO::DataSlave::send(), KIO::SlaveBase::setSubURL(), KIO::SlaveBase::special(), KIO::SlaveBase::stat(), and KIO::SlaveBase::symlink(). |
|
Returns translated error details for
Definition at line 495 of file global.cpp. References QString::arg(), buildErrorString(), KProtocolManager::connectTimeout(), QDateTime::currentDateTime(), KURL::fileName(), KLocale::formatDateTime(), KURL::host(), QString::isNull(), QString::left(), KGlobal::locale(), QString::mid(), KURL::path(), KURL::prettyURL(), KURL::protocol(), KProtocolManager::proxyConnectTimeout(), and KProtocolManager::responseTimeout(). Referenced by KIO::Job::detailedErrorStrings(). |
|
Returns the mount point where This means, it has to be mounted, not just defined in fstab. Definition at line 1883 of file global.cpp. Referenced by KDEDesktopMimeType::builtinServices(), KDEDesktopMimeType::executeService(), KDEDesktopMimeType::icon(), and KDEDesktopMimeType::runFSDevice(). |
|
Returns the mount point on which resides Q_OS_UNIX Definition at line 1889 of file global.cpp. Referenced by KDiskFreeSp::findUsageInfo(), and KFilePropsPlugin::KFilePropsPlugin(). |
|
Checks if the path belongs to a filesystem that is manually mounted. Q_OS_UNIX Definition at line 1900 of file global.cpp. References QString::isNull(). |
|
Checks if the path belongs to a filesystem that is probably slow. Q_OS_UNIX Definition at line 1912 of file global.cpp. References QString::isNull(). |
|
Checks the capabilities of the filesystem to which a given file belongs. given feature (e.g. chmod).
Definition at line 1924 of file global.cpp. References endl(), QString::isNull(), and kdDebug(). |
|
Parses the string representation of the cache control option.
Definition at line 1947 of file global.cpp. References CC_Cache, CC_CacheOnly, CC_Refresh, CC_Reload, CC_Verify, endl(), kdDebug(), and QString::lower(). Referenced by KProtocolManager::cacheControl(). |
|
Returns a string representation of the given cache control method.
Definition at line 1966 of file global.cpp. References CC_Cache, CC_CacheOnly, CC_Refresh, CC_Reload, CC_Verify, endl(), and kdDebug(). |
|
Returns a translated html error message for
|
|
Creates a single directory.
Definition at line 692 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::mkdir(). |
|
Removes a single directory. The directory is assumed to be empty.
Definition at line 699 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::del(). |
|
Changes permissions on a file or directory. See the other chmod below for changing many files or directories.
|
|
Rename a file or directory. Warning: this operation fails if a direct renaming is not possible (like with files or dirs on separate partitions) Use move or file_move in this case.
Definition at line 713 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::rename(). |
|
Create or move a symlink. This is the lowlevel operation, similar to file_copy and file_move. It doesn't do any check (other than those the slave does) and it doesn't show rename and skip dialogs - use KIO::link for that.
Definition at line 720 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::symlink(). |
|
Execute any command that is specific to one slave (protocol). Examples are : HTTP POST, mount and unmount (kio_file)
|
|
Mount filesystem.
Special job for
Definition at line 733 of file job.cpp. References QString::fromLatin1(), Observer::mounting(), Observer::self(), and special(). |
|
Unmount filesystem.
Special job for
Definition at line 743 of file job.cpp. References Observer::self(), special(), and Observer::unmounting(). |
|
Find all details for one file or directory.
Definition at line 827 of file job.cpp. Referenced by KRun::init(), KFileDialog::slotOk(), and KIO::ForwardingSlaveBase::stat(). |
|
Find all details for one file or directory.
This version of the call includes two additional booleans,
Definition at line 833 of file job.cpp. References kdDebug(), Observer::self(), KIO::StatJob::setDetails(), KIO::StatJob::setSide(), and Observer::stating(). |
|
HTTP cache update.
Definition at line 845 of file job.cpp. References KURL::protocol(), and KIO::Scheduler::scheduleJob(). |
|
Get (a.k.a. read). The slave emits the data through data().
Definition at line 1161 of file job.cpp. References KIO::Job::addMetaData(). Referenced by KIO::PreviewJob::createThumbnail(), KPAC::Downloader::download(), KIO::ForwardingSlaveBase::get(), KIO::MetaInfoJob::getMetaInfo(), KRun::scanFile(), KIO::DataSlave::send(), and KIO::TransferJob::slotNeedSubURLData(). |
|
HTTP POST (for form data). Example: job = KIO::http_post( url, postData, false ); job->addMetaData("content-type", contentType ); job->addMetaData("referrer", referrerURL);
You MUST specify content-type!
Often
Definition at line 1184 of file job.cpp. References QValueList::begin(), QValueList::contains(), QValueList::end(), QString::isEmpty(), KURL::path(), KURL::port(), KURL::protocol(), KConfigBase::readIntListEntry(), KURL::setPath(), and QTimer::singleShot(). |
|
Put (a.k.a. write)
Definition at line 1321 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::put(). |
|
Get (a.k.a. read), into a single QByteArray.
Definition at line 1382 of file job.cpp. References KIO::Job::addMetaData(). |
|
Put (a.k.a. write) data from a single QByteArray.
Definition at line 1392 of file job.cpp. References KIO::StoredTransferJob::setData(). |
|
Find mimetype for one file or directory.
Definition at line 1450 of file job.cpp. References Observer::self(), and Observer::stating(). Referenced by KIO::ForwardingSlaveBase::mimetype(), and KIO::DataSlave::send(). |
|
Copy a single file. Uses either SlaveBase::copy() if the slave supports that or get() and put() otherwise.
Definition at line 1884 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::copy(), KIO::PreviewJob::getOrCreateThumbnail(), and KIOExec::KIOExec(). |
|
Move a single file. Use either SlaveBase::rename() if the slave supports that, or copy() and del() otherwise, or eventually get() & put() & del()
|
|
Delete a single file.
|
|
List the contents of "." and ".." are returned, filter them out if you don't want them.
Definition at line 2073 of file job.cpp. Referenced by KIO::ForwardingSlaveBase::listDir(), and KURLCompletion::slotIOFinished(). |
|
The same as the previous method, but recurses subdirectories. Directory links are not followed. "." and ".." are returned but only for the toplevel directory. Filter them out if you don't want them.
Definition at line 2079 of file job.cpp. Referenced by KIO::ChmodJob::processList(), KIO::DeleteJob::slotResult(), and KDirSize::startNextJob(). |
|
Copy a file or directory This emulates the cp command completely.
Definition at line 3716 of file job.cpp. References QValueList::append(). Referenced by KFilePropsPlugin::applyChanges(), and pasteClipboard(). |
|
Copy a file or directory As opposed to copy(), this doesn't emulate cp, but is the only way to copy a directory, giving it a new name and getting an error box if a directory already exists with the same name.
Definition at line 3724 of file job.cpp. References QValueList::append(). |
|
Copy a list of file/dirs
|
|
Moves a file or directory
Definition at line 3737 of file job.cpp. References QValueList::append(). Referenced by KFilePropsPlugin::applyChanges(), pasteClipboard(), and pasteDataAsync(). |
|
Moves a file or directory Unlike move() this operation will fail when the directory already exists.
Definition at line 3744 of file job.cpp. References QValueList::append(). |
|
Moves a list of files or directories
|
|
Create a link. If the protocols and hosts are the same, a Unix symlink will be created. Otherwise, a .desktop file of Type Link and pointing to the src URL will be created.
Definition at line 3756 of file job.cpp. References QValueList::append(). |
|
Create several links If the protocols and hosts are the same, a Unix symlink will be created. Otherwise, a .desktop file of Type Link and pointing to the src URL will be created.
|
|
Create a link. Unlike link() this operation will fail when the directory already exists. If the protocols and hosts are the same, a Unix symlink will be created. Otherwise, a .desktop file of Type Link and pointing to the src URL will be created.
Definition at line 3768 of file job.cpp. References QValueList::append(). |
|
Trash a file or directory. This is currently only supported for local files and directories. Use "KURL src; src.setPath( path );" to create a URL from a path.
Definition at line 3775 of file job.cpp. References QValueList::append(). Referenced by KDirOperator::trash(). |
|
Trash a list of files or directories. This is currently only supported for local files and directories.
|
|
Delete a file or directory.
Definition at line 4211 of file job.cpp. References QValueList::append(). Referenced by KDirOperator::del(), and KIO::ForwardingSlaveBase::del(). |
|
Deletes a list of files or directories.
|
|
Creates a new multiple get job.
Definition at line 4393 of file job.cpp. References KIO::MultiGetJob::get(). |
|
Retrieves meta information for the given items.
Definition at line 172 of file metainfojob.cpp. |
|
Retrieves meta information for the given items.
Definition at line 177 of file metainfojob.cpp. References QPtrList::append(), QValueList::begin(), QValueList< KURL >::ConstIterator(), and QValueList::end(). |
|
Checks whether the clipboard is empty.
Definition at line 78 of file paste.cpp. References QApplication::clipboard(), QString::contains(), QMimeSource::encodedData(), and QMimeSource::provides(). |
|
Pastes the content of the clipboard (e.g. URLs) to the given destination URL.
Definition at line 94 of file paste.cpp. References QTextDrag::canDecode(), QUriDrag::canDecode(), QApplication::clipboard(), copy(), QValueList::count(), QTextDrag::decode(), KURLDrag::decode(), KMessageBox::error(), KURL::isValid(), move(), pasteDataAsync(), KMessageBox::sorry(), QStringList::split(), and KURL::url(). |
|
Pastes the given
Definition at line 155 of file paste.cpp. References KTempFile::close(), KTempFile::dataStream(), KURL::isEmpty(), KTempFile::name(), KTempFile::setAutoDelete(), KIO::NetAccess::upload(), and QDataStream::writeRawBytes(). |
|
Pastes the given
Definition at line 172 of file paste.cpp. Referenced by pasteClipboard(). |
|
Pastes the given
Definition at line 177 of file paste.cpp. References KTempFile::close(), KTempFile::dataStream(), KURL::isEmpty(), move(), KTempFile::name(), KURL::setPath(), and QDataStream::writeRawBytes(). |
|
Creates a PreviewJob to generate or retrieve a preview image for the given URL.
Definition at line 523 of file previewjob.cpp. Referenced by KImageFilePreview::createJob(), and KFileIconView::showPreviews(). |
|
Creates a PreviewJob to generate or retrieve a preview image for the given URL.
Definition at line 531 of file previewjob.cpp. References QPtrList::append(), QValueList::begin(), QValueList< KURL >::ConstIterator(), and QValueList::end(). |