Kate
KateEditHistory Class Reference
Manages edit history in a document. More...
#include <kateedit.h>
Inheritance diagram for KateEditHistory:
Signals | |
| void | editDone (KateEditInfo *edit) |
Public Member Functions | |
| void | doEdit (KateEditInfo *edit) |
| QList< KateEditInfo * > | editsBetweenRevisions (int from, int to=-1) const |
| KateEditHistory (KateDocument *doc) | |
| void | releaseRevision (int revision) |
| int | revision () |
| virtual | ~KateEditHistory () |
Detailed Description
Manages edit history in a document.
- Warning:
- Smart-lock must be held when using
Definition at line 116 of file kateedit.h.
Constructor & Destructor Documentation
| KateEditHistory::KateEditHistory | ( | KateDocument * | doc | ) | [explicit] |
Definition at line 116 of file kateedit.cpp.
| KateEditHistory::~KateEditHistory | ( | ) | [virtual] |
Definition at line 122 of file kateedit.cpp.
Member Function Documentation
| void KateEditHistory::doEdit | ( | KateEditInfo * | edit | ) |
Definition at line 155 of file kateedit.cpp.
| void KateEditHistory::editDone | ( | KateEditInfo * | edit | ) | [signal] |
| QList< KateEditInfo * > KateEditHistory::editsBetweenRevisions | ( | int | from, | |
| int | to = -1 | |||
| ) | const |
Definition at line 164 of file kateedit.cpp.
| void KateEditHistory::releaseRevision | ( | int | revision | ) |
Definition at line 141 of file kateedit.cpp.
| int KateEditHistory::revision | ( | ) |
Definition at line 126 of file kateedit.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference