KNewStuff
KNS3::AtticaProvider Class Reference
KNewStuff Attica Provider class. More...
#include <atticaprovider.h>

Public Member Functions | |
| AtticaProvider (const QStringList &categories) | |
| AtticaProvider (const Attica::Provider &provider, const QStringList &categories) | |
| virtual void | becomeFan (const EntryInternal &entry) |
| virtual QString | id () const |
| virtual bool | isInitialized () const |
| virtual void | loadEntries (const KNS3::Provider::SearchRequest &request) |
| virtual void | loadEntryDetails (const KNS3::EntryInternal &entry) |
| virtual void | loadPayloadLink (const EntryInternal &entry, int linkId) |
| virtual void | setCachedEntries (const KNS3::EntryInternal::List &cachedEntries) |
| virtual bool | setProviderXML (const QDomElement &xmldata) |
| virtual bool | userCanBecomeFan () |
| virtual bool | userCanVote () |
| virtual void | vote (const EntryInternal &entry, uint rating) |
Detailed Description
KNewStuff Attica 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 websites that implement the Open Collaboration Services.
Definition at line 45 of file atticaprovider.h.
Constructor & Destructor Documentation
| KNS3::AtticaProvider::AtticaProvider | ( | const QStringList & | categories | ) |
Definition at line 38 of file atticaprovider.cpp.
| KNS3::AtticaProvider::AtticaProvider | ( | const Attica::Provider & | provider, |
| const QStringList & | categories | ||
| ) |
Definition at line 51 of file atticaprovider.cpp.
Member Function Documentation
| void KNS3::AtticaProvider::becomeFan | ( | const EntryInternal & | entry | ) | [virtual] |
Reimplemented from KNS3::Provider.
Definition at line 342 of file atticaprovider.cpp.
| QString KNS3::AtticaProvider::id | ( | ) | const [virtual] |
A unique Id for this provider (the url in most cases)
Implements KNS3::Provider.
Definition at line 62 of file atticaprovider.cpp.
| bool KNS3::AtticaProvider::isInitialized | ( | ) | const [virtual] |
Implements KNS3::Provider.
Definition at line 130 of file atticaprovider.cpp.
| void KNS3::AtticaProvider::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 135 of file atticaprovider.cpp.
| void KNS3::AtticaProvider::loadEntryDetails | ( | const KNS3::EntryInternal & | entry | ) | [virtual] |
Reimplemented from KNS3::Provider.
Definition at line 187 of file atticaprovider.cpp.
| void KNS3::AtticaProvider::loadPayloadLink | ( | const EntryInternal & | entry, |
| int | linkId | ||
| ) | [virtual] |
Implements KNS3::Provider.
Definition at line 248 of file atticaprovider.cpp.
| void KNS3::AtticaProvider::setCachedEntries | ( | const KNS3::EntryInternal::List & | cachedEntries | ) | [virtual] |
Implements KNS3::Provider.
Definition at line 94 of file atticaprovider.cpp.
| bool KNS3::AtticaProvider::setProviderXML | ( | const QDomElement & | xmldata | ) | [virtual] |
set the provider data xml, to initialize the provider
Implements KNS3::Provider.
Definition at line 73 of file atticaprovider.cpp.
| virtual bool KNS3::AtticaProvider::userCanBecomeFan | ( | ) | [inline, virtual] |
Reimplemented from KNS3::Provider.
Definition at line 69 of file atticaprovider.h.
| virtual bool KNS3::AtticaProvider::userCanVote | ( | ) | [inline, virtual] |
Reimplemented from KNS3::Provider.
Definition at line 66 of file atticaprovider.h.
| void KNS3::AtticaProvider::vote | ( | const EntryInternal & | entry, |
| uint | rating | ||
| ) | [virtual] |
Reimplemented from KNS3::Provider.
Definition at line 328 of file atticaprovider.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference