KNewStuff
KNS3::StaticXmlProvider Class Reference
KNewStuff Base Provider class. More...
#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.
Definition at line 41 of file staticxmlprovider.h.
Member Typedef Documentation
| typedef QList<Provider*> KNS3::StaticXmlProvider::List |
Reimplemented from KNS3::Provider.
Definition at line 45 of file staticxmlprovider.h.
Constructor & Destructor Documentation
| builddir build BUILD kdelibs knewstuff knewstuff3 staticxml staticxmlprovider cpp KNS3::StaticXmlProvider::StaticXmlProvider | ( | ) |
Constructor.
Definition at line 35 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 40 of file staticxmlprovider.cpp.
| bool KNS3::StaticXmlProvider::isInitialized | ( | ) | const [virtual] |
Implements KNS3::Provider.
Definition at line 120 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 131 of file staticxmlprovider.cpp.
| void KNS3::StaticXmlProvider::loadPayloadLink | ( | const KNS3::EntryInternal & | entry, |
| int | |||
| ) | [virtual] |
Implements KNS3::Provider.
Definition at line 274 of file staticxmlprovider.cpp.
| void KNS3::StaticXmlProvider::setCachedEntries | ( | const KNS3::EntryInternal::List & | cachedEntries | ) | [virtual] |
Implements KNS3::Provider.
Definition at line 125 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 45 of file staticxmlprovider.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference