#include <requests.h>
Public Member Functions | |
StatFileRequest (Session *session, QObject *parentObject=0) | |
Job | job () const |
void | setJob (const Job &j) |
QString | filename () const |
void | setFilename (QString name) |
QString | output () |
bool | exists () |
![]() | |
Request (Session *session, QObject *parentObject=0) | |
Protected Member Functions | |
KDSoapJob * | createJob () |
Additional Inherited Members | |
![]() | |
void | submit () |
qint64 | hostId () const |
void | setHostId (qint64 id) |
QString | userName () const |
void | setUserName (const QString &user) |
![]() | |
void | finished () |
void | error (const QString &errorString) |
![]() | |
void | finished (KDSoapJob *job) |
![]() | |
Session * | m_session |
KDSoapMessage | m_response |
qint64 | m_hostID |
QString | m_userName |
Concrete Request class for statFile message.
StatFileRequest | ( | Session * | session, |
QObject * | parentObject = 0 |
||
) |
session | The UIT session. |
parentObject | The parent object. |
Job job | ( | ) | const |
void setJob | ( | const Job & | j | ) |
The | job associated with this request. |
|
protectedvirtual |
Overridden by subclasses to create appropriate KDSoapJob for this request.
Implements Request.