![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
An abstract class providing custom processing of specific activities. More...
#include <opensearchenginedelegate.h>
Public Member Functions | |
OpenSearchEngineDelegate () | |
virtual | ~OpenSearchEngineDelegate () |
virtual void | performSearchRequest (const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &data)=0 |
An abstract class providing custom processing of specific activities.
OpenSearchEngineDelegate is an abstract class that can be subclassed and set on an OpenSearchEngine. It allows to customize some parts of the default implementation or even extend it with missing bits.
Currently subclasses can only provide a custom way of handling search requests by reimplementing the performSearchRequest() method.
Definition at line 28 of file opensearchenginedelegate.h.
|
default |
Constructs the delegate.
|
virtualdefault |
Destructs the delegate.
|
pure virtual |