KIO
Go to the documentation of this file.
20 #ifndef KIO_FILEUNDOMANAGER_H
21 #define KIO_FILEUNDOMANAGER_H
23 #include <QtCore/QObject>
34 class FileUndoManagerPrivate;
35 class FileUndoManagerSingleton;
36 class CommandRecorder;
72 void setShowProgressInfo(
bool b);
76 bool showProgressInfo()
const;
81 void setParentWidget(
QWidget* parentWidget);
91 virtual void jobError(
KIO::Job* job);
97 virtual bool confirmDeletion(
const KUrl::List& files);
109 virtual void virtual_hook(
int id,
void* data);
112 class UiInterfacePrivate;
113 UiInterfacePrivate *d;
156 bool undoAvailable()
const;
168 quint64 newCommandSerialNumber();
169 quint64 currentCommandSerialNumber()
const;
181 void undoAvailable(
bool avail);
184 void undoTextChanged(
const QString &text);
187 void undoJobFinished();
195 void jobRecordingStarted(CommandType op);
203 void jobRecordingFinished(CommandType op);
208 friend class FileUndoManagerSingleton;
210 friend class UndoJob;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon May 5 2014 18:13:35 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.