KNewStuff
KNS::Dxs Class Reference
#include <dxs.h>
Inheritance diagram for KNS::Dxs:
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 | |
Dxs (QObject *parent, KNS::Provider *provider) | |
~Dxs () | |
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) |
Provider * | provider () |
void | setEndpoint (KUrl endpoint) |
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.
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 | ||
) |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.