okteta
mobile/program/mainwindow.cpp
Go to the documentation of this file.
103 : MobileShellWindow( program->documentManager()/*, program->viewManager()*/ ), mProgram( program )
112 // all controllers which use plugActionList have to do so after(!) setupGUI() or their entries will be removed
115 // addXmlGuiController( new ViewListMenuController(mProgram->viewManager(),mGroupedViews,this) );
121 // addXmlGuiController( new CreatorController(mProgram->viewManager(),mProgram->documentManager(),this) );
122 addActionController( new LoaderActionController(mProgram->documentManager()->syncManager(),menuBar()) );
124 addXmlGuiController( new SetRemoteController(mProgram->documentManager()->syncManager(),this) );
125 addXmlGuiController( new SynchronizeController(mProgram->documentManager()->syncManager(),this) );
126 addXmlGuiController( new ExportController(mProgram->viewManager(),mProgram->documentManager(),this) );
138 addXmlGuiController( new InsertController(mProgram->viewManager(),mProgram->documentManager(),this) );
139 addXmlGuiController( new CopyAsController(mProgram->viewManager(),mProgram->documentManager(),this) );
141 addTool( new FileSystemBrowserToolView(new FileSystemBrowserTool( mProgram->documentManager() )) );
166 addTool( new DocumentInfoToolView(new DocumentInfoTool(mProgram->documentManager()->syncManager())) );
Definition: bytetabletool.h:44
Definition: versionviewtool.h:37
void addActionController(AbstractActionController *controller)
Definition: mobileshellwindow.cpp:68
Definition: insertcontroller.h:46
Definition: poddecodertool.h:51
Definition: statusbar.h:40
Definition: searchcontroller.h:47
Definition: quitcontroller.h:40
Definition: zoomcontroller.h:43
DocumentManager * documentManager()
Definition: mobile/program/program.h:72
Definition: zoombarcontroller.h:42
OktetaMainWindow(OktetaProgram *program)
Definition: mobile/program/mainwindow.cpp:102
Definition: documentstool.h:38
virtual void readProperties(const KConfigGroup &configGroup)
Definition: mobile/program/mainwindow.cpp:186
void addXmlGuiController(AbstractXmlGuiController *controller)
Definition: shellwindow.cpp:58
virtual ~OktetaMainWindow()
Definition: mobile/program/mainwindow.cpp:206
Definition: terminaltool.h:41
Definition: copyascontroller.h:46
Definition: infotoolview.h:39
Definition: bookmarkstool.h:47
OktetaProgram * mProgram
Definition: mobile/program/mainwindow.h:52
Definition: selectcontroller.h:43
Definition: versioncontroller.h:44
Definition: checksumtool.h:51
Definition: terminaltoolview.h:39
Definition: infotool.h:48
Definition: bookmarkstoolview.h:39
Definition: mobileshellwindow.h:41
static const char LoadedUrlsKey[]
Definition: mobile/program/mainwindow.cpp:100
Definition: filtertool.h:47
Definition: documentinfotool.h:49
virtual void saveProperties(KConfigGroup &configGroup)
Definition: mobile/program/mainwindow.cpp:178
Definition: replacecontroller.h:48
Definition: exportcontroller.h:46
Definition: filtertoolview.h:39
Definition: printcontroller.h:41
Definition: bytetabletoolview.h:38
void setupControllers()
Definition: mobile/program/mainwindow.cpp:118
Definition: structtoolview.h:36
Definition: checksumtoolview.h:39
DocumentSyncManager * syncManager()
Definition: documentmanager.h:108
DocumentCreateManager * createManager()
Definition: documentmanager.h:107
DocumentManager * mDocumentManager
Definition: mobileshellwindow.h:59
Definition: structtool.h:49
Definition: documentstoolview.h:39
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.