okteta
Kasten2::AbstractFileSystemSyncWithRemoteJob Class Referenceabstract
#include <abstractfilesystemsyncwithremotejob.h>
Inheritance diagram for Kasten2::AbstractFileSystemSyncWithRemoteJob:

Public Member Functions | |
| AbstractFileSystemSyncWithRemoteJob (AbstractModelFileSystemSynchronizer *synchronizer, const KUrl &url, AbstractModelSynchronizer::ConnectOption option) | |
| virtual | ~AbstractFileSystemSyncWithRemoteJob () |
| virtual void | start () |
Public Member Functions inherited from Kasten2::AbstractSyncWithRemoteJob | |
| AbstractSyncWithRemoteJob () | |
| virtual | ~AbstractSyncWithRemoteJob () |
Protected Member Functions | |
| void | completeSync (bool success) |
| QFile * | file () const |
| virtual void | startSyncWithRemote ()=0 |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
Protected Member Functions inherited from Kasten2::AbstractSyncWithRemoteJob | |
| AbstractSyncWithRemoteJob (AbstractSyncWithRemoteJobPrivate *d) | |
Additional Inherited Members | |
Protected Attributes inherited from Kasten2::AbstractSyncWithRemoteJob | |
| AbstractSyncWithRemoteJobPrivate *const | d_ptr |
Detailed Description
Definition at line 42 of file abstractfilesystemsyncwithremotejob.h.
Constructor & Destructor Documentation
| Kasten2::AbstractFileSystemSyncWithRemoteJob::AbstractFileSystemSyncWithRemoteJob | ( | AbstractModelFileSystemSynchronizer * | synchronizer, |
| const KUrl & | url, | ||
| AbstractModelSynchronizer::ConnectOption | option | ||
| ) |
Definition at line 31 of file abstractfilesystemsyncwithremotejob.cpp.
|
virtual |
Definition at line 63 of file abstractfilesystemsyncwithremotejob.cpp.
Member Function Documentation
|
protected |
Definition at line 56 of file abstractfilesystemsyncwithremotejob.cpp.
|
protected |
Definition at line 42 of file abstractfilesystemsyncwithremotejob.cpp.
|
virtual |
Definition at line 49 of file abstractfilesystemsyncwithremotejob.cpp.
|
protectedpure virtual |
Implemented in Kasten2::ByteArrayRawFileWriteToJob.
|
protected |
Definition at line 36 of file abstractfilesystemsyncwithremotejob.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from