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 () |
| 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 127 of file katesearchbar.cpp.
| KateSearchBar::~KateSearchBar | ( | ) |
Definition at line 195 of file katesearchbar.cpp.
Member Function Documentation
| void KateSearchBar::closed | ( | ) | [virtual] |
| void KateSearchBar::findNext | ( | ) | [slot] |
Definition at line 209 of file katesearchbar.cpp.
| void KateSearchBar::findPrevious | ( | ) | [slot] |
Definition at line 219 of file katesearchbar.cpp.
| void KateSearchBar::nextMatchForSelection | ( | KateView * | view, | |
| bool | forwards | |||
| ) | [static] |
Definition at line 1505 of file katesearchbar.cpp.
| void KateSearchBar::onCursorPositionChanged | ( | ) | [slot] |
Definition at line 1937 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 618 of file katesearchbar.cpp.
| void KateSearchBar::onIncHighlightAllToggle | ( | bool | checked, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 592 of file katesearchbar.cpp.
| void KateSearchBar::onIncMatchCaseToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 580 of file katesearchbar.cpp.
| void KateSearchBar::onIncNext | ( | ) | [slot] |
Definition at line 565 of file katesearchbar.cpp.
| void KateSearchBar::onIncPatternChanged | ( | const QString & | pattern, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 478 of file katesearchbar.cpp.
| void KateSearchBar::onIncPrev | ( | ) | [slot] |
Definition at line 572 of file katesearchbar.cpp.
| void KateSearchBar::onMutateIncremental | ( | ) | [slot] |
Definition at line 1729 of file katesearchbar.cpp.
| void KateSearchBar::onMutatePower | ( | ) | [slot] |
Definition at line 1553 of file katesearchbar.cpp.
| void KateSearchBar::onPowerFindNext | ( | ) | [slot] |
Definition at line 1022 of file katesearchbar.cpp.
| void KateSearchBar::onPowerFindPrev | ( | ) | [slot] |
Definition at line 1032 of file katesearchbar.cpp.
| void KateSearchBar::onPowerFromCursorToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 1448 of file katesearchbar.cpp.
| void KateSearchBar::onPowerHighlightAllToggle | ( | bool | checked, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 1403 of file katesearchbar.cpp.
| void KateSearchBar::onPowerMatchCaseToggle | ( | bool | invokedByUserAction = true |
) | [slot] |
Definition at line 1394 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChanged | ( | int | index, | |
| bool | invokedByUserAction = true | |||
| ) | [slot] |
Definition at line 1495 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedEscapeSequences | ( | ) | [slot] |
Definition at line 1470 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedPlainText | ( | ) | [slot] |
Definition at line 1456 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedRegularExpression | ( | ) | [slot] |
Definition at line 1477 of file katesearchbar.cpp.
| void KateSearchBar::onPowerModeChangedWholeWords | ( | ) | [slot] |
Definition at line 1463 of file katesearchbar.cpp.
| void KateSearchBar::onPowerPatternChanged | ( | const QString & | pattern | ) | [slot] |
Definition at line 900 of file katesearchbar.cpp.
| void KateSearchBar::onPowerPatternContextMenuRequest | ( | ) | [slot] |
Definition at line 1947 of file katesearchbar.cpp.
| void KateSearchBar::onPowerReplaceAll | ( | ) | [slot] |
Definition at line 1141 of file katesearchbar.cpp.
| void KateSearchBar::onPowerReplaceNext | ( | ) | [slot] |
Definition at line 1043 of file katesearchbar.cpp.
| void KateSearchBar::onPowerReplacmentContextMenuRequest | ( | ) | [slot] |
Definition at line 1954 of file katesearchbar.cpp.
| void KateSearchBar::onReturnPressed | ( | ) | [slot] |
Definition at line 663 of file katesearchbar.cpp.
| void KateSearchBar::onSelectionChanged | ( | ) | [slot] |
Definition at line 1921 of file katesearchbar.cpp.
| bool KateSearchBar::onStep | ( | bool | replace, | |
| bool | forwards = true | |||
| ) | [slot] |
Definition at line 691 of file katesearchbar.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference