okteta
bytearrayrawfilereloadjob.cpp
Go to the documentation of this file.
41 ByteArrayRawFileReloadJob::ByteArrayRawFileReloadJob( ByteArrayRawFileSynchronizer *synchronizer )
48 ByteArrayRawFileReloadThread* reloadThread = new ByteArrayRawFileReloadThread( this, /*document, */file() );
51 QCoreApplication::processEvents( QEventLoop::ExcludeUserInputEvents | QEventLoop::ExcludeSocketNotifiers, 100 );
57 Okteta::PieceTableByteArrayModel *byteArray = qobject_cast<Okteta::PieceTableByteArrayModel*>( document->content() );
void completeRead(bool success)
Definition: abstractfilesystemsyncfromremotejob.cpp:56
virtual AbstractDocument * document() const =0
virtual void startReadFromFile()
Definition: bytearrayrawfilereloadjob.cpp:45
ByteArrayRawFileReloadJob(ByteArrayRawFileSynchronizer *synchronizer)
Definition: bytearrayrawfilereloadjob.cpp:41
AbstractModelFileSystemSynchronizer * synchronizer() const
Definition: abstractfilesystemsyncfromremotejob.cpp:36
virtual Okteta::AbstractByteArrayModel * content() const
Definition: bytearraydocument.cpp:61
QFile * file() const
Definition: abstractfilesystemsyncfromremotejob.cpp:42
Definition: bytearraydocument.h:54
void setData(const QByteArray &data)
Definition: piecetablebytearraymodel.cpp:51
virtual ~ByteArrayRawFileReloadJob()
Definition: bytearrayrawfilereloadjob.cpp:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 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:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.