CustomItemsMap Class Reference
A CustomItemsMap associates a custom item to an index Used in the undo/redo info for insert/delete text. More...
#include <kotextdocument.h>
Inheritance diagram for CustomItemsMap:


Public Member Functions | |
void | insertItems (const KoTextCursor &startCursor, int size) |
void | deleteAll (KMacroCommand *macroCmd) |
Detailed Description
A CustomItemsMap associates a custom item to an index Used in the undo/redo info for insert/delete text.
Definition at line 601 of file kotextdocument.h.
Member Function Documentation
|
Insert all the items from the map, into the existing text.
Definition at line 119 of file kotextcustomitem.cc. Referenced by KoTextObject::insert(). |
|
Delete all the items from the map, adding their commands into macroCmd.
Definition at line 138 of file kotextcustomitem.cc. |
The documentation for this class was generated from the following files: