okteta
#include <abstractfilesystemsyncfromremotejob_p.h>

Public Member Functions | |
| AbstractFileSystemSyncFromRemoteJobPrivate (AbstractFileSystemSyncFromRemoteJob *parent, AbstractModelFileSystemSynchronizer *synchronizer) | |
| virtual | ~AbstractFileSystemSyncFromRemoteJobPrivate () |
| void | completeRead (bool success) |
| QFile * | file () const |
| void | start () |
| void | syncFromRemote () |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
Public Member Functions inherited from Kasten2::AbstractSyncFromRemoteJobPrivate | |
| AbstractSyncFromRemoteJobPrivate (AbstractSyncFromRemoteJob *parent) | |
| virtual | ~AbstractSyncFromRemoteJobPrivate () |
Protected Attributes | |
| QFile * | mFile |
| AbstractModelFileSystemSynchronizer * | mSynchronizer |
| QString | mWorkFilePath |
Protected Attributes inherited from Kasten2::AbstractSyncFromRemoteJobPrivate | |
| AbstractSyncFromRemoteJob *const | q_ptr |
Detailed Description
Definition at line 39 of file abstractfilesystemsyncfromremotejob_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 69 of file abstractfilesystemsyncfromremotejob_p.h.
|
inlinevirtual |
Definition at line 77 of file abstractfilesystemsyncfromremotejob_p.h.
Member Function Documentation
| void Kasten2::AbstractFileSystemSyncFromRemoteJobPrivate::completeRead | ( | bool | success | ) |
|
inline |
Definition at line 79 of file abstractfilesystemsyncfromremotejob_p.h.
|
inline |
Definition at line 86 of file abstractfilesystemsyncfromremotejob_p.h.
| void Kasten2::AbstractFileSystemSyncFromRemoteJobPrivate::syncFromRemote | ( | ) |
|
inline |
Definition at line 81 of file abstractfilesystemsyncfromremotejob_p.h.
Member Data Documentation
|
protected |
Definition at line 65 of file abstractfilesystemsyncfromremotejob_p.h.
|
protected |
Definition at line 63 of file abstractfilesystemsyncfromremotejob_p.h.
|
protected |
Definition at line 64 of file abstractfilesystemsyncfromremotejob_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