lib
KoTextCursor Class Reference
List of all members.Detailed Description
Definition at line 231 of file KoRichText.h.
Public Member Functions | |
| KoTextCursor (KoTextDocument *d) | |
| KoTextCursor () | |
| KoTextCursor (const KoTextCursor &c) | |
| KoTextCursor & | operator= (const KoTextCursor &c) |
| virtual | ~KoTextCursor () |
| bool | operator== (const KoTextCursor &c) const |
| bool | operator!= (const KoTextCursor &c) const |
| KoTextDocument * | document () const |
| void | setDocument (KoTextDocument *d) |
| KoTextParag * | parag () const |
| int | index () const |
| void | setParag (KoTextParag *s, bool restore=TRUE) |
| 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 () |
| void | gotoPreviousWord () |
| void | gotoWordLeft () |
| void | gotoWordRight () |
| void | insert (const QString &s, bool checkNewLine, QMemArray< KoTextStringChar > *formatting=0) |
| void | splitAndInsertEmptyParag (bool ind=TRUE, bool updateIds=TRUE) |
| bool | remove () |
| bool | removePreviousChar () |
| void | killLine () |
| bool | atParagStart () const |
| bool | atParagEnd () const |
| void | setIndex (int i, bool restore=TRUE) |
| bool | place (const QPoint &pos, KoTextParag *s, bool link=false, int *customItemIndex=0) |
| int | x () const |
| int | y () const |
| void | fixCursorPosition () |
The documentation for this class was generated from the following files:

