okteta
#include <abstractfilesystemsyncwithremotejob_p.h>

Public Member Functions | |
| AbstractFileSystemSyncWithRemoteJobPrivate (AbstractFileSystemSyncWithRemoteJob *parent, AbstractModelFileSystemSynchronizer *synchronizer, const KUrl &url, AbstractModelSynchronizer::ConnectOption option) | |
| virtual | ~AbstractFileSystemSyncWithRemoteJobPrivate () |
| void | start () |
Public Member Functions inherited from Kasten2::AbstractSyncWithRemoteJobPrivate | |
| AbstractSyncWithRemoteJobPrivate (AbstractSyncWithRemoteJob *parent) | |
| virtual | ~AbstractSyncWithRemoteJobPrivate () |
Protected Member Functions | |
| void | completeSync (bool success) |
| QFile * | file () const |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
| void | syncWithRemote () |
Protected Attributes | |
| QFile * | mFile |
| const AbstractModelSynchronizer::ConnectOption | mOption |
| AbstractModelFileSystemSynchronizer *const | mSynchronizer |
| const KUrl | mUrl |
| QString | mWorkFilePath |
Protected Attributes inherited from Kasten2::AbstractSyncWithRemoteJobPrivate | |
| AbstractSyncWithRemoteJob *const | q_ptr |
Detailed Description
Definition at line 36 of file abstractfilesystemsyncwithremotejob_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 70 of file abstractfilesystemsyncwithremotejob_p.h.
|
inlinevirtual |
Definition at line 80 of file abstractfilesystemsyncwithremotejob_p.h.
Member Function Documentation
|
protected |
|
inlineprotected |
Definition at line 82 of file abstractfilesystemsyncwithremotejob_p.h.
|
inline |
Definition at line 89 of file abstractfilesystemsyncwithremotejob_p.h.
|
inlineprotected |
Definition at line 84 of file abstractfilesystemsyncwithremotejob_p.h.
|
protected |
Member Data Documentation
|
protected |
Definition at line 65 of file abstractfilesystemsyncwithremotejob_p.h.
|
protected |
Definition at line 64 of file abstractfilesystemsyncwithremotejob_p.h.
|
protected |
Definition at line 62 of file abstractfilesystemsyncwithremotejob_p.h.
|
protected |
Definition at line 63 of file abstractfilesystemsyncwithremotejob_p.h.
|
protected |
Definition at line 66 of file abstractfilesystemsyncwithremotejob_p.h.
The documentation for this class was generated from the following file:
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