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

Public Member Functions | |
| QTextCommandHistory (int s) | |
| virtual | ~QTextCommandHistory () |
| void | clear () |
| void | addCommand (QTextCommand *cmd) |
| QTextCursor * | undo (QTextCursor *c) |
| QTextCursor * | redo (QTextCursor *c) |
| bool | isUndoAvailable () |
| bool | isRedoAvailable () |
| void | setUndoDepth (int d) |
| int | undoDepth () const |
| int | historySize () const |
| int | currentPosition () const |
Private Attributes | |
| QPtrList< QTextCommand > | history |
| int | current |
| int | steps |
|
|
Definition at line 376 of file qrichtext_p.h. References TRUE. |
|
|
Definition at line 400 of file qrichtext_p.h. References clear(). |
|
|
|
|
|
Definition at line 379 of file qrichtext_p.h. Referenced by ~QTextCommandHistory(), and Qt3::QTextCommandHistory::~QTextCommandHistory(). |
|
|
Definition at line 392 of file qrichtext_p.h. |
|
|
Definition at line 391 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 388 of file qrichtext_p.h. |
|
|
|
|
|
Definition at line 389 of file qrichtext_p.h. |
|
|
Definition at line 396 of file qrichtext_p.h. |
|
|
Definition at line 395 of file qrichtext_p.h. |
|
|
Definition at line 396 of file qrichtext_p.h. |
1.4.2