Konsole
IncrementalSearchBar.h
Go to the documentation of this file.
void findPreviousClicked()
Emitted when the user clicks the button to find the previous match.
virtual bool eventFilter(QObject *watched, QEvent *event)
Definition: IncrementalSearchBar.cpp:186
void searchChanged(const QString &text)
Emitted when the text entered in the search box is altered.
Searches are case-sensitive or not.
Definition: IncrementalSearchBar.h:68
Searches use regular expressions.
Definition: IncrementalSearchBar.h:70
void searchFromClicked()
The search from beginning/end button.
void closeClicked()
Emitted when the close button is clicked.
visible
void focusLineEdit()
Definition: IncrementalSearchBar.cpp:268
void matchRegExpToggled(bool)
Emitted when the user toggles the checkbox to indicate whether the search text should be treated as a...
virtual void setVisible(bool visible)
Definition: IncrementalSearchBar.cpp:233
void searchReturnPressed(const QString &text)
Emitted when the return button is pressed in the search box.
void unhandledMovementKeyPressed(QKeyEvent *event)
A movement key not handled is forwarded to the terminal display.
const QBitArray optionsChecked()
Definition: IncrementalSearchBar.cpp:274
void setSearchText(const QString &text)
Definition: IncrementalSearchBar.cpp:180
void matchCaseToggled(bool)
Emitted when the user toggles the checkbox to indicate whether matching for the search text should be...
Highlight all matches.
Definition: IncrementalSearchBar.h:66
A widget which allows users to search incrementally through a document for a a text string or regular...
Definition: IncrementalSearchBar.h:56
void searchShiftPlusReturnPressed()
Emitted when shift+return buttons are pressed in the search box.
void findNextClicked()
Emitted when the user clicks the button to find the next match.
void clearLineEdit()
Definition: IncrementalSearchBar.cpp:263
SearchOptions
This enum defines the options that can be checked.
Definition: IncrementalSearchBar.h:64
Search from the bottom and up.
Definition: IncrementalSearchBar.h:72
virtual void keyPressEvent(QKeyEvent *event)
Definition: IncrementalSearchBar.cpp:217
void setFoundMatch(bool match)
Sets an indicator for the user as to whether or not a match for the current search text was found in ...
Definition: IncrementalSearchBar.cpp:242
IncrementalSearchBar(QWidget *parent=0)
Constructs a new incremental search bar with the given parent widget.
Definition: IncrementalSearchBar.cpp:39
void highlightMatchesToggled(bool)
Emitted when the user toggles the checkbox to indicate whether matches for the search text should be ...
QObject * parent() const
virtual bool event(QEvent *event)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.