Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QtxWebBrowser::Searcher Class Reference

A class is used with QtxSearchTool in order to search text within the web page. More...

Inheritance diagram for QtxWebBrowser::Searcher:
Inheritance graph

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
 

Detailed Description

Constructor & Destructor Documentation

QtxWebBrowser::Searcher::Searcher ( QWebEngineView *  view)
static
Parameters
viewweb view
QtxWebBrowser::Searcher::~Searcher ( )
virtual

Reimplemented from QtxSearchTool::Searcher.

Member Function Documentation

bool QtxWebBrowser::Searcher::find ( const QString &  text,
QtxSearchTool st 
)
virtual
Parameters
texttext being searched
stsearch tool
Returns
true if text has been found or false otherwise

Implements QtxSearchTool::Searcher.

References QtxSearchTool::isCaseSensitive(), and QtxSearchTool::isSearchWrapped().

bool QtxWebBrowser::Searcher::findFirst ( const QString &  ,
QtxSearchTool  
)
virtual
Parameters
texttext being searched
stsearch tool
Returns
true if text has been found or false otherwise

Implements QtxSearchTool::Searcher.

bool QtxWebBrowser::Searcher::findLast ( const QString &  ,
QtxSearchTool  
)
virtual
Parameters
texttext being searched
stsearch tool
Returns
true if text has been found or false otherwise

Implements QtxSearchTool::Searcher.

bool QtxWebBrowser::Searcher::findNext ( const QString &  text,
QtxSearchTool st 
)
virtual
Parameters
texttext being searched
stsearch tool
Returns
true if text has been found or false otherwise

Implements QtxSearchTool::Searcher.

bool QtxWebBrowser::Searcher::findPrevious ( const QString &  text,
QtxSearchTool st 
)
virtual
Parameters
texttext being searched
stsearch tool
Returns
true if text has been found or false otherwise

Implements QtxSearchTool::Searcher.

References QtxSearchTool::isCaseSensitive(), and QtxSearchTool::isSearchWrapped().

Member Data Documentation

QWebEngineView* QtxWebBrowser::Searcher::myView
private

The documentation for this class was generated from the following file: