okteta
Kasten2::ByteArrayRawFileLoadJob Class Reference
#include <bytearrayrawfileloadjob.h>
Inheritance diagram for Kasten2::ByteArrayRawFileLoadJob:

Public Member Functions | |
| ByteArrayRawFileLoadJob (ByteArrayRawFileSynchronizer *synchronizer, const KUrl &url) | |
| virtual | ~ByteArrayRawFileLoadJob () |
Public Member Functions inherited from Kasten2::AbstractFileSystemLoadJob | |
| 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 | |
| virtual void | startLoadFromFile () |
Protected Member Functions inherited from Kasten2::AbstractFileSystemLoadJob | |
| QFile * | file () const |
| virtual void | setDocument (AbstractDocument *document) |
| AbstractModelFileSystemSynchronizer * | synchronizer () const |
| KUrl | url () const |
Protected Member Functions inherited from Kasten2::AbstractLoadJob | |
| AbstractLoadJob (AbstractLoadJobPrivate *d) | |
Protected Attributes | |
| ByteArrayRawFileLoadThread * | mLoadThread |
Protected Attributes inherited from Kasten2::AbstractLoadJob | |
| AbstractLoadJobPrivate *const | d_ptr |
Additional Inherited Members | |
Signals inherited from Kasten2::AbstractLoadJob | |
| void | documentLoaded (Kasten2::AbstractDocument *document) |
Detailed Description
Definition at line 36 of file bytearrayrawfileloadjob.h.
Constructor & Destructor Documentation
| Kasten2::ByteArrayRawFileLoadJob::ByteArrayRawFileLoadJob | ( | ByteArrayRawFileSynchronizer * | synchronizer, |
| const KUrl & | url | ||
| ) |
Definition at line 39 of file bytearrayrawfileloadjob.cpp.
|
virtual |
Definition at line 68 of file bytearrayrawfileloadjob.cpp.
Member Function Documentation
|
protectedvirtual |
Implements Kasten2::AbstractFileSystemLoadJob.
Definition at line 43 of file bytearrayrawfileloadjob.cpp.
Member Data Documentation
|
protected |
Definition at line 51 of file bytearrayrawfileloadjob.h.
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