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

Public Member Functions | |
| QTextCursor (QTextDocument *d=0) | |
| QTextCursor (const QTextCursor &c) | |
| QTextCursor & | operator= (const QTextCursor &c) |
| virtual | ~QTextCursor () |
| bool | operator== (const QTextCursor &c) const |
| bool | operator!= (const QTextCursor &c) const |
| QTextParagraph * | paragraph () const |
| void | setParagraph (QTextParagraph *p) |
| QTextDocument * | document () const |
| int | index () const |
| void | setIndex (int index) |
| void | gotoPosition (QTextParagraph *p, int index=0) |
| void | gotoLeft () |
| void | gotoRight () |
| void | gotoNextLetter () |
| void | gotoPreviousLetter () |
| void | gotoUp () |
| void | gotoDown () |
| void | gotoLineEnd () |
| void | gotoLineStart () |
| void | gotoHome () |
| void | gotoEnd () |
| void | gotoPageUp (int visibleHeight) |
| void | gotoPageDown (int visibleHeight) |
| void | gotoNextWord (bool onlySpace=FALSE) |
| void | gotoPreviousWord (bool onlySpace=FALSE) |
| void | gotoWordLeft () |
| void | gotoWordRight () |
| void | insert (const QString &s, bool checkNewLine, QMemArray< QTextStringChar > *formatting=0) |
| void | splitAndInsertEmptyParagraph (bool ind=TRUE, bool updateIds=TRUE) |
| bool | remove () |
| void | indent () |
| bool | atParagStart () |
| bool | atParagEnd () |
| int | x () const |
| int | y () const |
| int | globalX () const |
| int | globalY () const |
| QTextParagraph * | topParagraph () const |
| int | offsetX () const |
| int | offsetY () const |
| int | totalOffsetX () const |
| int | totalOffsetY () const |
| bool | place (const QPoint &pos, QTextParagraph *s) |
| bool | place (const QPoint &pos, QTextParagraph *s, bool link) |
| void | restoreState () |
| int | nestedDepth () const |
| void | oneUp () |
| void | setValid (bool b) |
| bool | isValid () const |
Private Types | |
| enum | Operation { EnterBegin, EnterEnd, Next, Prev, Up, Down } |
Private Member Functions | |
| void | push () |
| void | pop () |
| bool | processNesting (Operation op) |
| void | invalidateNested () |
| void | gotoIntoNested (const QPoint &globalPos) |
Private Attributes | |
| QTextParagraph * | para |
| int | idx |
| int | tmpIndex |
| int | ox |
| int | oy |
| QValueStack< int > | indices |
| QValueStack< QTextParagraph * > | paras |
| QValueStack< int > | xOffsets |
| QValueStack< int > | yOffsets |
| uint | valid: 1 |
|
|
Definition at line 327 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
Definition at line 260 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 1658 of file qrichtext_p.h. References idx. |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 324 of file qrichtext_p.h. |
|
|
Definition at line 321 of file qrichtext_p.h. |
|
|
Definition at line 311 of file qrichtext_p.h. |
|
|
Definition at line 312 of file qrichtext_p.h. |
|
|
Definition at line 322 of file qrichtext_p.h. |
|
|
Definition at line 263 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
Definition at line 1653 of file qrichtext_p.h. References para. |
|
||||||||||||||||
|
|
|
||||||||||||
|
Definition at line 316 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 276 of file qrichtext_p.h. |
|
|
Definition at line 273 of file qrichtext_p.h. |
|
|
Definition at line 323 of file qrichtext_p.h. |
|
||||||||||||
|
|
|
|
Definition at line 310 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 336 of file qrichtext_p.h. Referenced by index(), and Qt3::QTextCursor::index(). |
|
|
Definition at line 338 of file qrichtext_p.h. |
|
|
Definition at line 337 of file qrichtext_p.h. |
|
|
Definition at line 337 of file qrichtext_p.h. |
|
|
Definition at line 335 of file qrichtext_p.h. Referenced by paragraph(), and Qt3::QTextCursor::paragraph(). |
|
|
Definition at line 339 of file qrichtext_p.h. |
|
|
Definition at line 336 of file qrichtext_p.h. |
|
|
Definition at line 342 of file qrichtext_p.h. |
|
|
Definition at line 340 of file qrichtext_p.h. |
|
|
Definition at line 341 of file qrichtext_p.h. |
1.4.2