Kate
KateEditHistory Class Reference
#include <kateedit.h>
Inheritance diagram for KateEditHistory:

Detailed Description
Manages edit history in a document.Definition at line 183 of file kateedit.h.
Signals | |
| void | editDone (KateEditInfo *edit) |
Public Member Functions | |
| KateEditInfoGroup * | buffer () const |
| void | doEdit (KateEditInfo *edit) |
| QList< KateEditInfo * > | editsBetweenRevisions (int from, int to=-1) const |
| KateEditHistory (KateDocument *doc) | |
| void | releaseRevision (int revision) |
| int | revision () |
| virtual | ~KateEditHistory () |
Constructor & Destructor Documentation
| KateEditHistory::KateEditHistory | ( | KateDocument * | doc | ) | [explicit] |
Definition at line 108 of file kateedit.cpp.
| KateEditHistory::~KateEditHistory | ( | ) | [virtual] |
Definition at line 117 of file kateedit.cpp.
Member Function Documentation
| KateEditInfoGroup* KateEditHistory::buffer | ( | ) | const [inline] |
Definition at line 191 of file kateedit.h.
| void KateEditHistory::doEdit | ( | KateEditInfo * | edit | ) | [inline] |
Definition at line 199 of file kateedit.h.
| void KateEditHistory::editDone | ( | KateEditInfo * | edit | ) | [signal] |
| QList< KateEditInfo * > KateEditHistory::editsBetweenRevisions | ( | int | from, | |
| int | to = -1 | |||
| ) | const |
Definition at line 158 of file kateedit.cpp.
| void KateEditHistory::releaseRevision | ( | int | revision | ) |
Definition at line 145 of file kateedit.cpp.
| int KateEditHistory::revision | ( | ) |
Definition at line 131 of file kateedit.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference