Kate
#include <kateviewinternal.h>
|
| | KateViewInternal (KateView *view) |
| |
| | ~KateViewInternal () |
| |
| void | bottom (bool sel=false) |
| |
| void | bottom_end (bool sel=false) |
| |
| void | bottomOfView (bool sel=false) |
| |
| void | clear () |
| |
| KTextEditor::Cursor | coordinatesToCursor (const QPoint &coord, bool includeBorder=true) const |
| |
| QPoint | cursorCoordinates (bool includeBorder=true) const |
| |
| void | cursorDown (bool sel=false) |
| |
| void | cursorNextChar (bool sel=false) |
| |
| void | cursorPrevChar (bool sel=false) |
| |
| QPoint | cursorToCoordinate (const KTextEditor::Cursor &cursor, bool realCursor=true, bool includeBorder=true) const |
| |
| void | cursorToMatchingBracket (bool sel=false) |
| |
| void | cursorUp (bool sel=false) |
| |
| void | disableTextHints () |
| |
| void | doBackspace () |
| |
| void | doDelete () |
| |
| void | doDeleteNextWord () |
| |
| void | doDeletePrevWord () |
| |
| void | doReturn () |
| |
| void | doSmartNewline () |
| |
| void | doTabulator () |
| |
| void | doTranspose () |
| |
| void | dynWrapChanged () |
| |
| void | editEnd (int editTagLineStart, int editTagLineEnd, bool tagFrom) |
| |
| void | editSetCursor (const KTextEditor::Cursor &cursor) |
| |
| void | editStart () |
| |
| void | enableTextHints (int timeout) |
| |
| void | end (bool sel=false) |
| |
| int | endLine () const |
| |
| KTextEditor::Cursor | endPos () const |
| |
| KTextEditor::Cursor | findMatchingBracket () |
| |
| KTextEditor::Cursor | getCursor () const |
| |
| KTextEditor::Cursor | getMouse () const |
| |
| void | home (bool sel=false) |
| |
| virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
| |
| void | pageDown (bool sel=false, bool half=false) |
| |
| void | pageUp (bool sel=false, bool half=false) |
| |
| void | prepareForDynWrapChange () |
| |
| void | scrollDown () |
| |
| void | scrollUp () |
| |
| void | setCaretStyle (KateRenderer::caretStyles style, bool repaint=false) |
| |
| int | startLine () const |
| |
| KTextEditor::Cursor | startPos () const |
| |
| int | startX () const |
| |
| void | tagAll () |
| |
| bool | tagLine (const KTextEditor::Cursor &virtualCursor) |
| |
| bool | tagLines (int start, int end, bool realLines=false) |
| |
| bool | tagLines (KTextEditor::Cursor start, KTextEditor::Cursor end, bool realCursors=false) |
| |
| bool | tagRange (const KTextEditor::Range &range, bool realCursors) |
| |
| void | top (bool sel=false) |
| |
| void | top_home (bool sel=false) |
| |
| void | topOfView (bool sel=false) |
| |
| void | updateDirty () |
| |
| KateView * | view () const |
| |
| void | wordNext (bool sel=false) |
| |
| void | wordPrev (bool sel=false) |
| |
| KateTextLayout | yToKateTextLayout (int y) const |
| |
Definition at line 57 of file kateviewinternal.h.
| KateViewInternal::KateViewInternal |
( |
KateView * |
view | ) |
|
| KateViewInternal::~KateViewInternal |
( |
| ) |
|
| void KateViewInternal::bottom |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::bottom_end |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::bottomOfView |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::clear |
( |
| ) |
|
| void KateViewInternal::contextMenuEvent |
( |
QContextMenuEvent * |
e | ) |
|
|
protected |
| QPoint KateViewInternal::cursorCoordinates |
( |
bool |
includeBorder = true | ) |
const |
| void KateViewInternal::cursorDown |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::cursorNextChar |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::cursorPrevChar |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::cursorToMatchingBracket |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::cursorUp |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::disableTextHints |
( |
| ) |
|
| void KateViewInternal::doBackspace |
( |
| ) |
|
| void KateViewInternal::doDelete |
( |
| ) |
|
| void KateViewInternal::doDeleteNextWord |
( |
| ) |
|
| void KateViewInternal::doDeletePrevWord |
( |
| ) |
|
| void KateViewInternal::doReturn |
( |
| ) |
|
| void KateViewInternal::doSmartNewline |
( |
| ) |
|
| void KateViewInternal::doTabulator |
( |
| ) |
|
| void KateViewInternal::doTranspose |
( |
| ) |
|
| void KateViewInternal::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
protectedvirtual |
| void KateViewInternal::dragMoveEvent |
( |
QDragMoveEvent * |
event | ) |
|
|
protectedvirtual |
| void KateViewInternal::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
protectedvirtual |
| void KateViewInternal::dropEventPass |
( |
QDropEvent * |
| ) |
|
|
signal |
| void KateViewInternal::dynWrapChanged |
( |
| ) |
|
| void KateViewInternal::editEnd |
( |
int |
editTagLineStart, |
|
|
int |
editTagLineEnd, |
|
|
bool |
tagFrom |
|
) |
| |
| void KateViewInternal::editStart |
( |
| ) |
|
| void KateViewInternal::enableTextHints |
( |
int |
timeout | ) |
|
| void KateViewInternal::end |
( |
bool |
sel = false | ) |
|
| int KateViewInternal::endLine |
( |
| ) |
const |
| void KateViewInternal::focusInEvent |
( |
QFocusEvent * |
| ) |
|
|
protectedvirtual |
| void KateViewInternal::focusOutEvent |
( |
QFocusEvent * |
| ) |
|
|
protectedvirtual |
| void KateViewInternal::hideEvent |
( |
QHideEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::home |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::inputMethodEvent |
( |
QInputMethodEvent * |
e | ) |
|
|
protectedvirtual |
| QVariant KateViewInternal::inputMethodQuery |
( |
Qt::InputMethodQuery |
query | ) |
const |
|
virtual |
| void KateViewInternal::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::keyReleaseEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::leaveEvent |
( |
QEvent * |
| ) |
|
|
protectedvirtual |
| void KateViewInternal::mouseDoubleClickEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::mouseReleaseEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::pageDown |
( |
bool |
sel = false, |
|
|
bool |
half = false |
|
) |
| |
| void KateViewInternal::pageUp |
( |
bool |
sel = false, |
|
|
bool |
half = false |
|
) |
| |
| void KateViewInternal::paintEvent |
( |
QPaintEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::prepareForDynWrapChange |
( |
| ) |
|
| void KateViewInternal::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::scrollDown |
( |
| ) |
|
| void KateViewInternal::scrollUp |
( |
| ) |
|
Set the caret's style.
The caret can be a box or a line; see the documentation of KateRenderer::caretStyles for other options.
- Parameters
-
| style | the caret style |
| repaint | whether to update the caret instantly. This also resets the caret's timer. |
Definition at line 1804 of file kateviewinternal.cpp.
| void KateViewInternal::showEvent |
( |
QShowEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::slotDecFontSizes |
( |
| ) |
|
|
slot |
| void KateViewInternal::slotIncFontSizes |
( |
| ) |
|
|
slot |
| int KateViewInternal::startLine |
( |
| ) |
const |
|
inline |
| int KateViewInternal::startX |
( |
| ) |
const |
|
inline |
| void KateViewInternal::tagAll |
( |
| ) |
|
| bool KateViewInternal::tagLines |
( |
int |
start, |
|
|
int |
end, |
|
|
bool |
realLines = false |
|
) |
| |
| void KateViewInternal::top |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::top_home |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::topOfView |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::updateDirty |
( |
| ) |
|
| KateView* KateViewInternal::view |
( |
| ) |
const |
|
inline |
| void KateViewInternal::wheelEvent |
( |
QWheelEvent * |
e | ) |
|
|
protectedvirtual |
| void KateViewInternal::wordNext |
( |
bool |
sel = false | ) |
|
| void KateViewInternal::wordPrev |
( |
bool |
sel = false | ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.