lib
KoTextParagCommand Class Reference
#include <KoTextCommand.h>
Inheritance diagram for KoTextParagCommand:

Detailed Description
Command created when changing paragraph attributes.
Definition at line 86 of file KoTextCommand.h.
Public Member Functions | |
KoTextParagCommand (KoTextDocument *d, int fParag, int lParag, const QValueList< KoParagLayout > &oldParagLayouts, KoParagLayout newParagLayout, intflags, QStyleSheetItem::Margin margin=(QStyleSheetItem::Margin)-1) | |
KoTextCursor * | execute (KoTextCursor *c) |
KoTextCursor * | unexecute (KoTextCursor *c) |
Protected Attributes | |
int | firstParag |
int | lastParag |
QValueList< KoParagLayout > | m_oldParagLayouts |
KoParagLayout | m_newParagLayout |
int | m_flags |
int | m_margin |
The documentation for this class was generated from the following files: