#include </home/clem/local/src/opie/noncore/apps/tinykate/libkate/document/katedocument.h>
Collaboration diagram for KateActionGroup:

Public Types | |
| enum | { ugNone, ugPaste, ugDelBlock, ugIndent, ugUnindent, ugComment, ugUncomment, ugReplace, ugSpell, ugInsChar, ugDelChar, ugInsLine, ugDelLine } |
Public Member Functions | |
| KateActionGroup (PointStruc &aStart, int type=ugNone) | |
| ~KateActionGroup () | |
| void | insertAction (KateAction *) |
Static Public Member Functions | |
| static const char * | typeName (int type) |
Public Attributes | |
| PointStruc | start |
| PointStruc | end |
| KateAction * | action |
| int | undoType |
|
|
Definition at line 117 of file katedocument.h. |
|
||||||||||||
|
Definition at line 86 of file katedocument.cpp. |
|
|
Definition at line 90 of file katedocument.cpp. References action, and KateAction::next. |
|
|
Definition at line 101 of file katedocument.cpp. References action. Referenced by KateDocument::doActionGroup(). |
|
|
Definition at line 106 of file katedocument.cpp. References ugComment, ugDelBlock, ugDelChar, ugDelLine, ugIndent, ugInsChar, ugInsLine, ugPaste, ugReplace, ugSpell, ugUncomment, and ugUnindent. Referenced by KateView::undoTypeName(). |
|
|
Definition at line 140 of file katedocument.h. Referenced by KateDocument::doActionGroup(), insertAction(), KateDocument::recordEnd(), and ~KateActionGroup(). |
|
|
Definition at line 139 of file katedocument.h. Referenced by KateDocument::recordEnd(), KateDocument::recordStart(), and KateDocument::redo(). |
|
|
Definition at line 138 of file katedocument.h. Referenced by KateDocument::undo(). |
|
|
Definition at line 141 of file katedocument.h. Referenced by KateDocument::nextRedoType(), KateDocument::nextUndoType(), and KateDocument::recordStart(). |
1.4.2