Generic searcher class.
More...
#include <QtxSearchTool.h>
Detailed Description
Searcher is generic class which is used by the search tool to perform widget-dependant search.
To implement a searcher for some widget, just inherit from QtxSearchTool.Searcher and override pure virtual methods find(), findNext(), findPrevious(), findFirst() and findLast()
Constructor & Destructor Documentation
| QtxSearchTool.Searcher::Searcher |
( |
| ) |
|
| QtxSearchTool.Searcher::~Searcher |
( |
| ) |
[virtual] |
Member Function Documentation
| QtxSearchTool.Searcher::find |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| [pure virtual] |
| QtxSearchTool.Searcher::findNext |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| [pure virtual] |
| QtxSearchTool.Searcher::findPrevious |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| [pure virtual] |
| QtxSearchTool.Searcher::findFirst |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| [pure virtual] |
| QtxSearchTool.Searcher::findLast |
( |
const QString & |
text, |
|
|
QtxSearchTool * |
st |
|
) |
| [pure virtual] |