lib
KoTextDocCommand Class Reference
Inheritance diagram for KoTextDocCommand:

Detailed Description
Definition at line 299 of file KoRichText.h.
Public Types | |
| enum | Commands { Invalid, Insert, Delete, Format, Alignment, ParagType } |
Public Member Functions | |
| KoTextDocCommand (KoTextDocument *d) | |
| virtual | ~KoTextDocCommand () |
| virtual Commands | type () const |
| virtual KoTextCursor * | execute (KoTextCursor *c)=0 |
| virtual KoTextCursor * | unexecute (KoTextCursor *c)=0 |
Protected Attributes | |
| KoTextDocument * | doc |
| KoTextCursor | cursor |
The documentation for this class was generated from the following file:

