A class is used with QtxSearchTool in order to search text within the web page. More...
Public Member Functions | |
~Searcher () | |
Destructor. More... | |
bool | find (const QString &, QtxSearchTool *) |
Find specified text. More... | |
bool | findNext (const QString &, QtxSearchTool *) |
Find next entry of specified text starting from the current position. More... | |
bool | findPrevious (const QString &, QtxSearchTool *) |
Find previous entry of specified text starting from the current position. More... | |
bool | findFirst (const QString &, QtxSearchTool *) |
Find first entry of specified text; does nothing in this implementation. More... | |
bool | findLast (const QString &, QtxSearchTool *) |
Find last entry of specified text; does nothing in this implementation. More... | |
Public Member Functions inherited from QtxSearchTool::Searcher | |
Searcher () | |
Constructor. More... | |
Static Public Member Functions | |
Searcher (QWebEngineView *) | |
Constructor. More... | |
Private Attributes | |
QWebEngineView * | myView |
|
static |
view | web view |
|
virtual |
Reimplemented from QtxSearchTool::Searcher.
|
virtual |
text | text being searched |
st | search tool |
true
if text has been found or false
otherwise Implements QtxSearchTool::Searcher.
References QtxSearchTool::isCaseSensitive(), and QtxSearchTool::isSearchWrapped().
|
virtual |
text | text being searched |
st | search tool |
true
if text has been found or false
otherwise Implements QtxSearchTool::Searcher.
|
virtual |
text | text being searched |
st | search tool |
true
if text has been found or false
otherwise Implements QtxSearchTool::Searcher.
|
virtual |
text | text being searched |
st | search tool |
true
if text has been found or false
otherwise Implements QtxSearchTool::Searcher.
|
virtual |
text | text being searched |
st | search tool |
true
if text has been found or false
otherwise Implements QtxSearchTool::Searcher.
References QtxSearchTool::isCaseSensitive(), and QtxSearchTool::isSearchWrapped().
|
private |