kmail
#include <undostack.h>
Public Slots | |
void | msgDestroyed (const Akonadi::Item &msg) |
Signals | |
void | undoStackChanged () |
Public Member Functions | |
UndoStack (int size) | |
~UndoStack () | |
void | addMsgToAction (int undoId, const Akonadi::Item &item) |
void | clear () |
void | folderDestroyed (const Akonadi::Collection &folder) |
int | newUndoAction (const Akonadi::Collection &srcFolder, const Akonadi::Collection &destFolder) |
void | pushSingleAction (const Akonadi::Item &item, const Akonadi::Collection &, const Akonadi::Collection &destFolder) |
int | size () const |
void | undo () |
Protected Slots | |
void | slotMoveResult (KJob *) |
Protected Attributes | |
UndoInfo * | mCachedInfo |
int | mLastId |
int | mSize |
QList< UndoInfo * > | mStack |
Detailed Description
Definition at line 43 of file undostack.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 37 of file undostack.cpp.
KMail::UndoStack::~UndoStack | ( | ) |
Definition at line 45 of file undostack.cpp.
Member Function Documentation
void KMail::UndoStack::addMsgToAction | ( | int | undoId, |
const Akonadi::Item & | item | ||
) |
Definition at line 71 of file undostack.cpp.
void KMail::UndoStack::clear | ( | ) |
Definition at line 50 of file undostack.cpp.
void KMail::UndoStack::folderDestroyed | ( | const Akonadi::Collection & | folder | ) |
Definition at line 134 of file undostack.cpp.
|
slot |
Definition at line 117 of file undostack.cpp.
int KMail::UndoStack::newUndoAction | ( | const Akonadi::Collection & | srcFolder, |
const Akonadi::Collection & | destFolder | ||
) |
Definition at line 56 of file undostack.cpp.
void KMail::UndoStack::pushSingleAction | ( | const Akonadi::Item & | item, |
const Akonadi::Collection & | folder, | ||
const Akonadi::Collection & | destFolder | ||
) |
Definition at line 111 of file undostack.cpp.
|
inline |
Definition at line 52 of file undostack.h.
|
protectedslot |
Definition at line 105 of file undostack.cpp.
void KMail::UndoStack::undo | ( | ) |
Definition at line 88 of file undostack.cpp.
|
signal |
Member Data Documentation
|
protected |
Definition at line 70 of file undostack.h.
|
protected |
Definition at line 69 of file undostack.h.
|
protected |
Definition at line 68 of file undostack.h.
Definition at line 67 of file undostack.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.