KIO
fileundomanager.cpp File Reference
#include "fileundomanager.h"
#include "fileundomanager_p.h"
#include "fileundomanager_adaptor.h"
#include <kdatetime.h>
#include <kdebug.h>
#include <kdirnotify.h>
#include <kglobal.h>
#include <kio/copyjob.h>
#include <kio/job.h>
#include <kio/jobuidelegate.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kuiserverjobtracker.h>
#include <QtDBus/QtDBus>
#include <assert.h>
#include "fileundomanager_p.moc"
#include "fileundomanager.moc"
Go to the source code of this file.
Functions | |
static QDataStream & | operator<< (QDataStream &stream, const UndoCommand &cmd) |
static QDataStream & | operator<< (QDataStream &stream, const KIO::BasicOperation &op) |
static QDataStream & | operator>> (QDataStream &stream, UndoCommand &cmd) |
static QDataStream & | operator>> (QDataStream &stream, BasicOperation &op) |
static const char * | undoStateToString (UndoState state) |
Function Documentation
static QDataStream& operator<< | ( | QDataStream & | stream, | |
const UndoCommand & | cmd | |||
) | [static] |
Definition at line 64 of file fileundomanager.cpp.
static QDataStream& operator<< | ( | QDataStream & | stream, | |
const KIO::BasicOperation & | op | |||
) | [static] |
Definition at line 47 of file fileundomanager.cpp.
static QDataStream& operator>> | ( | QDataStream & | stream, | |
UndoCommand & | cmd | |||
) | [static] |
Definition at line 70 of file fileundomanager.cpp.
static QDataStream& operator>> | ( | QDataStream & | stream, | |
BasicOperation & | op | |||
) | [static] |
Definition at line 53 of file fileundomanager.cpp.
static const char* undoStateToString | ( | UndoState | state | ) | [static] |
Definition at line 42 of file fileundomanager.cpp.