KNewStuff
KNS::Dxs Class Reference
#include <dxs.h>
Inheritance diagram for KNS::Dxs:

Detailed Description
KNewStuff DXS proxy.This class serves as a direct proxy for all of the web service calls that are offered by servers implementing the DXS specification. The DXS proxy will use either SOAP or cDXS to communicate with the service.
This class is used internally by the DxsEngine class.
Definition at line 50 of file dxs.h.
Signals | |
void | signalCategories (QList< KNS::Category * > categories) |
void | signalChanges (QStringList comments) |
void | signalComment (bool success) |
void | signalComments (QStringList comments) |
void | signalEntries (KNS::Entry::List entries, Feed *feed) |
void | signalError () |
void | signalFault () |
void | signalHistory (QStringList entries) |
void | signalInfo (QString provider, QString server, QString version) |
void | signalRating (bool success) |
void | signalRemoval (bool success) |
void | signalSubscription (bool success) |
Public Member Functions | |
void | call_categories () |
void | call_changes (int id) |
void | call_comment (int id, QString comment) |
void | call_comments (int id) |
void | call_entries (QString category, QString feed) |
void | call_history (int id) |
void | call_info () |
void | call_rating (int id, int rating) |
void | call_removal (int id) |
void | call_subscription (int id, bool subscribe) |
Dxs (QObject *parent, KNS::Provider *provider) | |
Provider * | provider () |
void | setEndpoint (KUrl endpoint) |
~Dxs () |
Constructor & Destructor Documentation
Dxs::Dxs | ( | QObject * | parent, | |
KNS::Provider * | provider | |||
) |
Member Function Documentation
void Dxs::call_comment | ( | int | id, | |
QString | comment | |||
) |
void Dxs::call_rating | ( | int | id, | |
int | rating | |||
) |
void Dxs::call_subscription | ( | int | id, | |
bool | subscribe | |||
) |
void KNS::Dxs::signalCategories | ( | QList< KNS::Category * > | categories | ) | [signal] |
void KNS::Dxs::signalChanges | ( | QStringList | comments | ) | [signal] |
void KNS::Dxs::signalComment | ( | bool | success | ) | [signal] |
void KNS::Dxs::signalComments | ( | QStringList | comments | ) | [signal] |
void KNS::Dxs::signalEntries | ( | KNS::Entry::List | entries, | |
Feed * | feed | |||
) | [signal] |
void KNS::Dxs::signalError | ( | ) | [signal] |
void KNS::Dxs::signalFault | ( | ) | [signal] |
void KNS::Dxs::signalHistory | ( | QStringList | entries | ) | [signal] |
void KNS::Dxs::signalRating | ( | bool | success | ) | [signal] |
void KNS::Dxs::signalRemoval | ( | bool | success | ) | [signal] |
void KNS::Dxs::signalSubscription | ( | bool | success | ) | [signal] |
The documentation for this class was generated from the following files: