Kate
KateEditInfoGroup Class Reference
#include <kateedit.h>
Detailed Description
Represents multiple edits to a KateDocument.Definition at line 161 of file kateedit.h.
Public Member Functions | |
void | addEdit (KateEditInfo *edit) |
KateDocument * | doc () const |
const QList< KateEditInfo * > & | edits () const |
KateEditInfoGroup () | |
void | removeEdit (int indexTo=-1) |
QList< KateEditInfo > | summariseEdits (int from=-1, int to=-1, bool destructiveCollapse=false) const |
KateEditInfo * | takeEdit (int indexTo=-1) |
Constructor & Destructor Documentation
KateEditInfoGroup::KateEditInfoGroup | ( | ) |
Definition at line 127 of file kateedit.cpp.
Member Function Documentation
void KateEditInfoGroup::addEdit | ( | KateEditInfo * | edit | ) |
Definition at line 122 of file kateedit.cpp.
KateDocument* KateEditInfoGroup::doc | ( | ) | const |
const QList<KateEditInfo*>& KateEditInfoGroup::edits | ( | ) | const [inline] |
Definition at line 172 of file kateedit.h.
void KateEditInfoGroup::removeEdit | ( | int | indexTo = -1 |
) |
QList<KateEditInfo> KateEditInfoGroup::summariseEdits | ( | int | from = -1 , |
|
int | to = -1 , |
|||
bool | destructiveCollapse = false | |||
) | const |
KateEditInfo* KateEditInfoGroup::takeEdit | ( | int | indexTo = -1 |
) |
The documentation for this class was generated from the following files: