KateViewInternal Class Reference
Inheritance diagram for KateViewInternal:

Detailed Description
Definition at line 52 of file kateviewinternal.h.
Public Slots | |
| void | slotIncFontSizes () |
| void | slotDecFontSizes () |
Signals | |
| void | dropEventPass (QDropEvent *) |
Public Member Functions | |
| KateViewInternal (KateView *view, KateDocument *doc) | |
| ~KateViewInternal () | |
| void | editStart () |
| void | editEnd (int editTagLineStart, int editTagLineEnd, bool tagFrom) |
| void | editSetCursor (const KateTextCursor &cursor) |
| bool | tagLine (const KateTextCursor &virtualCursor) |
| bool | tagLines (int start, int end, bool realLines=false) |
| bool | tagLines (KateTextCursor start, KateTextCursor end, bool realCursors=false) |
| void | tagAll () |
| void | clear () |
| const KateTextCursor & | startPos () const |
| uint | startLine () const |
| uint | startX () const |
| KateTextCursor | endPos () const |
| uint | endLine () const |
| KateLineRange | yToKateLineRange (uint y) const |
| void | prepareForDynWrapChange () |
| void | dynWrapChanged () |
| KateView * | view () |
| void | doReturn () |
| void | doDelete () |
| void | doBackspace () |
| void | doTranspose () |
| void | doDeleteWordLeft () |
| void | doDeleteWordRight () |
| void | cursorLeft (bool sel=false) |
| void | cursorRight (bool sel=false) |
| void | wordLeft (bool sel=false) |
| void | wordRight (bool sel=false) |
| void | home (bool sel=false) |
| void | end (bool sel=false) |
| void | cursorUp (bool sel=false) |
| void | cursorDown (bool sel=false) |
| void | cursorToMatchingBracket (bool sel=false) |
| void | scrollUp () |
| void | scrollDown () |
| void | topOfView (bool sel=false) |
| void | bottomOfView (bool sel=false) |
| void | pageUp (bool sel=false) |
| void | pageDown (bool sel=false) |
| void | top (bool sel=false) |
| void | bottom (bool sel=false) |
| void | top_home (bool sel=false) |
| void | bottom_end (bool sel=false) |
| const KateTextCursor & | getCursor () |
| QPoint | cursorCoordinates () |
| void | paintText (int x, int y, int width, int height, bool paintOnlyDirty=false) |
| void | enableTextHints (int timeout) |
| void | disableTextHints () |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *e) |
| bool | eventFilter (QObject *obj, QEvent *e) |
| void | keyPressEvent (QKeyEvent *) |
| void | keyReleaseEvent (QKeyEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | mousePressEvent (QMouseEvent *) |
| void | mouseDoubleClickEvent (QMouseEvent *) |
| void | mouseReleaseEvent (QMouseEvent *) |
| void | mouseMoveEvent (QMouseEvent *) |
| void | dragEnterEvent (QDragEnterEvent *) |
| void | dragMoveEvent (QDragMoveEvent *) |
| void | dropEvent (QDropEvent *) |
| void | showEvent (QShowEvent *) |
| void | wheelEvent (QWheelEvent *e) |
| void | focusInEvent (QFocusEvent *) |
| void | focusOutEvent (QFocusEvent *) |
| void | contextMenuEvent (QContextMenuEvent *e) |
| void | imStartEvent (QIMEvent *e) |
| void | imComposeEvent (QIMEvent *e) |
| void | imEndEvent (QIMEvent *e) |
Friends | |
| class | KateView |
| class | KateIconBorder |
| class | KateScrollBar |
| class | CalculatingCursor |
| class | BoundedCursor |
| class | WrappingCursor |
Member Function Documentation
| void KateViewInternal::imStartEvent | ( | QIMEvent * | e | ) | [protected] |
The documentation for this class was generated from the following files:

