KIO
Namespaces | |
namespace | HostInfo |
namespace | SslUi |
Typedefs | |
using | AskIface = AskUserActionInterface |
typedef QFlags< DropJobFlag > | DropJobFlags |
typedef qlonglong | fileoffset_t |
typedef qulonglong | filesize_t |
typedef QFlags< JobFlag > | JobFlags |
typedef QFlags< RenameDialog_Option > | RenameDialog_Options |
typedef QFlags< SkipDialog_Option > | SkipDialog_Options |
typedef RenameDialog_Result | SkipDialog_Result |
typedef QFlags< StatDetail > | StatDetails |
typedef QList< UDSEntry > | UDSEntryList |
Enumerations | |
enum | CacheControl { CC_CacheOnly , CC_Cache , CC_Verify , CC_Refresh , CC_Reload } |
enum | ChmodJobState { CHMODJOB_STATE_LISTING , CHMODJOB_STATE_CHMODING } |
enum | DeleteJobState { DELETEJOB_STATE_STATING , DELETEJOB_STATE_DELETING_FILES , DELETEJOB_STATE_DELETING_DIRS } |
enum | DropJobFlag { DropJobDefaultFlags = 0 , ShowMenuManually = 1 } |
enum | Error { ERR_CANNOT_OPEN_FOR_READING = KJob::UserDefinedError + 1 , ERR_CANNOT_OPEN_FOR_WRITING = KJob::UserDefinedError + 2 , ERR_CANNOT_LAUNCH_PROCESS = KJob::UserDefinedError + 3 , ERR_INTERNAL = KJob::UserDefinedError + 4 , ERR_MALFORMED_URL = KJob::UserDefinedError + 5 , ERR_UNSUPPORTED_PROTOCOL = KJob::UserDefinedError + 6 , ERR_NO_SOURCE_PROTOCOL = KJob::UserDefinedError + 7 , ERR_UNSUPPORTED_ACTION = KJob::UserDefinedError + 8 , ERR_IS_DIRECTORY = KJob::UserDefinedError + 9 , ERR_IS_FILE = KJob::UserDefinedError + 10 , ERR_DOES_NOT_EXIST = KJob::UserDefinedError + 11 , ERR_FILE_ALREADY_EXIST = KJob::UserDefinedError + 12 , ERR_DIR_ALREADY_EXIST = KJob::UserDefinedError + 13 , ERR_UNKNOWN_HOST = KJob::UserDefinedError + 14 , ERR_ACCESS_DENIED = KJob::UserDefinedError + 15 , ERR_WRITE_ACCESS_DENIED = KJob::UserDefinedError + 16 , ERR_CANNOT_ENTER_DIRECTORY = KJob::UserDefinedError + 17 , ERR_PROTOCOL_IS_NOT_A_FILESYSTEM = KJob::UserDefinedError + 18 , ERR_CYCLIC_LINK = KJob::UserDefinedError + 19 , ERR_USER_CANCELED = KJob::KilledJobError , ERR_CYCLIC_COPY = KJob::UserDefinedError + 21 , ERR_CANNOT_CREATE_SOCKET = KJob::UserDefinedError + 22 , ERR_CANNOT_CONNECT = KJob::UserDefinedError + 23 , ERR_CONNECTION_BROKEN = KJob::UserDefinedError + 24 , ERR_NOT_FILTER_PROTOCOL = KJob::UserDefinedError + 25 , ERR_CANNOT_MOUNT = KJob::UserDefinedError + 26 , ERR_CANNOT_UNMOUNT = KJob::UserDefinedError + 27 , ERR_CANNOT_READ = KJob::UserDefinedError + 28 , ERR_CANNOT_WRITE = KJob::UserDefinedError + 29 , ERR_CANNOT_BIND = KJob::UserDefinedError + 30 , ERR_CANNOT_LISTEN = KJob::UserDefinedError + 31 , ERR_CANNOT_ACCEPT = KJob::UserDefinedError + 32 , ERR_CANNOT_LOGIN = KJob::UserDefinedError + 33 , ERR_CANNOT_STAT = KJob::UserDefinedError + 34 , ERR_CANNOT_CLOSEDIR = KJob::UserDefinedError + 35 , ERR_CANNOT_MKDIR = KJob::UserDefinedError + 37 , ERR_CANNOT_RMDIR = KJob::UserDefinedError + 38 , ERR_CANNOT_RESUME = KJob::UserDefinedError + 39 , ERR_CANNOT_RENAME = KJob::UserDefinedError + 40 , ERR_CANNOT_CHMOD = KJob::UserDefinedError + 41 , ERR_CANNOT_DELETE = KJob::UserDefinedError + 42 , ERR_WORKER_DIED = KJob::UserDefinedError + 43 , ERR_OUT_OF_MEMORY = KJob::UserDefinedError + 44 , ERR_UNKNOWN_PROXY_HOST = KJob::UserDefinedError + 45 , ERR_CANNOT_AUTHENTICATE = KJob::UserDefinedError + 46 , ERR_ABORTED = KJob::UserDefinedError + 47 , ERR_INTERNAL_SERVER = KJob::UserDefinedError + 48 , ERR_SERVER_TIMEOUT = KJob::UserDefinedError + 49 , ERR_SERVICE_NOT_AVAILABLE = KJob::UserDefinedError + 50 , ERR_UNKNOWN = KJob::UserDefinedError + 51 , ERR_UNKNOWN_INTERRUPT = KJob::UserDefinedError + 53 , ERR_CANNOT_DELETE_ORIGINAL = KJob::UserDefinedError + 54 , ERR_CANNOT_DELETE_PARTIAL = KJob::UserDefinedError + 55 , ERR_CANNOT_RENAME_ORIGINAL = KJob::UserDefinedError + 56 , ERR_CANNOT_RENAME_PARTIAL = KJob::UserDefinedError + 57 , ERR_NEED_PASSWD = KJob::UserDefinedError + 58 , ERR_CANNOT_SYMLINK = KJob::UserDefinedError + 59 , ERR_NO_CONTENT = KJob::UserDefinedError + 60 , ERR_DISK_FULL = KJob::UserDefinedError + 61 , ERR_IDENTICAL_FILES = KJob::UserDefinedError + 62 , ERR_WORKER_DEFINED = KJob::UserDefinedError + 63 , ERR_UPGRADE_REQUIRED = KJob::UserDefinedError + 64 , ERR_POST_DENIED = KJob::UserDefinedError + 65 , ERR_CANNOT_SEEK = KJob::UserDefinedError + 66 , ERR_CANNOT_SETTIME = KJob::UserDefinedError + 67 , ERR_CANNOT_CHOWN = KJob::UserDefinedError + 68 , ERR_POST_NO_SIZE = KJob::UserDefinedError + 69 , ERR_DROP_ON_ITSELF = KJob::UserDefinedError + 70 , ERR_CANNOT_MOVE_INTO_ITSELF = KJob::UserDefinedError + 71 , ERR_PASSWD_SERVER = KJob::UserDefinedError + 72 , ERR_CANNOT_CREATE_WORKER = KJob::UserDefinedError + 73 , ERR_FILE_TOO_LARGE_FOR_FAT32 = KJob::UserDefinedError + 74 , ERR_OWNER_DIED = KJob::UserDefinedError + 75 , ERR_PRIVILEGE_NOT_REQUIRED = KJob::UserDefinedError + 76 , ERR_CANNOT_TRUNCATE = KJob::UserDefinedError + 77 , ERR_SYMLINKS_NOT_SUPPORTED = KJob::UserDefinedError + 78 , ERR_TRASH_FILE_TOO_LARGE = KJob::UserDefinedError + 79 } |
enum | JobFlag { DefaultFlags = 0 , HideProgressInfo = 1 , Resume = 2 , Overwrite = 4 , NoPrivilegeExecution = 8 } |
enum | LoadType { Reload , NoReload } |
enum | PrivilegeOperationStatus { OperationAllowed = 1 , OperationCanceled , OperationNotAllowed } |
enum | RenameDialog_Option { RenameDialog_Overwrite = 1 , RenameDialog_OverwriteItself = 2 , RenameDialog_Skip = 4 , RenameDialog_MultipleItems , RenameDialog_Resume = 16 , RenameDialog_NoRename = 64 , RenameDialog_DestIsDirectory = 128 , RenameDialog_SourceIsDirectory = 256 } |
enum | RenameDialog_Result { Result_Cancel = 0 , Result_Rename = 1 , Result_Skip = 2 , Result_AutoSkip = 3 , Result_Overwrite = 4 , Result_OverwriteAll = 5 , Result_Resume = 6 , Result_ResumeAll = 7 , Result_AutoRename = 8 , Result_Retry = 9 , Result_OverwriteWhenOlder = 10 , Result_ReplaceInvalidChars = 11 , Result_ReplaceAllInvalidChars = 12 } |
enum | SkipDialog_Option { SkipDialog_MultipleItems = 8 , SkipDialog_Replace_Invalid_Chars = 16 , SkipDialog_Hide_Retry = 32 } |
enum | StatDetail { StatNoDetails = 0x0 , StatBasic = 0x1 , StatUser = 0x2 , StatTime = 0x4 , StatResolveSymlink = 0x8 , StatAcl = 0x10 , StatInode = 0x20 , StatRecursiveSize = 0x40 , StatMimeType = 0x80 , StatDefaultDetails = StatBasic | StatUser | StatTime | StatAcl | StatResolveSymlink } |
Functions | |
WorkerConfigSingleton * | _workerConfigSelf () |
KIOCORE_EXPORT BatchRenameJob * | batchRename (const QList< QUrl > &src, const QString &newName, int index, QChar placeHolder, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT QString | buildErrorString (int errorCode, const QString &errorText) |
KIOCORE_EXPORT unsigned int | calculateRemainingSeconds (KIO::filesize_t totalSize, KIO::filesize_t processedSize, KIO::filesize_t speed) |
KIOWIDGETS_EXPORT bool | canPasteMimeData (const QMimeData *data) |
KIOCORE_EXPORT ChmodJob * | chmod (const KFileItemList &lstItems, int permissions, int mask, const QString &newOwner, const QString &newGroup, bool recursive, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT SimpleJob * | chmod (const QUrl &url, int permissions) |
KIOCORE_EXPORT SimpleJob * | chown (const QUrl &url, const QString &owner, const QString &group) |
KIOCORE_EXPORT QFile::Permissions | convertPermissions (int permissions) |
KIOCORE_EXPORT QString | convertSeconds (unsigned int seconds) |
KIOCORE_EXPORT QString | convertSize (KIO::filesize_t size) |
KIOCORE_EXPORT QString | convertSizeFromKiB (KIO::filesize_t kibSize) |
KIOCORE_EXPORT CopyJob * | copy (const QList< QUrl > &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | copy (const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | copyAs (const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT KJobUiDelegate * | createDefaultJobUiDelegate () |
KIOCORE_EXPORT KJobUiDelegate * | createDefaultJobUiDelegate (KJobUiDelegate::Flags flags, QWidget *window) |
KIOCORE_EXPORT DavJob * | davPropFind (const QUrl &url, const QString &properties, const QString &depth, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT DavJob * | davPropPatch (const QUrl &url, const QString &properties, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT DavJob * | davReport (const QUrl &url, const QString &report, const QString &depth, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT DavJob * | davSearch (const QUrl &url, const QString &nsURI, const QString &qName, const QString &query, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT QString | decodeFileName (const QString &str) |
KIOCORE_EXPORT JobUiDelegateExtension * | defaultJobUiDelegateExtension () |
KIOCORE_EXPORT JobUiDelegateFactory * | defaultJobUiDelegateFactory () |
KIOCORE_EXPORT DeleteJob * | del (const QList< QUrl > &src, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT DeleteJob * | del (const QUrl &src, JobFlags flags=DefaultFlags) |
template<typename T > | |
T | delegateExtension (KJob *job) |
KIOCORE_EXPORT DirectorySizeJob * | directorySize (const KFileItemList &lstItems) |
KIOCORE_EXPORT DirectorySizeJob * | directorySize (const QUrl &directory) |
QProcessEnvironment | discreteGpuEnvironment () |
KIOWIDGETS_EXPORT DropJob * | drop (const QDropEvent *dropEvent, const QUrl &destUrl, DropJobFlags dropjobFlags, JobFlags flags=DefaultFlags) |
KIOWIDGETS_EXPORT DropJob * | drop (const QDropEvent *dropEvent, const QUrl &destUrl, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT EmptyTrashJob * | emptyTrash () |
KIOCORE_EXPORT QString | encodeFileName (const QString &str) |
KIOCORE_EXPORT QString | favIconForUrl (const QUrl &url) |
KIOCORE_EXPORT FileCopyJob * | file_copy (const QUrl &src, const QUrl &dest, int permissions=-1, JobFlags flags=DefaultFlags) |
FileCopyJob * | file_copy (const QUrl &src, const QUrl &dest, JobFlags flags)=delete |
KIOCORE_EXPORT SimpleJob * | file_delete (const QUrl &src, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT FileCopyJob * | file_move (const QUrl &src, const QUrl &dest, int permissions=-1, JobFlags flags=DefaultFlags) |
FileCopyJob * | file_move (const QUrl &src, const QUrl &dest, JobFlags flags)=delete |
KIOGUI_EXPORT PreviewJob * | filePreview (const KFileItemList &items, const QSize &size, const QStringList *enabledPlugins=nullptr) |
KIOCORE_EXPORT FileSystemFreeSpaceJob * | fileSystemFreeSpace (const QUrl &url) |
KIOCORE_EXPORT TransferJob * | get (const QUrl &url, LoadType reload=NoReload, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT QString | getCacheControlString (KIO::CacheControl cacheControl) |
KIOCORE_EXPORT KJobTrackerInterface * | getJobTracker () |
bool | hasDiscreteGpu () |
OpenFileManagerWindowJob * | highlightInFileManager (const QList< QUrl > &urls, const QByteArray &asn=QByteArray()) |
KIOCORE_EXPORT TransferJob * | http_delete (const QUrl &url, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT TransferJob * | http_post (const QUrl &url, const QByteArray &postData, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT TransferJob * | http_post (const QUrl &url, QIODevice *device, qint64 size=-1, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT SimpleJob * | http_update_cache (const QUrl &url, bool no_cache, const QDateTime &expireDate) |
KIOCORE_EXPORT QString | iconNameForUrl (const QUrl &url) |
KIOWIDGETS_EXPORT bool | isClipboardDataCut (const QMimeData *mimeData) |
KIOCORE_EXPORT QString | itemsSummaryString (uint items, uint files, uint dirs, KIO::filesize_t size, bool showSize) |
KIOCORE_EXPORT CopyJob * | link (const QList< QUrl > &src, const QUrl &destDir, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | link (const QUrl &src, const QUrl &destDir, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | linkAs (const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT ListJob * | listDir (const QUrl &url, JobFlags flags=DefaultFlags, ListJob::ListFlags listFlags=ListJob::ListFlag::IncludeHidden) |
KIOCORE_EXPORT ListJob * | listRecursive (const QUrl &url, JobFlags flags=DefaultFlags, ListJob::ListFlags listFlags=ListJob::ListFlag::IncludeHidden) |
KIOCORE_EXPORT MimetypeJob * | mimetype (const QUrl &url, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT MkdirJob * | mkdir (const QUrl &url, int permissions=-1) |
KIOCORE_EXPORT MkpathJob * | mkpath (const QUrl &url, const QUrl &baseUrl=QUrl(), JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StatJob * | mostLocalUrl (const QUrl &url, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT SimpleJob * | mount (bool ro, const QByteArray &fstype, const QString &dev, const QString &point, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | move (const QList< QUrl > &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | move (const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | moveAs (const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT QString | number (KIO::filesize_t size) |
KIOCORE_EXPORT FileJob * | open (const QUrl &url, QIODevice::OpenMode mode) |
KIOCORE_EXPORT bool | operator!= (const UDSEntry &entry, const UDSEntry &other) |
KIOCORE_EXPORT QDataStream & | operator<< (QDataStream &s, const AuthInfo &a) |
KIOCORE_EXPORT QDBusArgument & | operator<< (QDBusArgument &argument, const AuthInfo &a) |
KIOCORE_EXPORT bool | operator== (const UDSEntry &entry, const UDSEntry &other) |
KIOCORE_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &argument, AuthInfo &a) |
KIOCORE_EXPORT QDataStream & | operator>> (QDataStream &s, AuthInfo &a) |
constexpr UDSEntry::StandardFieldTypes | operator^ (UDSEntry::StandardFieldTypes fieldType, UDSEntry::ItemTypes type) |
constexpr UDSEntry::StandardFieldTypes | operator| (UDSEntry::StandardFieldTypes fieldType, UDSEntry::ItemTypes type) |
KIOCORE_EXPORT KIO::CacheControl | parseCacheControl (const QString &cacheControl) |
KIOWIDGETS_EXPORT PasteJob * | paste (const QMimeData *mimeData, const QUrl &destDir, JobFlags flags=DefaultFlags) |
KIOWIDGETS_EXPORT QString | pasteActionText (const QMimeData *mimeData, bool *enable, const KFileItem &destItem) |
template<typename T > | |
T * | perThreadGlobalStatic () |
KIOCORE_EXPORT TransferJob * | put (const QUrl &url, int permissions, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT QByteArray | rawErrorDetail (int errorCode, const QString &errorText, const QUrl *reqUrl=nullptr, int method=-1) |
static void | readConfig (KConfig *config, const QString &group, MetaData *metaData) |
KIOCORE_EXPORT SimpleJob * | rename (const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT RestoreJob * | restoreFromTrash (const QList< QUrl > &urls, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT SimpleJob * | rmdir (const QUrl &url) |
KIOWIDGETS_EXPORT void | setClipboardDataCut (QMimeData *mimeData, bool cut) |
KIOCORE_EXPORT void | setDefaultJobUiDelegateExtension (JobUiDelegateExtension *extension) |
KIOCORE_EXPORT void | setDefaultJobUiDelegateFactory (JobUiDelegateFactory *factory) |
KIOCORE_EXPORT void | setJobTracker (KJobTrackerInterface *tracker) |
KIOCORE_EXPORT SimpleJob * | setModificationTime (const QUrl &url, const QDateTime &mtime) |
KIOCORE_EXPORT SimpleJob * | special (const QUrl &url, const QByteArray &data, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StatJob * | stat (const QUrl &url, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StatJob * | stat (const QUrl &url, KIO::StatJob::StatSide side, KIO::StatDetails details=KIO::StatDefaultDetails, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StoredTransferJob * | storedGet (const QUrl &url, LoadType reload=NoReload, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StoredTransferJob * | storedHttpPost (const QByteArray &arr, const QUrl &url, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StoredTransferJob * | storedHttpPost (QIODevice *device, const QUrl &url, qint64 size=-1, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StoredTransferJob * | storedPut (const QByteArray &arr, const QUrl &url, int permissions, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT StoredTransferJob * | storedPut (QIODevice *input, const QUrl &url, int permissions, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT SimpleJob * | symlink (const QString &target, const QUrl &dest, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | trash (const QList< QUrl > &src, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT CopyJob * | trash (const QUrl &src, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT SimpleJob * | unmount (const QString &point, JobFlags flags=DefaultFlags) |
KIOCORE_EXPORT QString | unsupportedActionErrorString (const QString &protocol, int cmd) |
KIOCORE_EXPORT QUrl | upUrl (const QUrl &url) |
Variables | |
static constexpr double | s_mPI2 = 1.57079632679489661923 |
static const int | switchIconInterval = 1000 |
Detailed Description
A namespace for KIO globals.
Typedef Documentation
◆ AskIface
using KIO::AskIface = AskUserActionInterface |
Definition at line 24 of file deleteortrashjob.cpp.
◆ DropJobFlags
typedef QFlags< DropJobFlag > KIO::DropJobFlags |
Stores a combination of DropJobFlag values.
◆ fileoffset_t
typedef qlonglong KIO::fileoffset_t |
◆ filesize_t
typedef qulonglong KIO::filesize_t |
◆ JobFlags
typedef QFlags< JobFlag > KIO::JobFlags |
Stores a combination of JobFlag values.
Definition at line 281 of file job_base.h.
◆ RenameDialog_Options
typedef QFlags< RenameDialog_Option > KIO::RenameDialog_Options |
Stores a combination of RenameDialog_Option values.
Definition at line 41 of file jobuidelegateextension.h.
◆ SkipDialog_Options
typedef QFlags< SkipDialog_Option > KIO::SkipDialog_Options |
Stores a combination of SkipDialog_Option values.
Definition at line 81 of file jobuidelegateextension.h.
◆ SkipDialog_Result
Definition at line 122 of file jobuidelegateextension.h.
◆ StatDetails
typedef QFlags< StatDetail > KIO::StatDetails |
Stores a combination of StatDetail values.
◆ UDSEntryList
typedef QList<UDSEntry> KIO::UDSEntryList |
A directory listing is a list of UDSEntry instances.
To list the name and size of all the files in a directory listing you would do:
Definition at line 379 of file udsentry.h.
Enumeration Type Documentation
◆ CacheControl
enum KIO::CacheControl |
Specifies how to use the cache.
- Deprecated
- since 6.6, not used
◆ ChmodJobState
enum KIO::ChmodJobState |
Definition at line 32 of file chmodjob.cpp.
◆ DeleteJobState
enum KIO::DeleteJobState |
Definition at line 43 of file deletejob.cpp.
◆ DropJobFlag
enum KIO::DropJobFlag |
Special flag of DropJob in addition to KIO::JobFlag.
- See also
- DropJobFlags
- Since
- 5.67
Enumerator | |
---|---|
ShowMenuManually | show the menu manually with DropJob::showMenu |
◆ Error
enum KIO::Error |
Error codes that can be emitted by KIO.
Enumerator | |
---|---|
ERR_IS_DIRECTORY | ... where a file was expected |
ERR_IS_FILE | ... where a directory was expected (e.g. listing) |
ERR_WORKER_DIED |
|
ERR_ABORTED | Action got aborted from application side. |
ERR_NO_CONTENT | Action succeeded but no content will follow. |
ERR_IDENTICAL_FILES | src==dest when moving/copying |
ERR_WORKER_DEFINED | For worker specified errors that can be rich text. Email links will be handled by the standard email app and all hrefs will be handled by the standard browser. |
ERR_UPGRADE_REQUIRED | A transport upgrade is required to access this. object. For instance, TLS is demanded by the server in order to continue. |
ERR_POST_DENIED | Issued when trying to POST data to a certain Ports. |
ERR_CANNOT_SETTIME | Emitted by setModificationTime. |
ERR_DROP_ON_ITSELF | from KIO::DropJob,
|
ERR_CANNOT_MOVE_INTO_ITSELF | emitted by KIO::move,
|
ERR_PASSWD_SERVER | returned by WorkerBase::openPasswordDialog,
|
ERR_CANNOT_CREATE_WORKER | used by Worker::createWorker,
|
ERR_FILE_TOO_LARGE_FOR_FAT32 |
|
ERR_OWNER_DIED | Value used between kuiserver and views when the job owner disappears unexpectedly. It should not be emitted by workers.
|
ERR_PRIVILEGE_NOT_REQUIRED | used by file ioworker,
|
ERR_SYMLINKS_NOT_SUPPORTED | Indicates failure to create a symlink due to the underlying filesystem (FAT/ExFAT) not supporting them. Used by e.g. CopyJob.
|
ERR_TRASH_FILE_TOO_LARGE | Moving files/dirs to the Trash failed due to size constraints.
|
◆ JobFlag
enum KIO::JobFlag |
Flags for the job properties.
Not all flags are supported in all cases. Please see documentation of the calling function!
- See also
- JobFlags
Enumerator | |
---|---|
DefaultFlags | Show the progress info GUI, no Resume and no Overwrite. |
HideProgressInfo | Hide progress information dialog, i.e. don't show a GUI. |
Resume | When set, automatically append to the destination file if it exists already. WARNING: this is NOT the builtin support for offering the user to resume a previous partial download. The Resume option is much less used, it allows to append to an existing file. This is used by KIO::put(), KIO::file_copy(), KIO::file_move(). |
Overwrite | When set, automatically overwrite the destination if it exists already. This is used by KIO::rename(), KIO::put(), KIO::file_copy(), KIO::file_move(), KIO::symlink(). Otherwise the operation will fail with ERR_FILE_ALREADY_EXIST or ERR_DIR_ALREADY_EXIST. |
NoPrivilegeExecution | When set, notifies the worker that application/job does not want privilege execution. So in case of failure due to insufficient privileges show an error without attempting to run the operation as root first.
|
Definition at line 242 of file job_base.h.
◆ LoadType
enum KIO::LoadType |
Definition at line 284 of file job_base.h.
◆ PrivilegeOperationStatus
◆ RenameDialog_Option
- See also
- RenameDialog_Options
- Since
- 5.0
Definition at line 27 of file jobuidelegateextension.h.
◆ RenameDialog_Result
The result of a rename or skip dialog.
Enumerator | |
---|---|
Result_OverwriteWhenOlder | Can be returned only when multiple files are passed, Option overwrite is passed And files modification times are valid.
|
Result_ReplaceInvalidChars | Can be returned if the user selects to replace any character disallowed by the destination filesystem with an underscore "_". See SkipDialog_Option::SkipDialog_Replace_Invalid_Chars
|
Result_ReplaceAllInvalidChars | The same as
|
Definition at line 87 of file jobuidelegateextension.h.
◆ SkipDialog_Option
- See also
- SkipDialog_Options
- Since
- 5.0
Enumerator | |
---|---|
SkipDialog_MultipleItems | Set if the current operation concerns multiple files, so it makes sense to offer buttons that apply the user's choice to all files/folders. |
SkipDialog_Replace_Invalid_Chars | Set if the current operation involves copying files/folders with certain characters in their names that are not supported by the destination filesystem (e.g. VFAT and NTFS disallow "*" in file/folder names). This will make the SkipDialog show a "Replace" button that can be used to instruct the underlying job to replace any problematic character with an underscore "_".
|
SkipDialog_Hide_Retry | Set if the current operation cannot be retried. For example if there is an issue that involves the destination filesystem support, e.g. VFAT and ExFat don't support symlinks, then retrying doesn't make sense.
|
Definition at line 48 of file jobuidelegateextension.h.
◆ StatDetail
enum KIO::StatDetail |
Describes the fields that a stat command will retrieve.
- See also
- UDSEntry
- StatDetails
- Since
- 5.69
Enumerator | |
---|---|
StatNoDetails | No field returned, useful to check if a file exists. |
StatBasic | Filename, access, type, size, linkdest. |
StatUser | uid, gid |
StatTime | atime, mtime, btime |
StatResolveSymlink | Resolve symlinks. |
StatAcl | ACL data. |
StatInode | dev, inode |
StatRecursiveSize | Recursive size.
|
StatMimeType | MIME type.
|
StatDefaultDetails | Default StatDetail flag when creating a Equivalent to setting |
Function Documentation
◆ _workerConfigSelf()
WorkerConfigSingleton * KIO::_workerConfigSelf | ( | ) |
Definition at line 141 of file workerconfig.cpp.
◆ batchRename()
BatchRenameJob * KIO::batchRename | ( | const QList< QUrl > & | src, |
const QString & | newName, | ||
int | index, | ||
QChar | placeHolder, | ||
KIO::JobFlags | flags = DefaultFlags ) |
Renames multiple files at once.
The new filename is obtained by replacing the characters represented by placeHolder
by the index index
. E.g. Calling batchRename({"file:///Test.jpg"}, "Test #" 12, '#') renames the file to "Test 12.jpg". A connected sequence of placeholders results in leading zeros. batchRename({"file:///Test.jpg"}, "Test ####" 12, '#') renames the file to "Test 0012.jpg". And if no placeholder is there then index
is appended to newName
. Calling batchRename({"file:///Test.jpg"}, "NewTest" 12, '#') renames the file to "NewTest12.jpg".
- Parameters
-
src The list of items to rename. newName The base name to use in all new filenames. index The integer(incremented after renaming a file) to add to the base name. placeHolder The character(s) which index
will replace.
- Returns
- A pointer to the job handling the operation.
- Since
- 5.42
Definition at line 217 of file batchrenamejob.cpp.
◆ buildErrorString()
Returns a translated error message for errorCode
using the additional error information provided by errorText
.
- Parameters
-
errorCode the error code errorText the additional error text
- Returns
- the created error string
Definition at line 31 of file job_error.cpp.
◆ calculateRemainingSeconds()
KIOCORE_EXPORT unsigned int KIO::calculateRemainingSeconds | ( | KIO::filesize_t | totalSize, |
KIO::filesize_t | processedSize, | ||
KIO::filesize_t | speed ) |
Calculates remaining time in seconds from total size, processed size and speed.
- Parameters
-
totalSize total size in bytes processedSize processed size in bytes speed speed in bytes per second
- Returns
- calculated remaining time in seconds
Definition at line 60 of file global.cpp.
◆ canPasteMimeData()
KIOWIDGETS_EXPORT bool KIO::canPasteMimeData | ( | const QMimeData * | data | ) |
◆ chmod() [1/2]
ChmodJob * KIO::chmod | ( | const KFileItemList & | lstItems, |
int | permissions, | ||
int | mask, | ||
const QString & | newOwner, | ||
const QString & | newGroup, | ||
bool | recursive, | ||
JobFlags | flags = DefaultFlags ) |
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 QList<QUrl>, 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.
- Parameters
-
lstItems The file items representing several files or directories. permissions the permissions we want to set mask the bits we are allowed to change. For instance, if mask is 0077, we don't change the "user" bits, only "group" and "others". newOwner If non-empty, the new owner for the files newGroup If non-empty, the new group for the files recursive whether to open directories recursively flags We support HideProgressInfo here
- Returns
- The job handling the operation.
Definition at line 288 of file chmodjob.cpp.
◆ chmod() [2/2]
Changes permissions on a file or directory.
See the other chmod in chmodjob.h for changing many files or directories.
- Parameters
-
url The URL of file or directory. permissions The permissions to set.
- Returns
- the job handling the operation.
Definition at line 329 of file simplejob.cpp.
◆ chown()
Changes ownership and group of a file or directory.
- Parameters
-
url The URL of file or directory. owner the new owner group the new group
- Returns
- the job handling the operation.
Definition at line 336 of file simplejob.cpp.
◆ convertPermissions()
QFile::Permissions KIO::convertPermissions | ( | int | permissions | ) |
Converts KIO file permissions from mode_t to QFile::Permissions format.
This is a convenience function for converting KIO permissions parameter from mode_t to QFile::Permissions.
- Parameters
-
permissions KIO file permissions.
- Returns
- -1 if
permissions
is -1, otherwise its OR'ed QFile::Permission equivalent.
Definition at line 1285 of file job_error.cpp.
◆ convertSeconds()
KIOCORE_EXPORT QString KIO::convertSeconds | ( | unsigned int | seconds | ) |
Convert seconds
to a string representing number of days, hours, minutes and seconds.
- Parameters
-
seconds number of seconds to convert
- Returns
- string representation in a locale depending format
Definition at line 69 of file global.cpp.
◆ convertSize()
KIOCORE_EXPORT QString KIO::convertSize | ( | KIO::filesize_t | size | ) |
Converts size
from bytes to the string representation.
- Parameters
-
size size in bytes
- Returns
- converted size as a string - e.g. 123.4 KiB , 12.0 MiB
Definition at line 43 of file global.cpp.
◆ convertSizeFromKiB()
KIOCORE_EXPORT QString KIO::convertSizeFromKiB | ( | KIO::filesize_t | kibSize | ) |
Converts size from kibi-bytes (2^10) to the string representation.
- Parameters
-
kibSize size in kibi-bytes (2^10)
- Returns
- converted size as a string - e.g. 123.4 KiB , 12.0 MiB
Definition at line 50 of file global.cpp.
◆ copy() [1/2]
Copy a list of file/dirs src
into a destination directory dest
.
- Parameters
-
src the list of files and/or directories dest the destination flags copy() supports HideProgressInfo and Overwrite. Note: Overwrite has the meaning of both "write into existing directories" and "overwrite existing files". However if "dest" exists, then src is copied into a subdir of dest, just like "cp" does.
- Returns
- the job handling the operation
Definition at line 2651 of file copyjob.cpp.
◆ copy() [2/2]
CopyJob * KIO::copy | ( | const QUrl & | src, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
Copy a file or directory src
into the destination dest
, which can be a file (including the final filename) or a directory (into which src
will be copied).
This emulates the cp command completely.
- Parameters
-
src the file or directory to copy dest the destination flags copy() supports HideProgressInfo and Overwrite. Note: Overwrite has the meaning of both "write into existing directories" and "overwrite existing files". However if "dest" exists, then src is copied into a subdir of dest, just like "cp" does. Use copyAs if you don't want that.
- Returns
- the job handling the operation
- See also
- copyAs()
Definition at line 2635 of file copyjob.cpp.
◆ copyAs()
CopyJob * KIO::copyAs | ( | const QUrl & | src, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
Copy a file or directory src
into the destination dest
, which is the destination name in any case, even for a 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 (or writing the contents of src
into dest
, when using Overwrite).
- Parameters
-
src the file or directory to copy dest the destination flags copyAs() supports HideProgressInfo and Overwrite. Note: Overwrite has the meaning of both "write into existing directories" and "overwrite existing files".
- Returns
- the job handling the operation
Definition at line 2643 of file copyjob.cpp.
◆ createDefaultJobUiDelegate() [1/2]
KJobUiDelegate * KIO::createDefaultJobUiDelegate | ( | ) |
Convenience method: use default factory, if there's one, to create a delegate and return it.
Definition at line 22 of file jobuidelegatefactory.cpp.
◆ createDefaultJobUiDelegate() [2/2]
KJobUiDelegate * KIO::createDefaultJobUiDelegate | ( | KJobUiDelegate::Flags | flags, |
QWidget * | window ) |
Convenience method: use default factory, if there's one, to create a delegate and return it.
- Since
- 5.98
Definition at line 27 of file jobuidelegatefactory.cpp.
◆ davPropFind()
DavJob * KIO::davPropFind | ( | const QUrl & | url, |
const QString & | properties, | ||
const QString & | depth, | ||
JobFlags | flags = DefaultFlags ) |
Creates a new DavJob that issues a PROPFIND command.
PROPFIND retrieves the properties of the resource identified by the given url
.
- Parameters
-
url the URL of the resource properties a propfind document that describes the properties that should be retrieved depth the depth of the request. Can be "0", "1" or "infinity" flags We support HideProgressInfo here
- Returns
- the new DavJob
- Since
- 5.84
Definition at line 103 of file davjob.cpp.
◆ davPropPatch()
DavJob * KIO::davPropPatch | ( | const QUrl & | url, |
const QString & | properties, | ||
JobFlags | flags = DefaultFlags ) |
Creates a new DavJob that issues a PROPPATCH command.
PROPPATCH sets the properties of the resource identified by the given url
.
- Parameters
-
url the URL of the resource properties a PROPPACTCH document that describes the properties that should be modified and its new values flags We support HideProgressInfo here
- Returns
- the new DavJob
- Since
- 5.84
Definition at line 110 of file davjob.cpp.
◆ davReport()
DavJob * KIO::davReport | ( | const QUrl & | url, |
const QString & | report, | ||
const QString & | depth, | ||
JobFlags | flags = DefaultFlags ) |
Creates a new DavJob that issues a REPORT command.
- Parameters
-
url the URL of the resource report a REPORT document that describes the request to make depth the depth of the request. Can be "0", "1" or "infinity" flags We support HideProgressInfo here
- Returns
- the new DavJob
Definition at line 127 of file davjob.cpp.
◆ davSearch()
DavJob * KIO::davSearch | ( | const QUrl & | url, |
const QString & | nsURI, | ||
const QString & | qName, | ||
const QString & | query, | ||
JobFlags | flags = DefaultFlags ) |
Creates a new DavJob that issues a SEARCH command.
- Parameters
-
url the URL of the resource nsURI the URI of the search method's qualified name qName the local part of the search method's qualified name query the search string flags We support HideProgressInfo here
- Returns
- the new DavJob
Definition at line 115 of file davjob.cpp.
◆ decodeFileName()
Decodes (from the filename to the text displayed) This doesn't do anything anymore, it used to do the opposite of encodeFileName when encodeFileName was using %2F for '/'.
- Parameters
-
str the file name to decode
- Returns
- the decoded file name
Definition at line 118 of file global.cpp.
◆ defaultJobUiDelegateExtension()
JobUiDelegateExtension * KIO::defaultJobUiDelegateExtension | ( | ) |
Returns the default job UI delegate extension to be used by all KIO jobs (in which HideProgressInfo is not set) Can return nullptr, if no kio GUI library is loaded.
- Since
- 5.0
Definition at line 32 of file jobuidelegateextension.cpp.
◆ defaultJobUiDelegateFactory()
JobUiDelegateFactory * KIO::defaultJobUiDelegateFactory | ( | ) |
Returns the default job UI delegate factory to be used by all KIO jobs (in which HideProgressInfo is not set) Can return nullptr, if no kio GUI library is loaded.
- Since
- 6.0
Definition at line 32 of file jobuidelegatefactory.cpp.
◆ del() [1/2]
DeleteJob * KIO::del | ( | const QList< QUrl > & | src, |
JobFlags | flags = DefaultFlags ) |
Deletes a list of files or directories.
- Parameters
-
src the files to delete flags We support HideProgressInfo here
- Returns
- the job handling the operation
Definition at line 608 of file deletejob.cpp.
◆ del() [2/2]
DeleteJob * KIO::del | ( | const QUrl & | src, |
JobFlags | flags = DefaultFlags ) |
Delete a file or directory.
- Parameters
-
src file to delete flags We support HideProgressInfo here
- Returns
- the job handling the operation
Definition at line 597 of file deletejob.cpp.
◆ delegateExtension()
|
inline |
Returns the child of the job's uiDelegate() that implements the given extension, or nullptr if none was found (or if the job had no uiDelegate).
- Since
- 5.78
Definition at line 89 of file jobuidelegatefactory.h.
◆ directorySize() [1/2]
DirectorySizeJob * KIO::directorySize | ( | const KFileItemList & | lstItems | ) |
Computes a directory size (by doing a recursive listing).
Connect to the result signal (this is the preferred solution to avoid blocking the GUI), or use exec() for a synchronous (blocking) calculation.
This one lists the items from lstItems
. The reason we asks for items instead of just urls, is so that we directly know if the item is a file or a directory, and in case of a file, we already have its size.
Definition at line 201 of file directorysizejob.cpp.
◆ directorySize() [2/2]
DirectorySizeJob * KIO::directorySize | ( | const QUrl & | directory | ) |
Computes a directory size (by doing a recursive listing).
Connect to the result signal (this is the preferred solution to avoid blocking the GUI), or use exec() for a synchronous (blocking) calculation.
This one lists a single directory.
Definition at line 195 of file directorysizejob.cpp.
◆ discreteGpuEnvironment()
QProcessEnvironment KIO::discreteGpuEnvironment | ( | ) |
Definition at line 113 of file gpudetection.cpp.
◆ drop() [1/2]
DropJob * KIO::drop | ( | const QDropEvent * | dropEvent, |
const QUrl & | destUrl, | ||
DropJobFlags | dropjobFlags, | ||
JobFlags | flags = DefaultFlags ) |
Similar to KIO::drop.
- Parameters
-
dropEvent the drop event, from which the job will extract mimeData, dropAction, etc. The application should take care of calling dropEvent->acceptProposedAction(). destUrl The URL of the target file or directory dropjobFlags Show the menu immediately or manually. flags passed to the sub job
- Returns
- A pointer to the job handling the operation.
- Warning
- Don't forget to call DropJob::showMenu on this job, otherwise the popup will never be shown
- Since
- 5.67
Definition at line 690 of file dropjob.cpp.
◆ drop() [2/2]
DropJob * KIO::drop | ( | const QDropEvent * | dropEvent, |
const QUrl & | destUrl, | ||
JobFlags | flags = DefaultFlags ) |
Drops the clipboard contents.
If the mime data contains URLs, a popup appears to choose between Move, Copy, Link and Cancel which is then implemented by the job, using KIO::move, KIO::copy or KIO::link Additional actions provided by the application or by plugins can be shown in the popup.
If the mime data contains data other than URLs, it is saved into a file after asking the user to choose a filename and the preferred data format.
This job takes care of recording the subjob in the FileUndoManager, and emits itemCreated for every file or directory being created, so that the view can select these items.
- Parameters
-
dropEvent the drop event, from which the job will extract mimeData, dropAction, etc. The application should take care of calling dropEvent->acceptProposedAction(). destUrl The URL of the target file or directory flags passed to the sub job
- Returns
- A pointer to the job handling the operation.
- Warning
- Don't forget to call KJobWidgets::setWindow() on this job, otherwise the popup menu won't be properly positioned with Wayland compositors.
- Since
- 5.4
Definition at line 685 of file dropjob.cpp.
◆ emptyTrash()
KIO::EmptyTrashJob * KIO::emptyTrash | ( | ) |
Empties the trash.
- Returns
- A pointer to the job handling the operation.
- Since
- 5.2
Definition at line 48 of file emptytrashjob.cpp.
◆ encodeFileName()
Encodes (from the text displayed to the real filename) This translates '/' into a "unicode fraction slash", QChar(0x2044).
Used by KIO::link, for instance.
- Parameters
-
str the file name to encode
- Returns
- the encoded file name
Definition at line 111 of file global.cpp.
◆ favIconForUrl()
Return the "favicon" (see http://www.favicon.com) for the given url
, if available.
Does NOT attempt to download the favicon, it only returns one that is already available.
If unavailable, returns QString(). Use KIO::FavIconRequestJob instead of this method if you can wait for the favicon to be downloaded.
- Parameters
-
url the URL of the favicon
- Since
- 5.0
Definition at line 179 of file global.cpp.
◆ file_copy() [1/2]
FileCopyJob * KIO::file_copy | ( | const QUrl & | src, |
const QUrl & | dest, | ||
int | permissions = -1, | ||
JobFlags | flags = DefaultFlags ) |
Copy a single file.
Uses either WorkerBase::copy() if the worker supports that or get() and put() otherwise.
- Parameters
-
src Where to get the file dest Where to put the file permissions the file mode permissions to set on dest
; if this is -1 (the default) no special permissions will be set ondest
, i.e. it'll have the default system permissions for newly created files, and the owner and group permissions are not preserved.flags Can be JobFlag::HideProgressInfo, Overwrite and Resume here WARNING: Setting JobFlag::Resume means that the data will be appended to dest
ifdest
exists
- Returns
- the job handling the operation
Definition at line 635 of file filecopyjob.cpp.
◆ file_copy() [2/2]
|
delete |
Overload for catching code mistakes.
Do NOT call this method (it is not implemented), insert a value for permissions (-1 by default) before the JobFlags.
◆ file_delete()
SimpleJob * KIO::file_delete | ( | const QUrl & | src, |
JobFlags | flags = DefaultFlags ) |
◆ file_move() [1/2]
FileCopyJob * KIO::file_move | ( | const QUrl & | src, |
const QUrl & | dest, | ||
int | permissions = -1, | ||
JobFlags | flags = DefaultFlags ) |
Move a single file.
Use either WorkerBase::rename() if the worker supports that, or copy() and del() otherwise, or eventually get() & put() & del()
- Parameters
-
src Where to get the file dest Where to put the file permissions the file mode permissions to set on dest
; if this is -1 (the default), no special permissions are set ondest
, i.e. it'll have the default system permissions for newly created files, and the owner and group permissions are not preserved.flags Can be HideProgressInfo, Overwrite and Resume here WARNING: Setting JobFlag::Resume means that the data will be appended to dest
ifdest
exists
- Returns
- the job handling the operation
Definition at line 640 of file filecopyjob.cpp.
◆ file_move() [2/2]
|
delete |
Overload for catching code mistakes.
Do NOT call this method (it is not implemented), insert a value for permissions (-1 by default) before the JobFlags.
◆ filePreview()
PreviewJob * KIO::filePreview | ( | const KFileItemList & | items, |
const QSize & | size, | ||
const QStringList * | enabledPlugins = nullptr ) |
Creates a PreviewJob to generate a preview image for the given items.
- Parameters
-
items List of files to create previews for. size Desired size of the preview. enabledPlugins If non-zero it defines the list of plugins that are considered for generating the preview. If enabledPlugins is zero the plugins specified in the KConfigGroup "PreviewSettings" are used.
Definition at line 1054 of file previewjob.cpp.
◆ fileSystemFreeSpace()
KIO::FileSystemFreeSpaceJob * KIO::fileSystemFreeSpace | ( | const QUrl & | url | ) |
Get a filesystem's total and available space.
- Parameters
-
url Url to the filesystem.
- Returns
- the job handling the operation.
Definition at line 85 of file filesystemfreespacejob.cpp.
◆ get()
TransferJob * KIO::get | ( | const QUrl & | url, |
LoadType | reload = NoReload, | ||
JobFlags | flags = DefaultFlags ) |
Get (means: read).
This is the job to use in order to "download" a file into memory. The worker emits the data through the data() signal.
Special case: if you want to determine the MIME type of the file first, and then read it with the appropriate component, you can still use a KIO::get() directly. When that job emits the mimeType signal, (which is guaranteed to happen before it emits any data), put the job on hold:
and forget about the job. The next time someone does a KIO::get() on the same URL (even in another process) this job will be resumed. This saves KIO from doing two requests to the server.
- Parameters
-
url the URL of the file reload Reload to reload the file, NoReload if it can be taken from the cache flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 385 of file transferjob.cpp.
◆ getCacheControlString()
QString KIO::getCacheControlString | ( | KIO::CacheControl | cacheControl | ) |
Returns a string representation of the given cache control method.
- Parameters
-
cacheControl the cache control method
- Returns
- the string representation
- See also
- parseCacheControl()
- Deprecated
- since 6.6, not used
Definition at line 157 of file global.cpp.
◆ getJobTracker()
KJobTrackerInterface * KIO::getJobTracker | ( | ) |
Returns the job tracker to be used by all KIO jobs (in which HideProgressInfo is not set)
Definition at line 14 of file jobtracker.cpp.
◆ hasDiscreteGpu()
bool KIO::hasDiscreteGpu | ( | ) |
Definition at line 107 of file gpudetection.cpp.
◆ highlightInFileManager()
KIOGUI_EXPORT OpenFileManagerWindowJob * KIO::highlightInFileManager | ( | const QList< QUrl > & | urls, |
const QByteArray & | asn = QByteArray() ) |
Convenience method for creating a job to highlight a certain file or folder.
It will create a job for a given URL(s) and automatically start it.
- Since
- 5.24
Definition at line 139 of file openfilemanagerwindowjob.cpp.
◆ http_delete()
TransferJob * KIO::http_delete | ( | const QUrl & | url, |
JobFlags | flags = DefaultFlags ) |
HTTP DELETE.
Though this function servers the same purpose as KIO::file_delete, unlike file_delete it accommodates HTTP specific actions such as redirections.
- Parameters
-
url url resource to delete. flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
- Since
- 4.7.3
Definition at line 387 of file storedtransferjob.cpp.
◆ http_post() [1/2]
TransferJob * KIO::http_post | ( | const QUrl & | url, |
const QByteArray & | postData, | ||
JobFlags | flags = DefaultFlags ) |
HTTP POST (for form data).
Example:
postData
is the data that you want to send and contentType
is the complete HTTP header line that specifies the content's MIME type, for example "Content-Type: text/xml".
You MUST specify content-type!
Often contentType
is "Content-Type: application/x-www-form-urlencoded" and the postData
is then an ASCII string (without null-termination!) with characters like space, linefeed and percent escaped like %20, %0A and %25.
- Parameters
-
url Where to write the data. postData Encoded data to post. flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 326 of file storedtransferjob.cpp.
◆ http_post() [2/2]
TransferJob * KIO::http_post | ( | const QUrl & | url, |
QIODevice * | device, | ||
qint64 | size = -1, | ||
JobFlags | flags = DefaultFlags ) |
HTTP POST.
This function, unlike the one that accepts a QByteArray, accepts an IO device from which to read the encoded data to be posted to the server in order to to avoid holding the content of very large post requests, e.g. multimedia file uploads, in memory.
- Parameters
-
url Where to write the data. device the device to read from size Size of the encoded post data. flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 353 of file storedtransferjob.cpp.
◆ http_update_cache()
SimpleJob * KIO::http_update_cache | ( | const QUrl & | url, |
bool | no_cache, | ||
const QDateTime & | expireDate ) |
HTTP cache update.
- Parameters
-
url Url to update, protocol must be "http". no_cache If true, cache entry for url
is deleted.expireDate Local machine time indicating when the entry is supposed to expire.
- Returns
- the job handling the operation.
- Deprecated
- since 6.9, not implemented.
Definition at line 392 of file simplejob.cpp.
◆ iconNameForUrl()
Return the icon name for a URL.
Most of the time this returns the MIME type icon, but also has fallback to favicon and protocol-specific icon.
Pass this to QIcon::fromTheme().
- Since
- 5.0
Definition at line 188 of file global.cpp.
◆ isClipboardDataCut()
KIOWIDGETS_EXPORT bool KIO::isClipboardDataCut | ( | const QMimeData * | mimeData | ) |
◆ itemsSummaryString()
KIOCORE_EXPORT QString KIO::itemsSummaryString | ( | uint | items, |
uint | files, | ||
uint | dirs, | ||
KIO::filesize_t | size, | ||
bool | showSize ) |
Helper for showing information about a set of files and directories.
- Parameters
-
items the number of items (= files
+dirs
+ number of symlinks :)files the number of files dirs the number of dirs size the sum of the size of the files
showSize whether to show the size in the result
- Returns
- the summary string
Definition at line 85 of file global.cpp.
◆ link() [1/2]
CopyJob * KIO::link | ( | const QList< QUrl > & | src, |
const QUrl & | destDir, | ||
JobFlags | flags = DefaultFlags ) |
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.
- Parameters
-
src The existing files or directories, 'targets' of the link. destDir Destination directory where the links will be created. flags link() supports HideProgressInfo only
- Returns
- the job handling the operation
- See also
- link()
Definition at line 2698 of file copyjob.cpp.
◆ link() [2/2]
CopyJob * KIO::link | ( | const QUrl & | src, |
const QUrl & | destDir, | ||
JobFlags | flags = DefaultFlags ) |
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.
- Parameters
-
src The existing file or directory, 'target' of the link. destDir Destination directory where the link will be created. flags link() supports HideProgressInfo only
- Returns
- the job handling the operation
Definition at line 2691 of file copyjob.cpp.
◆ linkAs()
CopyJob * KIO::linkAs | ( | const QUrl & | src, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
Create a link.
Unlike link() this operation will fail when dest
is an existing directory rather than the final name for the 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.
- Parameters
-
src The existing file or directory, 'target' of the link. dest Destination (i.e. the final symlink) flags linkAs() supports HideProgressInfo only
- Returns
- the job handling the operation
Definition at line 2703 of file copyjob.cpp.
◆ listDir()
ListJob * KIO::listDir | ( | const QUrl & | url, |
JobFlags | flags = DefaultFlags, | ||
ListJob::ListFlags | listFlags = ListJob::ListFlag::IncludeHidden ) |
List the contents of url
, which is assumed to be a directory.
"." and ".." are returned, filter them out if you don't want them.
- Parameters
-
url the url of the directory flags Can be HideProgressInfo here includeHidden true for all files, false to cull out UNIX hidden files/dirs (whose names start with dot)
- Returns
- the job handling the operation.
Definition at line 239 of file listjob.cpp.
◆ listRecursive()
ListJob * KIO::listRecursive | ( | const QUrl & | url, |
JobFlags | flags = DefaultFlags, | ||
ListJob::ListFlags | listFlags = ListJob::ListFlag::IncludeHidden ) |
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.
- Parameters
-
url the url of the directory flags Can be HideProgressInfo here includeHidden true for all files, false to cull out UNIX hidden files/dirs (whose names start with dot)
- Returns
- the job handling the operation.
Definition at line 244 of file listjob.cpp.
◆ mimetype()
MimetypeJob * KIO::mimetype | ( | const QUrl & | url, |
JobFlags | flags = DefaultFlags ) |
Find MIME type for one file or directory.
If you are going to download the file right after determining its MIME type, then don't use this, prefer using a KIO::get() job instead. See the note about putting the job on hold once the MIME type is determined.
- Parameters
-
url the URL of the file flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 82 of file mimetypejob.cpp.
◆ mkdir()
KIO::MkdirJob * KIO::mkdir | ( | const QUrl & | url, |
int | permissions = -1 ) |
Creates a single directory.
- Parameters
-
url The URL of the directory to create. permissions The permissions to set after creating the directory (unix-style), -1 for default permissions.
- Returns
- A pointer to the job handling the operation.
Definition at line 110 of file mkdirjob.cpp.
◆ mkpath()
MkpathJob * KIO::mkpath | ( | const QUrl & | url, |
const QUrl & | baseUrl = QUrl(), | ||
KIO::JobFlags | flags = DefaultFlags ) |
Creates a directory, creating parent directories as needed.
Unlike KIO::mkdir(), the job will succeed if the directory exists already.
- Parameters
-
url The URL of the directory to create. baseUrl Optionally, the URL to start from, which is known to exist (e.g. the directory currently listed). flags mkpath() supports HideProgressInfo.
If baseUrl
is not an ancestor of url
, baseUrl
will be ignored.
- Returns
- A pointer to the job handling the operation.
- Since
- 5.4
Definition at line 148 of file mkpathjob.cpp.
◆ mostLocalUrl()
StatJob * KIO::mostLocalUrl | ( | const QUrl & | url, |
JobFlags | flags = DefaultFlags ) |
Tries to map a local URL for the given URL, using a KIO job.
This only makes sense for protocols that have Class ":local" (such protocols most likely have KIO workers that set UDSEntry::UDS_LOCAL_PATH); ideally you should check the URL protocol Class before creating a StatJob. See KProtocolInfo::protocolClass().
Starts a (stat) job for determining the "most local URL" for a given URL. Retrieve the result with StatJob::mostLocalUrl in the result slot.
- Parameters
-
url The URL we are stat'ing.
Sample usage:
Here the KIO worker name is "foo", which for example could be:
- "desktop", "fonts", "kdeconnect", these have class ":local"
- "ftp", "sftp", "smb", these have class ":internet"
Definition at line 193 of file statjob.cpp.
◆ mount()
SimpleJob * KIO::mount | ( | bool | ro, |
const QByteArray & | fstype, | ||
const QString & | dev, | ||
const QString & | point, | ||
JobFlags | flags = DefaultFlags ) |
Mount filesystem.
Special job for kio_file
.
- Parameters
-
ro Mount read-only if true
.fstype File system type (e.g. "ext2", can be empty). dev Device (e.g. /dev/sda0). point Mount point, can be null
.flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 369 of file simplejob.cpp.
◆ move() [1/2]
Moves a list of files or directories src
to the given destination dest
.
- Parameters
-
src the list of files or directories to copy dest the destination flags move() supports HideProgressInfo and Overwrite. Note: Overwrite has the meaning of both "write into existing directories" and "overwrite existing files". However if "dest" exists, then src is copied into a subdir of dest, just like "cp" does.
- Returns
- the job handling the operation
- See also
- copy()
Definition at line 2681 of file copyjob.cpp.
◆ move() [2/2]
CopyJob * KIO::move | ( | const QUrl & | src, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
Moves a file or directory src
to the given destination dest
.
- Parameters
-
src the file or directory to copy dest the destination flags move() supports HideProgressInfo and Overwrite. Note: Overwrite has the meaning of both "write into existing directories" and "overwrite existing files". However if "dest" exists, then src is copied into a subdir of dest, just like "cp" does.
- Returns
- the job handling the operation
Definition at line 2657 of file copyjob.cpp.
◆ moveAs()
CopyJob * KIO::moveAs | ( | const QUrl & | src, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
Moves a file or directory src
to the given destination dest
.
Unlike move() this operation will not move src
into dest
when dest
exists: it will either fail, or move the contents of src
into it if Overwrite is set.
- Parameters
-
src the file or directory to copy dest the destination flags moveAs() supports HideProgressInfo and Overwrite. Note: Overwrite has the meaning of both "write into existing directories" and "overwrite existing files".
- Returns
- the job handling the operation
- See also
- copyAs()
Definition at line 2669 of file copyjob.cpp.
◆ number()
KIOCORE_EXPORT QString KIO::number | ( | KIO::filesize_t | size | ) |
Converts a size to a string representation Not unlike QString::number(...)
- Parameters
-
size size in bytes
- Returns
- converted size as a string - e.g. 123456789
Definition at line 55 of file global.cpp.
◆ open()
FileJob * KIO::open | ( | const QUrl & | url, |
QIODevice::OpenMode | mode ) |
Open ( random access I/O )
The file-job emits open() when opened
On error the open() signal is not emitted. To catch errors please connect to the result() signal.
- Parameters
-
url the URL of the file mode the access privileges: see OpenMode
- Returns
- The file-handling job. It will never return 0. Errors are handled asynchronously (emitted as signals).
Definition at line 239 of file filejob.cpp.
◆ operator!=()
Returns true if the entry does not contain the same data as the other.
- Since
- 5.63
Definition at line 489 of file udsentry.cpp.
◆ operator<<()
QDataStream & KIO::operator<< | ( | QDataStream & | s, |
const AuthInfo & | a ) |
Definition at line 194 of file authinfo.cpp.
◆ operator==()
Returns true if the entry contains the same data as the other.
- Since
- 5.63
Definition at line 463 of file udsentry.cpp.
◆ operator>>()
QDataStream & KIO::operator>> | ( | QDataStream & | s, |
AuthInfo & | a ) |
Definition at line 201 of file authinfo.cpp.
◆ operator^()
|
inlineconstexpr |
Definition at line 353 of file udsentry.h.
◆ operator|()
|
inlineconstexpr |
Definition at line 349 of file udsentry.h.
◆ parseCacheControl()
KIO::CacheControl KIO::parseCacheControl | ( | const QString & | cacheControl | ) |
Parses the string representation of the cache control option.
- Parameters
-
cacheControl the string representation
- Returns
- the cache control value
- See also
- getCacheControlString()
- Deprecated
- since 6.6, not used
Definition at line 131 of file global.cpp.
◆ paste()
PasteJob * KIO::paste | ( | const QMimeData * | mimeData, |
const QUrl & | destDir, | ||
JobFlags | flags = DefaultFlags ) |
Pastes the clipboard contents.
If the clipboard contains URLs, they are copied (or moved) to the destination URL, using a KIO::CopyJob subjob. Otherwise, the data from the clipboard is saved into a file using KIO::storedPut, after asking the user to choose a filename and the preferred data format.
This takes care of recording the subjob in the FileUndoManager, and emits itemCreated for every file or directory being created, so that the view can select these items.
- Parameters
-
mimeData the MIME data to paste, usually QApplication::clipboard()->mimeData() destDir The URL of the target directory flags passed to the sub job
- Returns
- A pointer to the job handling the operation.
- Since
- 5.4
Definition at line 103 of file pastejob.cpp.
◆ pasteActionText()
KIOWIDGETS_EXPORT QString KIO::pasteActionText | ( | const QMimeData * | mimeData, |
bool * | enable, | ||
const KFileItem & | destItem ) |
Returns the text to use for the Paste action, when the application supports pasting files, urls, and clipboard data, using pasteClipboard().
- Parameters
-
mimeData the mime data, usually QApplication::clipboard()->mimeData(). enable output parameter, to be passed to QAction::setEnabled. The pointer must be non-null, and in return the function will always set its value. destItem item representing the directory into which the clipboard data or items would be pasted. Used to find out about permissions in that directory.
- Returns
- a string suitable for QAction::setText
- Since
- 5.4
◆ perThreadGlobalStatic()
T * KIO::perThreadGlobalStatic | ( | ) |
Definition at line 131 of file workerconfig.cpp.
◆ put()
TransferJob * KIO::put | ( | const QUrl & | url, |
int | permissions, | ||
JobFlags | flags = DefaultFlags ) |
Put (means: write)
- Parameters
-
url Where to write data. permissions May be -1. In this case no special permission mode is set. flags Can be HideProgressInfo, Overwrite and Resume here. WARNING: Setting Resume means that the data will be appended to dest
ifdest
exists.
- Returns
- the job handling the operation.
- See also
- multi_get()
Definition at line 449 of file storedtransferjob.cpp.
◆ rawErrorDetail()
KIOCORE_EXPORT QByteArray KIO::rawErrorDetail | ( | int | errorCode, |
const QString & | errorText, | ||
const QUrl * | reqUrl = nullptr, | ||
int | method = -1 ) |
Returns translated error details for errorCode
using the additional error information provided by errorText
, reqUrl
(the request URL), and the KIO worker method
.
- Parameters
-
errorCode the error code errorText the additional error text reqUrl the request URL method the KIO worker method
- Returns
- the following data:
- QString errorName - the name of the error
- QString techName - if not null, the more technical name of the error
- QString description - a description of the error
- QStringList causes - a list of possible causes of the error
- QStringList solutions - a liso of solutions for the error
Definition at line 326 of file job_error.cpp.
◆ readConfig()
Definition at line 41 of file workerconfig.cpp.
◆ rename()
SimpleJob * KIO::rename | ( | const QUrl & | src, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
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.
- Parameters
-
src The original URL dest The final URL flags Can be Overwrite here
- Returns
- the job handling the operation.
Definition at line 349 of file simplejob.cpp.
◆ restoreFromTrash()
RestoreJob * KIO::restoreFromTrash | ( | const QList< QUrl > & | urls, |
JobFlags | flags = DefaultFlags ) |
Restore a set of trashed files or directories.
- Since
- 5.2
- Parameters
-
urls the trash:/ URLs to restore. The trash implementation will know where the files came from and will restore them to their original location. flags restoreFromTrash() supports HideProgressInfo.
- Returns
- the job handling the operation
Definition at line 101 of file restorejob.cpp.
◆ rmdir()
Removes a single directory.
The directory is assumed to be empty. The job will fail if the directory is not empty. Use KIO::del() (DeleteJob) to delete non-empty directories.
- Parameters
-
url The URL of the directory to remove.
- Returns
- A pointer to the job handling the operation.
Definition at line 322 of file simplejob.cpp.
◆ setClipboardDataCut()
KIOWIDGETS_EXPORT void KIO::setClipboardDataCut | ( | QMimeData * | mimeData, |
bool | cut ) |
◆ setDefaultJobUiDelegateExtension()
void KIO::setDefaultJobUiDelegateExtension | ( | JobUiDelegateExtension * | extension | ) |
Internal.
Allows the KIO widgets library to register its widget-based job UI delegate extension automatically.
- Since
- 5.0
Definition at line 37 of file jobuidelegateextension.cpp.
◆ setDefaultJobUiDelegateFactory()
void KIO::setDefaultJobUiDelegateFactory | ( | JobUiDelegateFactory * | factory | ) |
Internal.
Allows the KIO widgets library to register its widget-based job UI delegate factory automatically.
- Since
- 6.0
Definition at line 37 of file jobuidelegatefactory.cpp.
◆ setJobTracker()
void KIO::setJobTracker | ( | KJobTrackerInterface * | tracker | ) |
Allows the KIO widgets library to register its widget-based job tracker automatically.
- Since
- 5.0
Definition at line 22 of file jobtracker.cpp.
◆ setModificationTime()
Changes the modification time on a file or directory.
- Parameters
-
url The URL of file or directory. mtime The modification time to set.
- Returns
- the job handling the operation.
Definition at line 342 of file simplejob.cpp.
◆ special()
SimpleJob * KIO::special | ( | const QUrl & | url, |
const QByteArray & | data, | ||
JobFlags | flags = DefaultFlags ) |
Execute any command that is specific to one worker (protocol).
Examples are : HTTP POST, mount and unmount (kio_file)
- Parameters
-
url The URL isn't passed to the worker, but is used to know which worker to send it to :-) data Packed data. The meaning is completely dependent on the worker, but usually starts with an int for the command number. flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 363 of file simplejob.cpp.
◆ stat() [1/2]
StatJob * KIO::stat | ( | const QUrl & | url, |
JobFlags | flags = DefaultFlags ) |
Find all details for one file or directory.
- Parameters
-
url the URL of the file flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 203 of file statjob.cpp.
◆ stat() [2/2]
StatJob * KIO::stat | ( | const QUrl & | url, |
KIO::StatJob::StatSide | side, | ||
KIO::StatDetails | details = KIO::StatDefaultDetails, | ||
JobFlags | flags = DefaultFlags ) |
Find all details for one file or directory.
This version of the call includes two additional booleans, sideIsSource
and details
.
- Parameters
-
url the URL of the file side is SourceSide when stating a source file (we will do a get on it if the stat works) and DestinationSide when stating a destination file (target of a copy). The reason for this parameter is that in some cases the KIO worker might not be able to determine a file's existence (e.g. HTTP doesn't allow it, FTP has issues with case-sensitivity on some systems). When the worker can't reliably determine the existence of a file, it will: - be optimistic if SourceSide, i.e. it will assume the file exists, and if it doesn't this will appear when actually trying to download it
- be pessimistic if DestinationSide, i.e. it will assume the file doesn't exist, to prevent showing "about to overwrite" errors to the user. If you simply want to check for existence without downloading/uploading afterwards, then you should use DestinationSide.
details selects the level of details we want. You should minimize the detail level for better performance. flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
- Since
- 6.0
Definition at line 209 of file statjob.cpp.
◆ storedGet()
StoredTransferJob * KIO::storedGet | ( | const QUrl & | url, |
LoadType | reload = NoReload, | ||
JobFlags | flags = DefaultFlags ) |
Get (means: read), into a single QByteArray.
- See also
- StoredTransferJob
- Parameters
-
url the URL of the file reload Reload to reload the file, NoReload if it can be taken from the cache flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 132 of file storedtransferjob.cpp.
◆ storedHttpPost() [1/2]
StoredTransferJob * KIO::storedHttpPost | ( | const QByteArray & | arr, |
const QUrl & | url, | ||
JobFlags | flags = DefaultFlags ) |
HTTP POST (means: write) data from a single QByteArray.
- See also
- StoredTransferJob
- Parameters
-
arr The data to write url Where to write data. flags Can be HideProgressInfo here.
- Returns
- the job handling the operation.
Definition at line 395 of file storedtransferjob.cpp.
◆ storedHttpPost() [2/2]
StoredTransferJob * KIO::storedHttpPost | ( | QIODevice * | device, |
const QUrl & | url, | ||
qint64 | size = -1, | ||
JobFlags | flags = DefaultFlags ) |
HTTP POST (means: write) data from the given IO device.
- See also
- StoredTransferJob
- Parameters
-
device Device from which the encoded data to be posted is read. Must be open for reading. url Where to write data. size Size of the encoded data to be posted. flags Can be HideProgressInfo here.
- Returns
- the job handling the operation.
Definition at line 413 of file storedtransferjob.cpp.
◆ storedPut() [1/2]
StoredTransferJob * KIO::storedPut | ( | const QByteArray & | arr, |
const QUrl & | url, | ||
int | permissions, | ||
JobFlags | flags = DefaultFlags ) |
Put (means: write) data from a single QByteArray.
- See also
- StoredTransferJob
- Parameters
-
arr The data to write url Where to write data. permissions May be -1. In this case no special permission mode is set. flags Can be HideProgressInfo, Overwrite and Resume here. WARNING: Setting Resume means that the data will be appended to dest
ifdest
exists.
- Returns
- the job handling the operation.
Definition at line 143 of file storedtransferjob.cpp.
◆ storedPut() [2/2]
StoredTransferJob * KIO::storedPut | ( | QIODevice * | input, |
const QUrl & | url, | ||
int | permissions, | ||
JobFlags | flags = DefaultFlags ) |
Put (means: write) data from a QIODevice.
- See also
- StoredTransferJob
- Parameters
-
input The data to write, a device to read from. Must be open for reading (data will be read from the current position). url Where to write data. permissions May be -1. In this case no special permission mode is set. flags Can be HideProgressInfo, Overwrite and Resume here. WARNING: Setting Resume means that the data will be appended to dest
ifdest
exists.
- Returns
- the job handling the operation.
- Since
- 5.10
Definition at line 151 of file storedtransferjob.cpp.
◆ symlink()
SimpleJob * KIO::symlink | ( | const QString & | target, |
const QUrl & | dest, | ||
JobFlags | flags = DefaultFlags ) |
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 worker does) and it doesn't show rename and skip dialogs - use KIO::link for that.
- Parameters
-
target The string that will become the "target" of the link (can be relative) dest The symlink to create. flags Can be Overwrite and HideProgressInfo
- Returns
- the job handling the operation.
Definition at line 356 of file simplejob.cpp.
◆ trash() [1/2]
CopyJob * KIO::trash | ( | const QList< QUrl > & | src, |
JobFlags | flags = DefaultFlags ) |
Trash a list of files or directories.
This is currently only supported for local files and directories.
- Parameters
-
src the files to delete flags trash() supports HideProgressInfo only
- Returns
- the job handling the operation
Definition at line 2717 of file copyjob.cpp.
◆ trash() [2/2]
CopyJob * KIO::trash | ( | const QUrl & | src, |
JobFlags | flags = DefaultFlags ) |
Trash a file or directory.
This is currently only supported for local files and directories. Use QUrl::fromLocalFile to create a URL from a local file path.
- Parameters
-
src file to delete flags trash() supports HideProgressInfo only
- Returns
- the job handling the operation
Definition at line 2710 of file copyjob.cpp.
◆ unmount()
SimpleJob * KIO::unmount | ( | const QString & | point, |
JobFlags | flags = DefaultFlags ) |
Unmount filesystem.
Special job for kio_file
.
- Parameters
-
point Point to unmount. flags Can be HideProgressInfo here
- Returns
- the job handling the operation.
Definition at line 379 of file simplejob.cpp.
◆ unsupportedActionErrorString()
Returns an appropriate error message if the given command cmd
is an unsupported action (ERR_UNSUPPORTED_ACTION).
- Parameters
-
protocol name of the protocol cmd given command
- See also
- enum Command
Definition at line 849 of file slavebase.cpp.
◆ upUrl()
This function is useful to implement the "Up" button in a file manager for example.
- Returns
- a URL that is a level higher
- Since
- 5.0
don't combine with the line below
Definition at line 238 of file global.cpp.
Variable Documentation
◆ s_mPI2
|
staticconstexpr |
Definition at line 136 of file delegateanimationhandler.cpp.
◆ switchIconInterval
|
static |
Definition at line 165 of file delegateanimationhandler.cpp.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.