KNS::Dxs Class Reference
KNewStuff DXS proxy.
More...
#include <dxs.h>
List of all members.
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.
For internal use only.
Definition at line 48 of file dxs.h.
Constructor & Destructor Documentation
Member Function Documentation
void Dxs::call_categories |
( |
|
) |
|
void Dxs::call_changes |
( |
int |
id |
) |
|
- Parameters:
-
Definition at line 104 of file dxs.cpp.
void Dxs::call_comment |
( |
int |
id, |
|
|
QString |
comment | |
|
) |
| | |
- Parameters:
-
Definition at line 152 of file dxs.cpp.
void Dxs::call_comments |
( |
int |
id |
) |
|
- Parameters:
-
Definition at line 92 of file dxs.cpp.
- Parameters:
-
Definition at line 73 of file dxs.cpp.
void Dxs::call_history |
( |
int |
id |
) |
|
- Parameters:
-
Definition at line 115 of file dxs.cpp.
void Dxs::call_rating |
( |
int |
id, |
|
|
int |
rating | |
|
) |
| | |
Change the rating.
- Parameters:
-
Definition at line 168 of file dxs.cpp.
void Dxs::call_removal |
( |
int |
id |
) |
|
- Parameters:
-
Definition at line 126 of file dxs.cpp.
void Dxs::call_subscription |
( |
int |
id, |
|
|
bool |
subscribe | |
|
) |
| | |
- Parameters:
-
Definition at line 137 of file dxs.cpp.
void Dxs::setEndpoint |
( |
KUrl |
endpoint |
) |
|
void KNS::Dxs::signalChanges |
( |
QStringList |
comments |
) |
[signal] |
void KNS::Dxs::signalComment |
( |
bool |
success |
) |
[signal] |
void KNS::Dxs::signalComments |
( |
QStringList |
comments |
) |
[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: