kateundo.h
82 void addItem (KateUndoGroup::UndoType type, uint line, uint col, uint len, const TQString &text);
void addItem(KateUndoGroup::UndoType type, uint line, uint col, uint len, const TQString &text)
add an item to the group
Definition: kateundo.cpp:332
bool merge(KateUndoGroup *newGroup, bool complex)
merge this group with an other
Definition: kateundo.cpp:347