KIO
fileundomanager_p.h
Go to the documentation of this file.
66 bool isMoveCommand() const { return m_type == FileUndoManager::Move || m_type == FileUndoManager::Rename; }
84 CommandRecorder( FileUndoManager::CommandType op, const KUrl::List &src, const KUrl &dst, KIO::Job *job );
90 void slotCopyingDone( KIO::Job *, const KUrl &from, const KUrl &to, time_t, bool directory, bool renamed );
FileUndoManager: makes it possible to undo kio jobs.
Definition: fileundomanager.h:44
QList< KUrl > m_dirsToUpdate
Definition: fileundomanager_p.h:151
Definition: fileundomanager_p.h:97
Definition: fileundomanager_p.h:97
quint64 m_nextCommandIndex
Definition: fileundomanager_p.h:155
Definition: fileundomanager_p.h:55
QStack< KUrl > m_dirCleanupStack
Definition: fileundomanager_p.h:149
QStack< KUrl > m_fileCleanupStack
Definition: fileundomanager_p.h:150
FileUndoManager::UiInterface * m_uiInterface
Definition: fileundomanager_p.h:152
Definition: fileundomanager_p.h:36
Definition: fileundomanager_p.h:97
Definition: fileundomanager_p.h:97
Definition: fileundomanager.h:135
Definition: fileundomanager_p.h:97
Definition: fileundomanager_p.h:46
Definition: fileundomanager_p.h:80
Interface for the gui handling of FileUndoManager.
Definition: fileundomanager.h:63
Definition: fileundomanager_p.h:46
UndoCommand::Stack m_commands
Definition: fileundomanager_p.h:143
~FileUndoManagerPrivate()
Definition: fileundomanager_p.h:107
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Mar 2 2017 19:08:05 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Mar 2 2017 19:08:05 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.