#include <KoTextCommand.h>
Graphe d'héritage de KoParagFormatCommand:
Fonctions membres publiques | |
KoParagFormatCommand (KoTextDocument *d, int fParag, int lParag, const Q3ValueList< KoTextFormat * > &oldFormats, KoTextFormat *newFormat) | |
~KoParagFormatCommand () | |
KoTextCursor * | execute (KoTextCursor *c) |
KoTextCursor * | unexecute (KoTextCursor *c) |
Attributs protégés | |
int | firstParag |
int | lastParag |
Q3ValueList< KoTextFormat * > | m_oldFormats |
KoTextFormat * | m_newFormat |
Définition à la ligne 114 du fichier KoTextCommand.h.
KoParagFormatCommand::KoParagFormatCommand | ( | KoTextDocument * | d, | |
int | fParag, | |||
int | lParag, | |||
const Q3ValueList< KoTextFormat * > & | oldFormats, | |||
KoTextFormat * | newFormat | |||
) |
KoParagFormatCommand::~KoParagFormatCommand | ( | ) |
KoTextCursor * KoParagFormatCommand::execute | ( | KoTextCursor * | c | ) | [virtual] |
Implémente KoTextDocCommand.
Définition à la ligne 223 du fichier KoTextCommand.cpp.
Références KoTextDocCommand::doc, firstParag, KoTextParag::invalidate(), lastParag, m_newFormat, KoTextParag::next(), KoTextDocument::paragAt(), KoTextParag::paragId(), et KoTextParag::setFormat().
Voici le graphe d'appel pour cette fonction :
KoTextCursor * KoParagFormatCommand::unexecute | ( | KoTextCursor * | c | ) | [virtual] |
Implémente KoTextDocCommand.
Définition à la ligne 241 du fichier KoTextCommand.cpp.
Références KoTextDocCommand::doc, firstParag, lastParag, m_oldFormats, KoTextParag::next(), KoTextDocument::paragAt(), KoTextParag::paragId(), et KoTextParag::setFormat().
Voici le graphe d'appel pour cette fonction :
int KoParagFormatCommand::firstParag [protected] |
int KoParagFormatCommand::lastParag [protected] |
Q3ValueList<KoTextFormat *> KoParagFormatCommand::m_oldFormats [protected] |
Définition à la ligne 125 du fichier KoTextCommand.h.
Référencé par KoParagFormatCommand(), unexecute(), et ~KoParagFormatCommand().
KoTextFormat* KoParagFormatCommand::m_newFormat [protected] |