Kate
KateView Class Reference
#include <kateview.h>

Detailed Description
Definition at line 76 of file kateview.h.
Constructor & Destructor Documentation
| KateView::KateView | ( | KateDocument * | doc, | |
| QWidget * | parent | |||
| ) |
Definition at line 104 of file kateview.cpp.
| KateView::~KateView | ( | ) |
Definition at line 256 of file kateview.cpp.
Member Function Documentation
| void KateView::abortCompletion | ( | ) | [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2135 of file kateview.cpp.
| const QList< KTextEditor::SmartRange * > & KateView::actions | ( | ) | const |
Definition at line 2078 of file kateview.cpp.
| void KateView::activateEditActions | ( | ) |
Definition at line 2099 of file kateview.cpp.
| void KateView::addActions | ( | KTextEditor::SmartRange * | topRange | ) |
Definition at line 2056 of file kateview.cpp.
| void KateView::addExternalHighlight | ( | KTextEditor::SmartRange * | topRange, | |
| bool | supportDynamic | |||
| ) |
Definition at line 2014 of file kateview.cpp.
| void KateView::addInternalHighlight | ( | KTextEditor::SmartRange * | topRange | ) |
Definition at line 1989 of file kateview.cpp.
| void KateView::align | ( | ) | [slot] |
Definition at line 2242 of file kateview.cpp.
| void KateView::annotationActivated | ( | KTextEditor::View * | view, | |
| int | line | |||
| ) | [virtual, signal] |
Implements KTextEditor::AnnotationViewInterface.
| void KateView::annotationContextMenuAboutToShow | ( | KTextEditor::View * | view, | |
| QMenu * | menu, | |||
| int | line | |||
| ) | [virtual, signal] |
Implements KTextEditor::AnnotationViewInterface.
| KTextEditor::AnnotationModel * KateView::annotationModel | ( | ) | const [virtual] |
Implements KTextEditor::AnnotationInterface.
Definition at line 2686 of file kateview.cpp.
| void KateView::backspace | ( | ) | [slot] |
Definition at line 2299 of file kateview.cpp.
| void KateView::blockFix | ( | KTextEditor::Range & | range | ) | [static] |
Definition at line 94 of file kateview.cpp.
| virtual bool KateView::blockSelection | ( | ) | const [inline, virtual] |
Implements KTextEditor::View.
Definition at line 248 of file kateview.h.
| bool KateView::blockSelectionMode | ( | ) | const |
Definition at line 1932 of file kateview.cpp.
| void KateView::bottom | ( | ) | [slot] |
Definition at line 2481 of file kateview.cpp.
| void KateView::bottomOfView | ( | ) | [slot] |
Definition at line 2439 of file kateview.cpp.
| void KateView::capitalize | ( | ) | [slot] |
Capitalizes the selection (makes each word start with an uppercase) or the word under the cursor.
Definition at line 2279 of file kateview.cpp.
| void KateView::changeDictionary | ( | ) | [slot] |
Definition at line 1129 of file kateview.cpp.
| void KateView::cleanIndent | ( | ) | [slot] |
Definition at line 2237 of file kateview.cpp.
| void KateView::clear | ( | ) |
Definition at line 1643 of file kateview.cpp.
| void KateView::clearActions | ( | ) |
Definition at line 2088 of file kateview.cpp.
| void KateView::clearExternalHighlights | ( | ) |
Definition at line 2083 of file kateview.cpp.
Definition at line 1718 of file kateview.cpp.
| bool KateView::clearSelection | ( | ) | [slot] |
Definition at line 1713 of file kateview.cpp.
| KateCmdLine * KateView::cmdLine | ( | ) |
Definition at line 2631 of file kateview.cpp.
| void KateView::comment | ( | ) | [slot] |
Definition at line 2254 of file kateview.cpp.
| void KateView::completionAborted | ( | KTextEditor::View * | view | ) | [signal] |
| void KateView::completionExecuted | ( | KTextEditor::View * | view, | |
| const KTextEditor::Cursor & | position, | |||
| KTextEditor::CodeCompletionModel * | model, | |||
| const QModelIndex & | ||||
| ) | [signal] |
| KateCompletionWidget * KateView::completionWidget | ( | ) | const |
Definition at line 2122 of file kateview.cpp.
| KateViewConfig* KateView::config | ( | ) | [inline] |
Configuration.
Definition at line 615 of file kateview.h.
| void KateView::configChanged | ( | ) | [signal] |
| QStringList KateView::configKeys | ( | ) | const [virtual] |
Implements KTextEditor::ConfigInterface.
Definition at line 2579 of file kateview.cpp.
Implements KTextEditor::ConfigInterface.
Definition at line 2585 of file kateview.cpp.
| QMenu * KateView::contextMenu | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2528 of file kateview.cpp.
| void KateView::contextMenuEvent | ( | QContextMenuEvent * | ev | ) | [protected] |
Reimplemented from QWidget.
Definition at line 1072 of file kateview.cpp.
| KTextEditor::Cursor KateView::coordinatesToCursor | ( | const QPoint & | coord | ) | const [virtual] |
Implements KTextEditor::CoordinatesToCursorInterface.
Definition at line 2202 of file kateview.cpp.
| void KateView::copy | ( | ) | const [slot] |
Definition at line 1903 of file kateview.cpp.
| QString KateView::currentTextLine | ( | ) |
Definition at line 2217 of file kateview.cpp.
| QString KateView::currentWord | ( | ) |
Definition at line 2222 of file kateview.cpp.
| void KateView::cursorLeft | ( | ) | [slot] |
Definition at line 2329 of file kateview.cpp.
| KTextEditor::Cursor KateView::cursorPosition | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2187 of file kateview.cpp.
| QPoint KateView::cursorPositionCoordinates | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2207 of file kateview.cpp.
| KTextEditor::Cursor KateView::cursorPositionVirtual | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2192 of file kateview.cpp.
| void KateView::cursorRight | ( | ) | [slot] |
Definition at line 2339 of file kateview.cpp.
| bool KateView::cursorSelected | ( | const KTextEditor::Cursor & | cursor | ) |
Definition at line 1794 of file kateview.cpp.
| QPoint KateView::cursorToCoordinate | ( | const KTextEditor::Cursor & | cursor | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2197 of file kateview.cpp.
| void KateView::cut | ( | ) | [slot] |
Definition at line 1892 of file kateview.cpp.
| void KateView::deactivateEditActions | ( | ) |
Definition at line 2093 of file kateview.cpp.
Implements KTextEditor::View.
Definition at line 2533 of file kateview.cpp.
| void KateView::deleteWordLeft | ( | ) | [slot] |
Definition at line 2305 of file kateview.cpp.
| void KateView::deleteWordRight | ( | ) | [slot] |
Definition at line 2317 of file kateview.cpp.
| KateDictionaryBar * KateView::dictionaryBar | ( | ) |
Definition at line 2669 of file kateview.cpp.
| void KateView::disableTextHints | ( | ) | [virtual] |
Implements KTextEditor::TextHintInterface.
Definition at line 1277 of file kateview.cpp.
| void KateView::displayRangeChanged | ( | KateView * | view | ) | [signal] |
| const KateDocument* KateView::doc | ( | ) | const [inline] |
Definition at line 534 of file kateview.h.
| KateDocument* KateView::doc | ( | ) | [inline] |
accessor to katedocument pointer
- Returns:
- pointer to document
Definition at line 533 of file kateview.h.
| KTextEditor::Document * KateView::document | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2512 of file kateview.cpp.
| void KateView::down | ( | ) | [slot] |
Definition at line 2405 of file kateview.cpp.
| void KateView::dropEventPass | ( | QDropEvent * | ) | [signal] |
| void KateView::dynamicHighlightAdded | ( | KateSmartRange * | range | ) | [signal] |
| void KateView::dynamicHighlightRemoved | ( | KateSmartRange * | range | ) | [signal] |
| bool KateView::dynWordWrap | ( | ) | const [inline] |
Definition at line 220 of file kateview.h.
| int KateView::dynWrapIndicators | ( | ) |
Definition at line 1259 of file kateview.cpp.
| void KateView::editEnd | ( | int | editTagLineStart, | |
| int | editTagLineEnd, | |||
| bool | tagFrom | |||
| ) |
Definition at line 1601 of file kateview.cpp.
| void KateView::editSetCursor | ( | const KTextEditor::Cursor & | cursor | ) |
Definition at line 1606 of file kateview.cpp.
| void KateView::editStart | ( | ) |
Definition at line 1596 of file kateview.cpp.
| void KateView::emitNavigateAccept | ( | ) | [inline] |
Definition at line 397 of file kateview.h.
| void KateView::emitNavigateBack | ( | ) | [inline] |
Definition at line 400 of file kateview.h.
| void KateView::emitNavigateDown | ( | ) | [inline] |
Definition at line 394 of file kateview.h.
| void KateView::emitNavigateLeft | ( | ) | [inline] |
Definition at line 385 of file kateview.h.
| void KateView::emitNavigateRight | ( | ) | [inline] |
Definition at line 388 of file kateview.h.
| void KateView::emitNavigateUp | ( | ) | [inline] |
Definition at line 391 of file kateview.h.
| void KateView::enableTextHints | ( | int | timeout | ) | [virtual] |
Implements KTextEditor::TextHintInterface.
Definition at line 1272 of file kateview.cpp.
| void KateView::end | ( | ) | [slot] |
Definition at line 2385 of file kateview.cpp.
| void KateView::ensureCursorColumnValid | ( | ) |
Definition at line 1580 of file kateview.cpp.
| const QList< KTextEditor::SmartRange * > & KateView::externalHighlights | ( | ) | const |
Definition at line 2051 of file kateview.cpp.
| void KateView::find | ( | ) | [slot] |
Definition at line 1360 of file kateview.cpp.
| void KateView::findNext | ( | ) | [slot] |
Definition at line 1392 of file kateview.cpp.
| void KateView::findPrevious | ( | ) | [slot] |
Definition at line 1397 of file kateview.cpp.
| void KateView::findSelectedBackwards | ( | ) | [slot] |
Definition at line 1376 of file kateview.cpp.
| void KateView::findSelectedForwards | ( | ) | [slot] |
Definition at line 1371 of file kateview.cpp.
| bool KateView::foldingMarkersOn | ( | ) |
Definition at line 1263 of file kateview.cpp.
| void KateView::forceCompletion | ( | ) | [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2140 of file kateview.cpp.
| ViMode KateView::getCurrentViMode | ( | ) | const |
- Returns:
- the current vi mode
Definition at line 1345 of file kateview.cpp.
| int KateView::getEol | ( | ) | const |
Definition at line 1169 of file kateview.cpp.
| KateViInputModeManager * KateView::getViInputModeManager | ( | ) |
- Returns:
- a pointer to the KateViInputModeManager belonging to the view
Definition at line 1350 of file kateview.cpp.
| KateGotoBar * KateView::gotoBar | ( | ) |
Definition at line 2659 of file kateview.cpp.
| void KateView::gotoLine | ( | ) | [slot] |
Definition at line 1123 of file kateview.cpp.
| void KateView::hideViModeBar | ( | ) | [slot] |
Definition at line 1321 of file kateview.cpp.
| void KateView::home | ( | ) | [slot] |
Definition at line 2373 of file kateview.cpp.
| bool KateView::iconBorder | ( | ) |
Definition at line 1247 of file kateview.cpp.
| void KateView::indent | ( | ) | [slot] |
Definition at line 2227 of file kateview.cpp.
| bool KateView::insertTemplateTextImplementation | ( | const KTextEditor::Cursor & | c, | |
| const QString & | templateString, | |||
| const QMap< QString, QString > & | initialValues | |||
| ) | [virtual] |
Template stuff.
Implements KTextEditor::TemplateInterface.
Definition at line 1980 of file kateview.cpp.
| const QList< KTextEditor::SmartRange * > & KateView::internalHighlights | ( | ) | const |
Definition at line 2003 of file kateview.cpp.
| bool KateView::isAnnotationBorderVisible | ( | ) | const [virtual] |
Implements KTextEditor::AnnotationViewInterface.
Definition at line 2696 of file kateview.cpp.
| bool KateView::isAutomaticInvocationEnabled | ( | ) | const [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2155 of file kateview.cpp.
| bool KateView::isCompletionActive | ( | ) | const [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2117 of file kateview.cpp.
| bool KateView::isOverwriteMode | ( | ) | const |
Return values for "save" related commands.
Definition at line 1018 of file kateview.cpp.
| void KateView::joinLines | ( | ) | [slot] |
Joins lines touched by the selection.
Definition at line 1135 of file kateview.cpp.
| void KateView::keyDelete | ( | ) | [slot] |
Definition at line 2311 of file kateview.cpp.
| void KateView::keyReturn | ( | ) | [slot] |
Definition at line 2287 of file kateview.cpp.
| void KateView::killLine | ( | ) | [slot] |
Definition at line 2269 of file kateview.cpp.
| bool KateView::lineEndSelected | ( | const KTextEditor::Cursor & | lineEndPos | ) |
Definition at line 1812 of file kateview.cpp.
| bool KateView::lineHasSelected | ( | int | line | ) |
Definition at line 1819 of file kateview.cpp.
| bool KateView::lineIsSelection | ( | int | line | ) |
Definition at line 1824 of file kateview.cpp.
| bool KateView::lineNumbersOn | ( | ) |
Definition at line 1251 of file kateview.cpp.
| bool KateView::lineSelected | ( | int | line | ) |
Definition at line 1807 of file kateview.cpp.
| void KateView::lowercase | ( | ) | [slot] |
Lowercases selected text, or an alphabetic character next to the cursor.
Definition at line 2274 of file kateview.cpp.
| bool KateView::mouseTrackingEnabled | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2105 of file kateview.cpp.
| void KateView::navigateAccept | ( | ) | [signal] |
| void KateView::navigateBack | ( | ) | [signal] |
| void KateView::navigateDown | ( | ) | [signal] |
| void KateView::navigateLeft | ( | ) | [signal] |
| void KateView::navigateRight | ( | ) | [signal] |
| void KateView::navigateUp | ( | ) | [signal] |
| void KateView::needTextHint | ( | const KTextEditor::Cursor & | position, | |
| QString & | text | |||
| ) | [virtual, signal] |
Implements KTextEditor::TextHintInterface.
| void KateView::pageDown | ( | ) | [slot] |
Definition at line 2461 of file kateview.cpp.
| void KateView::pageUp | ( | ) | [slot] |
Definition at line 2451 of file kateview.cpp.
| void KateView::paste | ( | ) | [slot] |
Definition at line 2175 of file kateview.cpp.
| void KateView::readSessionConfig | ( | const KConfigGroup & | config | ) | [virtual] |
Implements KTextEditor::SessionConfigInterface.
Definition at line 1148 of file kateview.cpp.
| void KateView::reflectOnTheFlySpellCheckStatus | ( | bool | enabled | ) | [slot] |
Definition at line 2714 of file kateview.cpp.
| void KateView::registerCompletionModel | ( | KTextEditor::CodeCompletionModel * | model | ) | [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2145 of file kateview.cpp.
| void KateView::relayoutRange | ( | const KTextEditor::Range & | range, | |
| bool | realLines = false | |||
| ) |
Definition at line 1638 of file kateview.cpp.
| void KateView::reloadFile | ( | ) | [slot] |
Definition at line 1023 of file kateview.cpp.
| void KateView::removeActions | ( | KTextEditor::SmartRange * | topRange | ) | [slot] |
Definition at line 2067 of file kateview.cpp.
| void KateView::removeExternalHighlight | ( | KTextEditor::SmartRange * | topRange | ) | [slot] |
Definition at line 2033 of file kateview.cpp.
| void KateView::removeInternalHighlight | ( | KTextEditor::SmartRange * | topRange | ) |
Definition at line 1996 of file kateview.cpp.
| bool KateView::removeSelectedText | ( | ) | [slot] |
Definition at line 1762 of file kateview.cpp.
| virtual bool KateView::removeSelection | ( | ) | [inline, virtual, slot] |
Implements KTextEditor::View.
Definition at line 232 of file kateview.h.
| virtual bool KateView::removeSelectionText | ( | ) | [inline, virtual, slot] |
Implements KTextEditor::View.
Definition at line 234 of file kateview.h.
| KateRenderer * KateView::renderer | ( | ) |
Definition at line 1428 of file kateview.cpp.
| void KateView::repaintText | ( | bool | paintOnlyDirty = false |
) |
Definition at line 1648 of file kateview.cpp.
| void KateView::replace | ( | ) | [slot] |
Definition at line 1381 of file kateview.cpp.
| bool KateView::scrollBarMarks | ( | ) |
Definition at line 1255 of file kateview.cpp.
| void KateView::scrollDown | ( | ) | [slot] |
Definition at line 2421 of file kateview.cpp.
| void KateView::scrollUp | ( | ) | [slot] |
Definition at line 2415 of file kateview.cpp.
| KateSearchBar * KateView::searchBar | ( | bool | initHintAsPower = false |
) |
Definition at line 2641 of file kateview.cpp.
| bool KateView::selectAll | ( | ) | [slot] |
Definition at line 1786 of file kateview.cpp.
| bool KateView::selection | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 1742 of file kateview.cpp.
| const KTextEditor::Range & KateView::selectionRange | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 2503 of file kateview.cpp.
| QString KateView::selectionText | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 1750 of file kateview.cpp.
| void KateView::selectLine | ( | const KTextEditor::Cursor & | cursor | ) |
Definition at line 1883 of file kateview.cpp.
| void KateView::selectWord | ( | const KTextEditor::Cursor & | cursor | ) |
Definition at line 1865 of file kateview.cpp.
| void KateView::sendCompletionAborted | ( | ) |
Definition at line 2170 of file kateview.cpp.
| void KateView::sendCompletionExecuted | ( | const KTextEditor::Cursor & | position, | |
| KTextEditor::CodeCompletionModel * | model, | |||
| const QModelIndex & | index | |||
| ) |
Definition at line 2165 of file kateview.cpp.
| void KateView::setAddBom | ( | bool | enabled | ) | [slot] |
Definition at line 1185 of file kateview.cpp.
| void KateView::setAnnotationBorderVisible | ( | bool | visible | ) | [virtual] |
Implements KTextEditor::AnnotationViewInterface.
Definition at line 2691 of file kateview.cpp.
| void KateView::setAnnotationModel | ( | KTextEditor::AnnotationModel * | model | ) | [virtual] |
Implements KTextEditor::AnnotationInterface.
Definition at line 2679 of file kateview.cpp.
| void KateView::setAutomaticInvocationEnabled | ( | bool | enabled = true |
) | [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2160 of file kateview.cpp.
Implements KTextEditor::View.
Definition at line 236 of file kateview.h.
Definition at line 1937 of file kateview.cpp.
Implements KTextEditor::ConfigInterface.
Definition at line 2602 of file kateview.cpp.
| void KateView::setContextMenu | ( | QMenu * | menu | ) | [virtual] |
Implements KTextEditor::View.
Definition at line 2517 of file kateview.cpp.
| bool KateView::setCursorPosition | ( | KTextEditor::Cursor | position | ) | [virtual] |
Implements KTextEditor::View.
Definition at line 2182 of file kateview.cpp.
| bool KateView::setCursorPositionInternal | ( | const KTextEditor::Cursor & | position, | |
| uint | tabwidth = 1, |
|||
| bool | calledExternally = false | |||
| ) |
Definition at line 1082 of file kateview.cpp.
| bool KateView::setCursorPositionVisual | ( | const KTextEditor::Cursor & | position | ) |
Definition at line 2212 of file kateview.cpp.
| void KateView::setDynWrapIndicators | ( | int | mode | ) | [slot] |
Definition at line 1013 of file kateview.cpp.
| void KateView::setEol | ( | int | eol | ) | [slot] |
Definition at line 1174 of file kateview.cpp.
| void KateView::setFoldingMarkersOn | ( | bool | enable | ) | [slot] |
Definition at line 1237 of file kateview.cpp.
| void KateView::setIconBorder | ( | bool | enable | ) | [slot] |
Definition at line 1197 of file kateview.cpp.
| void KateView::setLineNumbersOn | ( | bool | enable | ) | [slot] |
Definition at line 1207 of file kateview.cpp.
Implements KTextEditor::View.
Definition at line 2111 of file kateview.cpp.
| void KateView::setScrollBarMarks | ( | bool | enable | ) | [slot] |
Definition at line 1217 of file kateview.cpp.
| bool KateView::setSelection | ( | const KTextEditor::Cursor & | c, | |
| int | i, | |||
| bool | b | |||
| ) | [inline, virtual, slot] |
Reimplemented from KTextEditor::View.
Definition at line 229 of file kateview.h.
| bool KateView::setSelection | ( | const KTextEditor::Range & | selection | ) | [virtual, slot] |
Implements KTextEditor::View.
Definition at line 1697 of file kateview.cpp.
| void KateView::shiftBottom | ( | ) | [slot] |
Definition at line 2486 of file kateview.cpp.
| void KateView::shiftBottomOfView | ( | ) | [slot] |
Definition at line 2445 of file kateview.cpp.
| void KateView::shiftCursorLeft | ( | ) | [slot] |
Definition at line 2334 of file kateview.cpp.
| void KateView::shiftCursorRight | ( | ) | [slot] |
Definition at line 2344 of file kateview.cpp.
| void KateView::shiftDown | ( | ) | [slot] |
Definition at line 2410 of file kateview.cpp.
| void KateView::shiftEnd | ( | ) | [slot] |
Definition at line 2390 of file kateview.cpp.
| void KateView::shiftHome | ( | ) | [slot] |
Definition at line 2379 of file kateview.cpp.
| void KateView::shiftPageDown | ( | ) | [slot] |
Definition at line 2466 of file kateview.cpp.
| void KateView::shiftPageUp | ( | ) | [slot] |
Definition at line 2456 of file kateview.cpp.
| void KateView::shiftToMatchingBracket | ( | ) | [slot] |
Definition at line 2497 of file kateview.cpp.
| void KateView::shiftTop | ( | ) | [slot] |
Definition at line 2476 of file kateview.cpp.
| void KateView::shiftTopOfView | ( | ) | [slot] |
Definition at line 2433 of file kateview.cpp.
| void KateView::shiftUp | ( | ) | [slot] |
Definition at line 2400 of file kateview.cpp.
| void KateView::shiftWordLeft | ( | ) | [slot] |
Definition at line 2355 of file kateview.cpp.
| void KateView::shiftWordRight | ( | ) | [slot] |
Definition at line 2367 of file kateview.cpp.
| void KateView::showViModeBar | ( | ) | [slot] |
Definition at line 1313 of file kateview.cpp.
| void KateView::slotReadWriteChanged | ( | ) | [slot] |
Definition at line 1029 of file kateview.cpp.
| void KateView::slotTextInserted | ( | KTextEditor::View * | view, | |
| const KTextEditor::Cursor & | position, | |||
| const QString & | text | |||
| ) |
Definition at line 1975 of file kateview.cpp.
| void KateView::slotUpdateUndo | ( | ) | [slot] |
Definition at line 1053 of file kateview.cpp.
| void KateView::smartNewline | ( | ) | [slot] |
Definition at line 2293 of file kateview.cpp.
| KateSpellingMenu * KateView::spellingMenu | ( | ) |
Definition at line 2720 of file kateview.cpp.
| void KateView::startCompletion | ( | const KTextEditor::Range & | word, | |
| KTextEditor::CodeCompletionModel * | model | |||
| ) | [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2130 of file kateview.cpp.
| void KateView::switchToCmdLine | ( | ) | [slot] |
Definition at line 1415 of file kateview.cpp.
| void KateView::tagAll | ( | ) |
Definition at line 1633 of file kateview.cpp.
| bool KateView::tagLine | ( | const KTextEditor::Cursor & | virtualCursor | ) |
Definition at line 1613 of file kateview.cpp.
| bool KateView::tagLines | ( | KTextEditor::Range | range, | |
| bool | realRange = false | |||
| ) |
Definition at line 1984 of file kateview.cpp.
| bool KateView::tagLines | ( | KTextEditor::Cursor | start, | |
| KTextEditor::Cursor | end, | |||
| bool | realCursors = false | |||
| ) |
Definition at line 1628 of file kateview.cpp.
Definition at line 1623 of file kateview.cpp.
| bool KateView::tagRange | ( | const KTextEditor::Range & | range, | |
| bool | realLines = false | |||
| ) |
Definition at line 1618 of file kateview.cpp.
| void KateView::tagSelection | ( | const KTextEditor::Range & | oldSelection | ) |
Definition at line 1829 of file kateview.cpp.
| bool KateView::toggleBlockSelectionMode | ( | ) | [slot] |
Definition at line 1961 of file kateview.cpp.
| void KateView::toggleDynWordWrap | ( | ) | [slot] |
Definition at line 1227 of file kateview.cpp.
| void KateView::toggleFoldingMarkers | ( | ) | [slot] |
Definition at line 1242 of file kateview.cpp.
| void KateView::toggleIconBorder | ( | ) | [slot] |
Definition at line 1202 of file kateview.cpp.
| void KateView::toggleInsert | ( | ) | [slot] |
Definition at line 1108 of file kateview.cpp.
| void KateView::toggleLineNumbersOn | ( | ) | [slot] |
Definition at line 1212 of file kateview.cpp.
| void KateView::toggleOnTheFlySpellCheck | ( | bool | b | ) | [protected, slot] |
Definition at line 2709 of file kateview.cpp.
| void KateView::toggleScrollBarMarks | ( | ) | [slot] |
Definition at line 1222 of file kateview.cpp.
| void KateView::toggleViInputMode | ( | ) | [slot] |
Definition at line 1292 of file kateview.cpp.
| void KateView::toggleWriteLock | ( | ) | [slot] |
Definition at line 1267 of file kateview.cpp.
| void KateView::toggleWWMarker | ( | ) | [slot] |
Definition at line 1232 of file kateview.cpp.
| void KateView::toMatchingBracket | ( | ) | [slot] |
Definition at line 2491 of file kateview.cpp.
| void KateView::top | ( | ) | [slot] |
Definition at line 2471 of file kateview.cpp.
| void KateView::topOfView | ( | ) | [slot] |
Definition at line 2427 of file kateview.cpp.
| void KateView::transpose | ( | ) | [slot] |
Definition at line 2323 of file kateview.cpp.
| void KateView::uncomment | ( | ) | [slot] |
Definition at line 2259 of file kateview.cpp.
| void KateView::unIndent | ( | ) | [slot] |
Definition at line 2232 of file kateview.cpp.
| void KateView::unregisterCompletionModel | ( | KTextEditor::CodeCompletionModel * | model | ) | [virtual] |
Implements KTextEditor::CodeCompletionInterface.
Definition at line 2150 of file kateview.cpp.
| void KateView::up | ( | ) | [slot] |
Definition at line 2395 of file kateview.cpp.
| void KateView::updateConfig | ( | ) |
Definition at line 1433 of file kateview.cpp.
| void KateView::updateDocumentConfig | ( | ) |
Definition at line 1506 of file kateview.cpp.
| void KateView::updateRendererConfig | ( | ) |
Definition at line 1535 of file kateview.cpp.
| void KateView::updateView | ( | bool | changed = false |
) |
Definition at line 1656 of file kateview.cpp.
| void KateView::updateViModeBarCmd | ( | ) |
Update vi mode statusbar with the (partial) vi command being typed.
Definition at line 1336 of file kateview.cpp.
| void KateView::updateViModeBarMode | ( | ) |
Update vi mode statusbar according to the current mode.
Definition at line 1328 of file kateview.cpp.
| void KateView::uppercase | ( | ) | [slot] |
Uppercases selected text, or an alphabetic character next to the cursor.
Definition at line 2264 of file kateview.cpp.
| void KateView::userInvokedCompletion | ( | ) | [slot] |
Definition at line 2621 of file kateview.cpp.
| KateViewBar * KateView::viewBar | ( | ) | const |
| enum KTextEditor::View::EditMode KateView::viewEditMode | ( | ) | const [inline, virtual] |
Implements KTextEditor::View.
Definition at line 407 of file kateview.h.
| QString KateView::viewMode | ( | ) | const [virtual] |
Implements KTextEditor::View.
Definition at line 975 of file kateview.cpp.
| bool KateView::viInputMode | ( | ) | const |
- Returns:
- boolean indicating whether vi mode is active or not
Definition at line 1282 of file kateview.cpp.
| bool KateView::viInputModeStealKeys | ( | ) | const |
- Returns:
- boolean indicating whether vi mode will override actions or not
Definition at line 1287 of file kateview.cpp.
| KateViModeBar * KateView::viModeBar | ( | ) |
Definition at line 2650 of file kateview.cpp.
| int KateView::virtualCursorColumn | ( | ) | const |
Return the virtual cursor column, each tab is expanded into the document's tabWidth characters.
If word wrap is off, the cursor may be behind the line's length.
Definition at line 1680 of file kateview.cpp.
| KTextEditor::Range KateView::visibleRange | ( | ) |
Definition at line 2701 of file kateview.cpp.
| void KateView::wordLeft | ( | ) | [slot] |
Definition at line 2349 of file kateview.cpp.
| void KateView::wordRight | ( | ) | [slot] |
Definition at line 2361 of file kateview.cpp.
| bool KateView::wrapCursor | ( | ) | const |
Definition at line 1967 of file kateview.cpp.
| void KateView::writeSessionConfig | ( | KConfigGroup & | config | ) | [virtual] |
Implements KTextEditor::SessionConfigInterface.
Definition at line 1158 of file kateview.cpp.
Member Data Documentation
KateCompletionWidget* KateView::m_completionWidget [mutable] |
Definition at line 205 of file kateview.h.
KateSpellingMenu* KateView::m_spellingMenu [protected] |
Definition at line 708 of file kateview.h.
KToggleAction* KateView::m_toggleOnTheFlySpellCheck [protected] |
Definition at line 707 of file kateview.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference