|
Compounds |
| class | AuthInfo |
| | A two way messaging class for passing authentication information. More...
|
| class | ChmodJob |
| class | Connection |
| struct | CopyInfo |
| class | CopyJob |
| class | DavJob |
| class | DefaultProgress |
| class | DeleteJob |
| class | FileCopyJob |
| class | ListJob |
| class | MetaInfoJob |
| class | MimetypeJob |
| struct | GetRequest |
| class | Job |
| class | MetaData |
| class | MultiGetJob |
| class | NetAccess |
| | Provides a synchronous interface to io jobs. More...
|
| struct | AutoLogin |
| class | NetRC |
| | An interface to kionetrc and the ftp .netrc files. More...
|
| class | ParseContext |
| class | ParseTreeAND |
| class | ParseTreeBase |
| class | ParseTreeBOOL |
| class | ParseTreeBRACKETS |
| class | ParseTreeCALC |
| class | ParseTreeCMP |
| class | ParseTreeDOUBLE |
| class | ParseTreeEXIST |
| class | ParseTreeID |
| class | ParseTreeIN |
| class | ParseTreeMATCH |
| class | ParseTreeMAX2 |
| class | ParseTreeMIN2 |
| class | ParseTreeNOT |
| class | ParseTreeNUM |
| class | ParseTreeOR |
| class | ParseTreeSTRING |
| class | PasswordDialog |
| struct | PreferencesMaxima |
| struct | PreferencesReturn |
| class | PreviewJob |
| class | ProgressBase |
| | Base class for IO progress dialogs. More...
|
| class | RenameDlg |
| class | Scheduler |
| class | SessionData |
| class | SimpleJob |
| class | SkipDlg |
| class | Slave |
| class | SlaveBase |
| class | SlaveConfig |
| class | SlaveInterface |
| class | StatJob |
| class | StatusbarProgress |
| | IO progress widget for embedding in a statusbar. More...
|
| struct | Task |
| class | TCPSlaveBase |
| class | TransferJob |
| class | UDSAtom |
Typedefs |
| typedef QValueList< UDSAtom > | UDSEntry |
Enumerations |
| enum | Error |
| enum | UDSAtomTypes {
UDS_STRING = 1
, UDS_SIZE = 8 | UDS_LONG
, UDS_USER = 16 | UDS_STRING,
UDS_GROUP = 32 | UDS_STRING,
UDS_NAME = 64 | 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 | Command |
| enum | Info |
| enum | Message |
| enum | HTTP_METHOD |
Functions |
| ChmodJob * | chmod (const KFileItemList &lstItems, int permissions, int mask, QString newOwner, QString newGroup, bool recursive, bool showProgressInfo=true) |
| QString | convertSize (KIO::filesize_t size) |
| QString | number (KIO::filesize_t size) |
| QString | convertSizeFromKB (KIO::filesize_t kbSize) |
| QTime | calculateRemaining (KIO::filesize_t totalSize, KIO::filesize_t processedSize, KIO::filesize_t speed) |
| QString | itemsSummaryString (uint items, uint files, uint dirs, KIO::filesize_t size, bool showSize) |
| QString | encodeFileName (const QString &str) |
| QString | decodeFileName (const QString &str) |
| QString | findDeviceMountPoint (const QString &device) |
| QString | findPathMountPoint (const QString &filename) |
| bool | probably_slow_mounted (const QString &filename) |
| bool | manually_mounted (const QString &filename) |
| 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) |
| SimpleJob * | http_update_cache (const KURL &url, bool no_cache, time_t expireDate) |
| StatJob * | stat (const KURL &url, bool showProgressInfo=true) |
| StatJob * | stat (const KURL &url, bool sideIsSource, short int details, bool showProgressInfo=true) |
| TransferJob * | get (const KURL &url, bool reload=false, bool showProgressInfo=true) |
| TransferJob * | put (const KURL &url, int permissions, bool overwrite, bool resume, bool showProgressInfo=true) |
| TransferJob * | http_post (const KURL &url, const QByteArray &postData, 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) |
| DeleteJob * | del (const KURL &src, bool shred=false, bool showProgressInfo=true) |
| int | matchConstraint (const ParseTreeBase *_tree, const KService::Ptr &, const KServiceTypeProfile::OfferList &) |
| PreferencesReturn | matchPreferences (const ParseTreeBase *_tree, const KService::Ptr &, const KServiceTypeProfile::OfferList &) |
| MetaInfoJob * | fileMetaInfo (const KFileItemList &items) |
| MetaInfoJob * | fileMetaInfo (const KURL::List &items) |
| 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) |