KoTextParagCommand Class Reference
Command created when changing paragraph attributes. More...
#include <kocommand.h>
Public Member Functions | |
KoTextParagCommand (KoTextDocument *d, int fParag, int lParag, const QValueList< KoParagLayout > &oldParagLayouts, KoParagLayout newParagLayout, int flags, QStyleSheetItem::Margin margin=(QStyleSheetItem::Margin)-1, bool borderOutline=false) | |
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 |
bool | m_borderOutline |
Detailed Description
Command created when changing paragraph attributes.
Definition at line 86 of file kocommand.h.
The documentation for this class was generated from the following files: