#include </home/clem/local/src/opie/noncore/apps/opie-write/qrichtext_p.h>
Collaboration diagram for Qt3::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 355 of file qrichtext_p.h. References TRUE. |
|
|
Definition at line 379 of file qrichtext_p.h. References QTextCommandHistory::clear(). |
|
|
Definition at line 98 of file qrichtext.cpp. References QPtrList< type >::append(), QPtrList< type >::at(), QPtrList< type >::clear(), QPtrList< type >::count(), current, FALSE, history, i, QPtrList< type >::insert(), QPtrList< type >::removeFirst(), QPtrCollection::setAutoDelete(), steps, QPtrList< type >::take(), and TRUE. Referenced by Qt3::QTextDocument::addCommand(). |
|
|
Definition at line 358 of file qrichtext_p.h. |
|
|
Definition at line 371 of file qrichtext_p.h. |
|
|
Definition at line 370 of file qrichtext_p.h. |
|
|
Definition at line 154 of file qrichtext.cpp. References QPtrList< type >::count(), current, and history. |
|
|
Definition at line 149 of file qrichtext.cpp. References current. |
|
|
Definition at line 133 of file qrichtext.cpp. References QPtrList< type >::at(), QPtrList< type >::count(), current, and history. Referenced by Qt3::QTextDocument::redo(). |
|
|
Definition at line 367 of file qrichtext_p.h. |
|
|
Definition at line 123 of file qrichtext.cpp. References QPtrList< type >::at(), current, and history. Referenced by Qt3::QTextDocument::undo(). |
|
|
Definition at line 368 of file qrichtext_p.h. |
|
|
Definition at line 375 of file qrichtext_p.h. Referenced by addCommand(), isRedoAvailable(), isUndoAvailable(), redo(), and undo(). |
|
|
Definition at line 374 of file qrichtext_p.h. Referenced by addCommand(), isRedoAvailable(), redo(), and undo(). |
|
|
Definition at line 375 of file qrichtext_p.h. Referenced by addCommand(). |
1.4.2