#include </home/clem/local/src/opie/noncore/apps/opie-write/qrichtext_p.h>
Inheritance diagram for Qt3::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 330 of file qrichtext_p.h. |
|
|
Definition at line 332 of file qrichtext_p.h. |
|
|
Definition at line 45 of file qrichtext_p.cpp. |
|
|
Implemented in Qt3::QTextDeleteCommand, Qt3::QTextInsertCommand, Qt3::QTextFormatCommand, and Qt3::QTextStyleCommand. |
|
|
Reimplemented in Qt3::QTextDeleteCommand, Qt3::QTextInsertCommand, Qt3::QTextFormatCommand, and Qt3::QTextStyleCommand. Definition at line 46 of file qrichtext_p.cpp. References Invalid. |
|
|
Implemented in Qt3::QTextDeleteCommand, Qt3::QTextInsertCommand, Qt3::QTextFormatCommand, and Qt3::QTextStyleCommand. |
|
|
Definition at line 342 of file qrichtext_p.h. Referenced by Qt3::QTextDeleteCommand::execute(), and Qt3::QTextDeleteCommand::unexecute(). |
|
|
Definition at line 341 of file qrichtext_p.h. Referenced by Qt3::QTextStyleCommand::execute(), Qt3::QTextFormatCommand::execute(), Qt3::QTextDeleteCommand::execute(), Qt3::QTextStyleCommand::unexecute(), Qt3::QTextFormatCommand::unexecute(), and Qt3::QTextDeleteCommand::unexecute(). |
1.4.2