okteta
#include <abstractfilesystemloadjob.h>

Public Member Functions | |
| AbstractFileSystemLoadJob (AbstractModelFileSystemSynchronizer *synchronizer, const KUrl &url) | |
| virtual | ~AbstractFileSystemLoadJob () |
| virtual void | start () |
Public Member Functions inherited from Kasten2::AbstractLoadJob | |
| AbstractLoadJob () | |
| virtual | ~AbstractLoadJob () |
| AbstractDocument * | document () const |
Protected Member Functions | |
| QFile * | file () const |
| virtual void | setDocument (AbstractDocument *document) |
| virtual void | startLoadFromFile ()=0 |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
| KUrl | url () const |
Protected Member Functions inherited from Kasten2::AbstractLoadJob | |
| AbstractLoadJob (AbstractLoadJobPrivate *d) | |
Additional Inherited Members | |
Signals inherited from Kasten2::AbstractLoadJob | |
| void | documentLoaded (Kasten2::AbstractDocument *document) |
Protected Attributes inherited from Kasten2::AbstractLoadJob | |
| AbstractLoadJobPrivate *const | d_ptr |
Detailed Description
Definition at line 41 of file abstractfilesystemloadjob.h.
Constructor & Destructor Documentation
| Kasten2::AbstractFileSystemLoadJob::AbstractFileSystemLoadJob | ( | AbstractModelFileSystemSynchronizer * | synchronizer, |
| const KUrl & | url | ||
| ) |
Definition at line 31 of file abstractfilesystemloadjob.cpp.
|
virtual |
Definition at line 73 of file abstractfilesystemloadjob.cpp.
Member Function Documentation
|
protected |
Definition at line 51 of file abstractfilesystemloadjob.cpp.
|
protectedvirtual |
Reimplemented from Kasten2::AbstractLoadJob.
Definition at line 65 of file abstractfilesystemloadjob.cpp.
|
virtual |
Definition at line 58 of file abstractfilesystemloadjob.cpp.
|
protectedpure virtual |
Implemented in Kasten2::ByteArrayRawFileLoadJob.
|
protected |
Definition at line 37 of file abstractfilesystemloadjob.cpp.
|
protected |
Definition at line 44 of file abstractfilesystemloadjob.cpp.
The documentation for this class was generated from the following files:
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