okteta
part.cpp
Go to the documentation of this file.
100 // mControllers.append( new ExportController(mProgram->viewManager(),mProgram->documentManager(),this) );
106 // mControllers.append( new Kasten2::InsertController(mProgram->viewManager(),mProgram->documentManager(),this) );
107 // mControllers.append( new Kasten2::CopyAsController(mProgram->viewManager(),mProgram->documentManager(),this) );
127 // addTool( new DocumentInfoToolView(new DocumentInfoTool(mProgram->documentManager()->syncManager())) );
159 Kasten2::ByteArrayRawFileSynchronizerFactory* synchronizerFactory = new Kasten2::ByteArrayRawFileSynchronizerFactory();
177 synchronizer->startSyncWithRemote( localFilePath(), Kasten2::AbstractModelSynchronizer::ReplaceRemote );
201 connect( mByteArrayView, SIGNAL(hasSelectedDataChanged(bool)), SIGNAL(hasSelectedDataChanged(bool)) );
void onDocumentLoaded(Kasten2::AbstractDocument *document)
Definition: part.cpp:184
virtual AbstractSyncWithRemoteJob * startSyncWithRemote(const KUrl &url, AbstractModelSynchronizer::ConnectOption option)=0
changes the
Definition: searchcontroller.h:47
Definition: abstractloadjob.h:40
Definition: zoomcontroller.h:43
Definition: kastencore.h:35
ByteArrayViewProfile::Id defaultViewProfileId() const
Definition: bytearrayviewprofilemanager.cpp:205
Kasten2::PrintController * printController() const
Definition: part.cpp:147
Definition: part.h:50
Definition: selectcontroller.h:43
Definition: versioncontroller.h:44
Definition: part.h:50
void hasSelectedDataChanged(bool hasSelectedData)
Definition: abstractdocument.h:43
Definition: replacecontroller.h:48
virtual AbstractLoadJob * startLoad(const KUrl &url)=0
Definition: printcontroller.h:41
virtual void setTargetModel(AbstractModel *model)
Definition: abstractcontroller.cpp:29
Definition: bytearraydocument.h:54
OktetaPart(QObject *parent, const KComponentData &componentData, Modus modus, Kasten2::ByteArrayViewProfileManager *viewProfileManager)
Definition: part.cpp:77
AbstractModelSynchronizer * synchronizer() const
Definition: abstractdocument.cpp:40
Definition: bytearrayview.h:51
virtual AbstractModelSynchronizer * createSynchronizer() const
Definition: bytearrayrawfilesynchronizerfactory.cpp:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.