A class is used with QtxSearchTool in order to search text within the web page.
More...
|
| | Searcher (QWebEngineView *) |
| | Constructor. More...
|
| |
| | ~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...
|
| |
| | Searcher () |
| | Constructor. More...
|
| |
| virtual | ~Searcher () |
| | Destructor. More...
|
| |
| virtual bool | find (const QString &, QtxSearchTool *)=0 |
| | Start new search. More...
|
| |
| virtual bool | findNext (const QString &, QtxSearchTool *)=0 |
| | Search next appropriate item. More...
|
| |
| virtual bool | findPrevious (const QString &, QtxSearchTool *)=0 |
| | Search previous appropriate item. More...
|
| |
| virtual bool | findFirst (const QString &, QtxSearchTool *)=0 |
| | Search first appropriate item. More...
|
| |
| virtual bool | findLast (const QString &, QtxSearchTool *)=0 |
| | Search last appropriate item. More...
|
| |
A class is used with QtxSearchTool in order to search text within the web page.
◆ Searcher()
| QtxWebBrowser::Searcher::Searcher |
( |
QWebEngineView * |
view | ) |
|
◆ ~Searcher()
| QtxWebBrowser::Searcher::~Searcher |
( |
| ) |
|
|
virtual |
◆ find()
| bool QtxWebBrowser::Searcher::find |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| |
|
virtual |
◆ findFirst()
| bool QtxWebBrowser::Searcher::findFirst |
( |
const QString & |
, |
|
|
QtxSearchTool * |
|
|
) |
| |
|
virtual |
Find first entry of specified text; does nothing in this implementation.
- Parameters
-
| text | text being searched |
| st | search tool |
- Returns
true if text has been found or false otherwise
Implements QtxSearchTool::Searcher.
◆ findLast()
| bool QtxWebBrowser::Searcher::findLast |
( |
const QString & |
, |
|
|
QtxSearchTool * |
|
|
) |
| |
|
virtual |
Find last entry of specified text; does nothing in this implementation.
- Parameters
-
| text | text being searched |
| st | search tool |
- Returns
true if text has been found or false otherwise
Implements QtxSearchTool::Searcher.
◆ findNext()
| bool QtxWebBrowser::Searcher::findNext |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| |
|
virtual |
Find next entry of specified text starting from the current position.
- Parameters
-
| text | text being searched |
| st | search tool |
- Returns
true if text has been found or false otherwise
Implements QtxSearchTool::Searcher.
◆ findPrevious()
| bool QtxWebBrowser::Searcher::findPrevious |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| |
|
virtual |
◆ myView
| QWebEngineView* QtxWebBrowser::Searcher::myView |
|
private |
The documentation for this class was generated from the following file: