|
MoleQueue 0.9.0
|
#include <requests.h>
Public Member Functions | |
| GetUserHostAssocRequest (Session *session, QObject *parentObject=0) | |
| UserHostAssocList | userHostAssocList () |
| Public Member Functions inherited from Request | |
| Request (Session *session, QObject *parentObject=0) | |
Protected Member Functions | |
| KDSoapJob * | createJob () |
Additional Inherited Members | |
| Public Slots inherited from Request | |
| void | submit () |
| qint64 | hostId () const |
| void | setHostId (qint64 id) |
| QString | userName () const |
| void | setUserName (const QString &user) |
| Signals inherited from Request | |
| void | finished () |
| void | error (const QString &errorString) |
| Protected Slots inherited from Request | |
| void | finished (KDSoapJob *job) |
| Protected Attributes inherited from Request | |
| Session * | m_session |
| KDSoapMessage | m_response |
| qint64 | m_hostID |
| QString | m_userName |
Concrete Request class for getUserHostAssoc message.
| GetUserHostAssocRequest | ( | Session * | session, |
| QObject * | parentObject = 0 ) |
| session | The UIT session. |
| parentObject | The parent object. |
| UserHostAssocList userHostAssocList | ( | ) |
Note: Will only produce a populated UserHostAssocList object after the finished() signal has been emitted.
|
protectedvirtual |
Overridden by subclasses to create appropriate KDSoapJob for this request.
Implements Request.