#include <KoTextDocument.h>
Fonctions membres publiques | |
| void | insertItems (const KoTextCursor &startCursor, int size) |
| void | deleteAll (KMacroCommand *macroCmd) |
Définition à la ligne 613 du fichier KoTextDocument.h.
| void CustomItemsMap::insertItems | ( | const KoTextCursor & | startCursor, | |
| int | size | |||
| ) |
Insert all the items from the map, into the existing text
Définition à la ligne 120 du fichier KoTextCustomItem.cpp.
Références KoTextCursor::gotoRight(), KoTextCursor::index(), KoTextCursor::parag(), et KoTextParag::setCustomItem().
Référencé par KoTextObject::insert(), et KoTextDeleteCommand::unexecute().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| void CustomItemsMap::deleteAll | ( | KMacroCommand * | macroCmd | ) |
Delete all the items from the map, adding their commands into macroCmd
Définition à la ligne 139 du fichier KoTextCustomItem.cpp.
Références KoTextCustomItem::deleteCommand(), et KoTextCustomItem::setDeleted().
Référencé par KoTextObject::UndoRedoInfo::clear(), et KoTextObject::removeSelectedTextCommand().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
1.5.1-p1