Messagelib
9 #include "webengineviewer_export.h"
17 class LineEditWithCompleterNg;
19 namespace WebEngineViewer
31 Q_REQUIRED_RESULT
QString text()
const;
32 void setText(
const QString &text);
33 void focusAndSetCursor();
36 bool event(
QEvent *e)
override;
37 virtual void clearSelections();
38 virtual void updateHighLight(
bool);
39 virtual void searchText(
bool backward,
bool isAutoSearch);
40 virtual void updateSensitivity(
bool);
42 void setFoundMatch(
bool match);
43 QMenu *optionsMenu()
const;
48 void autoSearch(
const QString &str);
49 void slotSearchText(
bool backward =
false,
bool isAutoSearch =
true);
56 void caseSensitivityChanged(
bool);
57 void slotHighlightAllChanged(
bool);
58 void slotClearSearch();
67 QAction *mCaseSensitiveAct =
nullptr;
71 QMenu *mOptionsMenu =
nullptr;
73 void addToCompletion(
const QString &text);
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:08:11 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.