kmail
KMail::UndoStack Class Reference
#include <undostack.h>
Inheritance diagram for KMail::UndoStack:

Signals | |
| void | undoStackChanged () |
Public Member Functions | |
| void | addMsgToAction (int undoId, ulong serNum) |
| void | clear () |
| void | folderDestroyed (KMFolder *folder) |
| void | msgDestroyed (KMMsgBase *msg) |
| int | newUndoAction (KMFolder *srcFolder, KMFolder *destFolder) |
| void | pushSingleAction (ulong serNum, KMFolder *folder, KMFolder *destFolder) |
| int | size () const |
| void | undo () |
| UndoStack (int size) | |
Protected Attributes | |
| UndoInfo * | mCachedInfo |
| int | mLastId |
| int | mSize |
| QPtrList< UndoInfo > | mStack |
Detailed Description
Definition at line 44 of file undostack.h.
Constructor & Destructor Documentation
| KMail::UndoStack::UndoStack | ( | int | size | ) |
Definition at line 38 of file undostack.cpp.
Member Function Documentation
| void KMail::UndoStack::addMsgToAction | ( | int | undoId, | |
| ulong | serNum | |||
| ) |
Definition at line 63 of file undostack.cpp.
| void KMail::UndoStack::clear | ( | ) |
Definition at line 45 of file undostack.cpp.
| void KMail::UndoStack::folderDestroyed | ( | KMFolder * | folder | ) |
Definition at line 139 of file undostack.cpp.
| void KMail::UndoStack::msgDestroyed | ( | KMMsgBase * | msg | ) |
Definition at line 122 of file undostack.cpp.
Definition at line 50 of file undostack.cpp.
Definition at line 115 of file undostack.cpp.
| int KMail::UndoStack::size | ( | ) | const [inline] |
Definition at line 52 of file undostack.h.
| void KMail::UndoStack::undo | ( | ) |
Definition at line 80 of file undostack.cpp.
| void KMail::UndoStack::undoStackChanged | ( | ) | [signal] |
Member Data Documentation
UndoInfo* KMail::UndoStack::mCachedInfo [protected] |
Definition at line 64 of file undostack.h.
int KMail::UndoStack::mLastId [protected] |
Definition at line 63 of file undostack.h.
int KMail::UndoStack::mSize [protected] |
Definition at line 62 of file undostack.h.
QPtrList<UndoInfo> KMail::UndoStack::mStack [protected] |
Definition at line 61 of file undostack.h.
The documentation for this class was generated from the following files:
