#include <staticxmlprovider.h>

Public Types | |
| typedef QList< Provider * > | List |
Public Member Functions | |
| StaticXmlProvider () | |
| virtual QString | id () const |
| virtual bool | isInitialized () const |
| virtual void | loadEntries (const KNS3::Provider::SearchRequest &request) |
| virtual void | loadPayloadLink (const KNS3::EntryInternal &entry, int) |
| virtual void | setCachedEntries (const KNS3::EntryInternal::List &cachedEntries) |
| virtual bool | setProviderXML (const QDomElement &xmldata) |
Detailed Description
KNewStuff Base Provider class.
This class provides accessors for the provider object. It should not be used directly by the application. This class is the base class and will be instantiated for static website providers.
Member Typedef Documentation
| typedef QList<Provider*> KNS3::StaticXmlProvider::List |
Reimplemented from KNS3::Provider.
Definition at line 45 of file staticxmlprovider.h.
Constructor & Destructor Documentation
| KNS3::StaticXmlProvider::StaticXmlProvider | ( | ) |
Constructor.
Definition at line 34 of file staticxmlprovider.cpp.
Member Function Documentation
| QString KNS3::StaticXmlProvider::id | ( | ) | const [virtual] |
A unique Id for this provider (the url in most cases)
Implements KNS3::Provider.
Definition at line 39 of file staticxmlprovider.cpp.
| bool KNS3::StaticXmlProvider::isInitialized | ( | ) | const [virtual] |
Implements KNS3::Provider.
Definition at line 119 of file staticxmlprovider.cpp.
| void KNS3::StaticXmlProvider::loadEntries | ( | const KNS3::Provider::SearchRequest & | request | ) | [virtual] |
load the given search and return given page
- Parameters:
-
sortMode string to select the order in which the results are presented searchstring string to search with page page number to load
Note: the engine connects to loadingFinished() signal to get the result
Implements KNS3::Provider.
Definition at line 130 of file staticxmlprovider.cpp.
| void KNS3::StaticXmlProvider::loadPayloadLink | ( | const KNS3::EntryInternal & | entry, |
| int | |||
| ) | [virtual] |
Implements KNS3::Provider.
Definition at line 261 of file staticxmlprovider.cpp.
| void KNS3::StaticXmlProvider::setCachedEntries | ( | const KNS3::EntryInternal::List & | cachedEntries | ) | [virtual] |
Implements KNS3::Provider.
Definition at line 124 of file staticxmlprovider.cpp.
| bool KNS3::StaticXmlProvider::setProviderXML | ( | const QDomElement & | xmldata | ) | [virtual] |
set the provider data xml, to initialize the provider
Implements KNS3::Provider.
Definition at line 44 of file staticxmlprovider.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference