KoParagFormatCommand Class Reference
Command created when changing the default format of paragraphs. More...
#include <kocommand.h>
Collaboration diagram for KoParagFormatCommand:

Public Member Functions | |
KoParagFormatCommand (KoTextDocument *d, int fParag, int lParag, const QValueList< KoTextFormat * > &oldFormats, KoTextFormat *newFormat) | |
KoTextCursor * | execute (KoTextCursor *c) |
KoTextCursor * | unexecute (KoTextCursor *c) |
Protected Attributes | |
int | firstParag |
int | lastParag |
QValueList< KoTextFormat * > | m_oldFormats |
KoTextFormat * | m_newFormat |
Detailed Description
Command created when changing the default format of paragraphs.This is ONLY used for counters and bullet's formatting. See KoTextFormatCommand for the command used when changing the formatting of any set of characters.
Definition at line 111 of file kocommand.h.
The documentation for this class was generated from the following files: