Kate
KateSearchBar Class Reference
#include <katesearchbar.h>
Public Slots | |
| void | findNext () |
| void | findPrevious () |
| void | onCursorPositionChanged () |
| void | onForAll (const QString &pattern, KTextEditor::Range inputRange, KTextEditor::Search::SearchOptions enabledOptions, const QString *replacement) |
| void | onIncFromCursorToggle (bool invokedByUserAction=true) |
| void | onIncHighlightAllToggle (bool checked, bool invokedByUserAction=true) |
| void | onIncMatchCaseToggle (bool invokedByUserAction=true) |
| void | onIncNext () |
| void | onIncPatternChanged (const QString &pattern, bool invokedByUserAction=true) |
| void | onIncPrev () |
| void | onMutateIncremental () |
| void | onMutatePower () |
| void | onPowerFindNext () |
| void | onPowerFindPrev () |
| void | onPowerFromCursorToggle (bool invokedByUserAction=true) |
| void | onPowerHighlightAllToggle (bool checked, bool invokedByUserAction=true) |
| void | onPowerMatchCaseToggle (bool invokedByUserAction=true) |
| void | onPowerModeChanged (int index, bool invokedByUserAction=true) |
| void | onPowerModeChangedEscapeSequences () |
| void | onPowerModeChangedPlainText () |
| void | onPowerModeChangedRegularExpression () |
| void | onPowerModeChangedWholeWords () |
| void | onPowerPatternChanged (const QString &pattern) |
| void | onPowerPatternContextMenuRequest () |
| void | onPowerReplaceAll () |
| void | onPowerReplaceNext () |
| void | onPowerReplacmentContextMenuRequest () |
| void | onReturnPressed () |
| void | onSelectionChanged () |
| bool | onStep (bool replace, bool forwards=true) |
Public Member Functions | |
| void | closed () |
| void | enableHighlights (bool enable) |
| KateSearchBar (bool initAsPower, KateView *view, QWidget *parent=0) | |
| ~KateSearchBar () | |
Static Public Member Functions | |
| static void | nextMatchForSelection (KateView *view, bool forwards) |
Detailed Description
Definition at line 49 of file katesearchbar.h.
Constructor & Destructor Documentation
Definition at line 128 of file katesearchbar.cpp.
| KateSearchBar::~KateSearchBar | ( | ) |
Definition at line 200 of file katesearchbar.cpp.
Member Function Documentation
| void KateSearchBar::closed | ( | ) | [virtual] |
Reimplemented from KateViewBarWidget.
Definition at line 1929 of file katesearchbar.cpp.
| void KateSearchBar::enableHighlights | ( | bool | enable | ) |
Definition at line 1894 of file katesearchbar.cpp.
| void KateSearchBar::findNext | ( | ) | [slot] |
Definition at line 214 of file katesearchbar.cpp.
| void KateSearchBar::findPrevious | ( | ) | [slot] |
Definition at line 224 of file katesearchbar.cpp.
Definition at line 1522 of file katesearchbar.cpp.
| void KateSearchBar::onCursorPositionChanged | ( | ) | [slot] |
Definition at line 1956 of file katesearchbar.cpp.
| void KateSearchBar::onForAll | ( | const QString & | pattern, | |
| KTextEditor::Range | inputRange, | |||
| KTextEditor::Search::SearchOptions | enabledOptions, | |||
| const QString * | replacement | |||
| ) | [slot] |
| void KateSearchBar::onIncFromCursorToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 623 of file katesearchbar.cpp.
| void KateSearchBar::onIncHighlightAllToggle | ( | bool | checked, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 597 of file katesearchbar.cpp.
| void KateSearchBar::onIncMatchCaseToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 585 of file katesearchbar.cpp.
| void KateSearchBar::onIncNext | ( | ) | [slot] |
Definition at line 570 of file katesearchbar.cpp.
| void KateSearchBar::onIncPatternChanged | ( | const QString & | pattern, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 483 of file katesearchbar.cpp.
| void KateSearchBar::onIncPrev | ( | ) | [slot] |
Definition at line 577 of file katesearchbar.cpp.
| void KateSearchBar::onMutateIncremental | ( | ) | [slot] |
Definition at line 1748 of file katesearchbar.cpp.
| void KateSearchBar::onMutatePower | ( | ) | [slot] |
Definition at line 1570 of file katesearchbar.cpp.
| void KateSearchBar::onPowerFindNext | ( | ) | [slot] |
Definition at line 1027 of file katesearchbar.cpp.
| void KateSearchBar::onPowerFindPrev | ( | ) | [slot] |
Definition at line 1037 of file katesearchbar.cpp.
| void KateSearchBar::onPowerFromCursorToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 1465 of file katesearchbar.cpp.
| void KateSearchBar::onPowerHighlightAllToggle | ( | bool | checked, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 1420 of file katesearchbar.cpp.
| void KateSearchBar::onPowerMatchCaseToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 1411 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChanged | ( | int | index, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 1512 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedEscapeSequences | ( | ) | [slot] |
Definition at line 1487 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedPlainText | ( | ) | [slot] |
Definition at line 1473 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedRegularExpression | ( | ) | [slot] |
Definition at line 1494 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedWholeWords | ( | ) | [slot] |
Definition at line 1480 of file katesearchbar.cpp.
| void KateSearchBar::onPowerPatternChanged | ( | const QString & | pattern | ) | [slot] |
Definition at line 905 of file katesearchbar.cpp.
| void KateSearchBar::onPowerPatternContextMenuRequest | ( | ) | [slot] |
Definition at line 1966 of file katesearchbar.cpp.
| void KateSearchBar::onPowerReplaceAll | ( | ) | [slot] |
Definition at line 1158 of file katesearchbar.cpp.
| void KateSearchBar::onPowerReplaceNext | ( | ) | [slot] |
Definition at line 1048 of file katesearchbar.cpp.
| void KateSearchBar::onPowerReplacmentContextMenuRequest | ( | ) | [slot] |
Definition at line 1973 of file katesearchbar.cpp.
| void KateSearchBar::onReturnPressed | ( | ) | [slot] |
Definition at line 668 of file katesearchbar.cpp.
| void KateSearchBar::onSelectionChanged | ( | ) | [slot] |
Definition at line 1940 of file katesearchbar.cpp.
Definition at line 696 of file katesearchbar.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference