#include </home/clem/local/src/opie/qmake/include/private/qrichtext_p.h>
Inheritance diagram for QTextCommand:


Public Types | |
| enum | Commands { Invalid, Insert, Delete, Format, Style } |
Public Member Functions | |
| QTextCommand (QTextDocument *d) | |
| virtual | ~QTextCommand () |
| virtual Commands | type () const |
| virtual QTextCursor * | execute (QTextCursor *c)=0 |
| virtual QTextCursor * | unexecute (QTextCursor *c)=0 |
Protected Attributes | |
| QTextDocument * | doc |
| QTextCursor | cursor |
|
|
Definition at line 351 of file qrichtext_p.h. |
|
|
Definition at line 353 of file qrichtext_p.h. |
|
|
|
|
|
Implemented in QTextDeleteCommand, QTextInsertCommand, QTextFormatCommand, and QTextStyleCommand. |
|
|
Reimplemented in QTextDeleteCommand, QTextInsertCommand, QTextFormatCommand, and QTextStyleCommand. |
|
|
Implemented in QTextDeleteCommand, QTextInsertCommand, QTextFormatCommand, and QTextStyleCommand. |
|
|
Definition at line 363 of file qrichtext_p.h. |
|
|
Definition at line 362 of file qrichtext_p.h. |
1.4.2