okteta
Kasten2::AbstractFileSystemSyncToRemoteJobPrivate Class Reference
#include <abstractfilesystemsynctoremotejob_p.h>
Inheritance diagram for Kasten2::AbstractFileSystemSyncToRemoteJobPrivate:

Public Member Functions | |
| AbstractFileSystemSyncToRemoteJobPrivate (AbstractFileSystemSyncToRemoteJob *parent, AbstractModelFileSystemSynchronizer *synchronizer) | |
| virtual | ~AbstractFileSystemSyncToRemoteJobPrivate () |
| void | completeWrite (bool success) |
| QFile * | file () const |
| void | start () |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
| void | syncToRemote () |
Public Member Functions inherited from Kasten2::AbstractSyncToRemoteJobPrivate | |
| AbstractSyncToRemoteJobPrivate (AbstractSyncToRemoteJob *parent) | |
| virtual | ~AbstractSyncToRemoteJobPrivate () |
Protected Attributes | |
| QFile * | mFile |
| AbstractModelFileSystemSynchronizer *const | mSynchronizer |
| QString | mWorkFilePath |
Protected Attributes inherited from Kasten2::AbstractSyncToRemoteJobPrivate | |
| AbstractSyncToRemoteJob *const | q_ptr |
Detailed Description
Definition at line 38 of file abstractfilesystemsynctoremotejob_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 68 of file abstractfilesystemsynctoremotejob_p.h.
|
virtual |
Member Function Documentation
| void Kasten2::AbstractFileSystemSyncToRemoteJobPrivate::completeWrite | ( | bool | success | ) |
|
inline |
Definition at line 75 of file abstractfilesystemsynctoremotejob_p.h.
|
inline |
Definition at line 82 of file abstractfilesystemsynctoremotejob_p.h.
|
inline |
Definition at line 77 of file abstractfilesystemsynctoremotejob_p.h.
| void Kasten2::AbstractFileSystemSyncToRemoteJobPrivate::syncToRemote | ( | ) |
Member Data Documentation
|
protected |
Definition at line 63 of file abstractfilesystemsynctoremotejob_p.h.
|
protected |
Definition at line 62 of file abstractfilesystemsynctoremotejob_p.h.
|
protected |
Definition at line 64 of file abstractfilesystemsynctoremotejob_p.h.
The documentation for this class was generated from the following file:
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