okteta
AbstractFileSystemSyncWithRemoteJob Class Reference
#include <abstractfilesystemsyncwithremotejob.h>

Detailed Description
Definition at line 35 of file abstractfilesystemsyncwithremotejob.h.
Public Member Functions | |
| AbstractFileSystemSyncWithRemoteJob (AbstractModelFileSystemSynchronizer *synchronizer, const KUrl &url, AbstractModelSynchronizer::ConnectOption option) | |
| virtual void | start () |
| virtual | ~AbstractFileSystemSyncWithRemoteJob () |
Protected Slots | |
| void | syncWithRemote () |
Protected Member Functions | |
| void | completeSync (bool success) |
| virtual void | startSyncWithRemote ()=0 |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
| QWidget * | widget () const |
| QString | workFilePath () const |
Protected Attributes | |
| Private *const | d |
Constructor & Destructor Documentation
| AbstractFileSystemSyncWithRemoteJob::AbstractFileSystemSyncWithRemoteJob | ( | AbstractModelFileSystemSynchronizer * | synchronizer, | |
| const KUrl & | url, | |||
| AbstractModelSynchronizer::ConnectOption | option | |||
| ) |
Definition at line 93 of file abstractfilesystemsyncwithremotejob.cpp.
| AbstractFileSystemSyncWithRemoteJob::~AbstractFileSystemSyncWithRemoteJob | ( | ) | [virtual] |
Definition at line 201 of file abstractfilesystemsyncwithremotejob.cpp.
Member Function Documentation
| void AbstractFileSystemSyncWithRemoteJob::completeSync | ( | bool | success | ) | [protected] |
Definition at line 151 of file abstractfilesystemsyncwithremotejob.cpp.
| void AbstractFileSystemSyncWithRemoteJob::start | ( | ) | [virtual] |
Definition at line 105 of file abstractfilesystemsyncwithremotejob.cpp.
| virtual void AbstractFileSystemSyncWithRemoteJob::startSyncWithRemote | ( | ) | [protected, pure virtual] |
Implemented in ByteArrayRawFileWriteToJob.
| AbstractModelFileSystemSynchronizer * AbstractFileSystemSyncWithRemoteJob::synchronizer | ( | ) | const [protected] |
Definition at line 98 of file abstractfilesystemsyncwithremotejob.cpp.
| void AbstractFileSystemSyncWithRemoteJob::syncWithRemote | ( | ) | [protected, slot] |
Definition at line 110 of file abstractfilesystemsyncwithremotejob.cpp.
| QWidget * AbstractFileSystemSyncWithRemoteJob::widget | ( | ) | const [protected] |
Definition at line 103 of file abstractfilesystemsyncwithremotejob.cpp.
| QString AbstractFileSystemSyncWithRemoteJob::workFilePath | ( | ) | const [protected] |
Definition at line 102 of file abstractfilesystemsyncwithremotejob.cpp.
Member Data Documentation
Private* const AbstractFileSystemSyncWithRemoteJob::d [protected] |
Reimplemented from AbstractSyncWithRemoteJob.
Definition at line 62 of file abstractfilesystemsyncwithremotejob.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference