|
MoleQueue 0.9.0
|
#include <directorycreate.h>
Public Member Functions | |
| DirectoryCreate (Session *session, QObject *parentObject=0) | |
| void | start () |
| QString | directory () const |
| void | setDirectory (const QString &dir) |
| Public Member Functions inherited from FileSystemOperation | |
| FileSystemOperation (Session *session, QObject *parentObject=0) | |
| qint64 | hostId () const |
| void | setHostId (qint64 id) |
| QString | userName () const |
| void | setUserName (const QString &user) |
| const Job & | job () const |
| void | setJob (const Job &j) |
Additional Inherited Members | |
| Signals inherited from FileSystemOperation | |
| void | finished () |
| void | error (const QString &errorString) |
| Static Public Attributes inherited from FileSystemOperation | |
| static const QString | noSuchFileOrDir |
| Protected Slots inherited from FileSystemOperation | |
| virtual void | requestError (const QString &errorString) |
| Protected Attributes inherited from FileSystemOperation | |
| Session * | m_session |
| qint64 | m_hostID |
| QString | m_userName |
| Job | m_job |
File system operation to create a directory on a UIT host.
| DirectoryCreate | ( | Session * | session, |
| QObject * | parentObject = 0 ) |
| session | The UIT session. |
| parentObject | The parent object. |
|
virtual |
Implemented by subclasses, start the operation.
Implements FileSystemOperation.
| QString directory | ( | ) | const |
| void setDirectory | ( | const QString & | dir | ) |
| dir | The directory to create. |