Konsole
IncrementalSearchBar.cpp
Go to the documentation of this file.
85 _findNextButton->setToolTip(i18nc("@info:tooltip", "Find the next match for the current search phrase"));
92 _findPreviousButton->setToolTip(i18nc("@info:tooltip", "Find the previous match for the current search phrase"));
123 _caseSensitive->setToolTip(i18nc("@info:tooltip", "Sets whether the search is case sensitive"));
134 _highlightMatches->setToolTip(i18nc("@info:tooltip", "Sets whether matching text should be highlighted"));
void setInterval(int msec)
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.
Qt::KeyboardModifiers modifiers() const
void setMenu(QMenu *menu)
Type type() const
void setContentsMargins(int left, int top, int right, int bottom)
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.
void setBit(int i)
void setChecked(bool)
virtual void setVisible(bool 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 setIcon(const QIcon &icon)
void setToolTip(const QString &tip)
void unhandledMovementKeyPressed(QKeyEvent *event)
A movement key not handled is forwarded to the terminal display.
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
void setLayout(QLayout *layout)
int maxWidth() const
void setObjectName(const QString &name)
const QBitArray optionsChecked()
Definition: IncrementalSearchBar.cpp:274
void setSearchText(const QString &text)
Definition: IncrementalSearchBar.cpp:180
virtual bool eventFilter(QObject *watched, QEvent *event)
void setCheckable(bool)
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
void setAutoRaise(bool enable)
int key() const
void setCheckable(bool)
bool contains(const T &value) const
void findNextClicked()
Emitted when the user clicks the button to find the next match.
void clearLineEdit()
Definition: IncrementalSearchBar.cpp:263
void addStretch(int stretch)
Search from the bottom and up.
Definition: IncrementalSearchBar.h:72
void setPopupMode(ToolButtonPopupMode mode)
virtual void keyPressEvent(QKeyEvent *event)
virtual void keyPressEvent(QKeyEvent *event)
Definition: IncrementalSearchBar.cpp:217
void setText(const QString &text)
void setToolTip(const QString &)
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
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
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 ...
void setToolButtonStyle(Qt::ToolButtonStyle style)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
void click()
void setArrowType(Qt::ArrowType type)
void setSingleShot(bool singleShot)
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.