KIO
#include "copyjob.h"
#include <errno.h>
#include "kdirlister.h"
#include "kfileitem.h"
#include "deletejob.h"
#include "clipboardupdater_p.h"
#include <klocale.h>
#include <kdesktopfile.h>
#include <kdebug.h>
#include <kde_file.h>
#include "slave.h"
#include "scheduler.h"
#include "kdirwatch.h"
#include "kprotocolmanager.h"
#include "jobuidelegate.h"
#include <kdirnotify.h>
#include <ktemporaryfile.h>
#include <utime.h>
#include <assert.h>
#include <QtCore/QTimer>
#include <QtCore/QFile>
#include <sys/stat.h>
#include <QPointer>
#include "job_p.h"
#include <kdiskfreespaceinfo.h>
#include <kfilesystemtype_p.h>
#include "copyjob.moc"
Go to the source code of this file.
Macros | |
#define | REPORT_TIMEOUT 200 |
Variables | |
bool | kio_resolve_local_urls = true |
Macro Definition Documentation
#define REPORT_TIMEOUT 200 |
Definition at line 61 of file copyjob.cpp.
Enumeration Type Documentation
enum CopyJobState |
States: STATE_STATING for the dest statCurrentSrc then does, for each src url: STATE_RENAMING if direct rename looks possible (on already exists, and user chooses rename, TODO: go to STATE_RENAMING again) STATE_STATING and then, if dir -> STATE_LISTING (filling 'd->dirs' and 'd->files') STATE_CREATING_DIRS (createNextDir, iterating over 'd->dirs') if conflict: STATE_CONFLICT_CREATING_DIRS STATE_COPYING_FILES (copyNextFile, iterating over 'd->files') if conflict: STATE_CONFLICT_COPYING_FILES STATE_DELETING_DIRS (deleteNextDir) (if moving) STATE_SETTING_DIR_ATTRIBUTES (setNextDirAttribute, iterating over d->m_directoriesCopied) done.
Enumerator | |
---|---|
STATE_STATING | |
STATE_RENAMING | |
STATE_LISTING | |
STATE_CREATING_DIRS | |
STATE_CONFLICT_CREATING_DIRS | |
STATE_COPYING_FILES | |
STATE_CONFLICT_COPYING_FILES | |
STATE_DELETING_DIRS | |
STATE_SETTING_DIR_ATTRIBUTES |
Definition at line 86 of file copyjob.cpp.
enum DestinationState |
Enumerator | |
---|---|
DEST_NOT_STATED | |
DEST_IS_DIR | |
DEST_IS_FILE | |
DEST_DOESNT_EXIST |
Definition at line 63 of file copyjob.cpp.
Variable Documentation
bool kio_resolve_local_urls = true |
Definition at line 298 of file copyjob.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.