okteta
mobileshellwindow.cpp
Go to the documentation of this file.
35 MobileShellWindow::MobileShellWindow( DocumentManager* documentManager/*, ViewManager *viewManager*/ )
Definition: abstractview.h:38
bool canClose(AbstractDocument *document)
Definition: documentmanager.cpp:127
AbstractToolView * toolView() const
Definition: toolviewdockwidget.h:58
void addActionController(AbstractActionController *controller)
Definition: mobileshellwindow.cpp:68
virtual AbstractTool * tool() const =0
MobileShellWindow(DocumentManager *documentManager)
Definition: mobileshellwindow.cpp:35
virtual void setTargetModel(AbstractModel *model)=0
virtual ~MobileShellWindow()
Definition: mobileshellwindow.cpp:81
T findBaseModel() const
returns the first baseModel which is of type T, or null if none is found.
Definition: abstractmodel.h:93
void updateControllers(AbstractView *view)
Definition: shellwindow.cpp:79
Definition: abstractdocument.h:43
virtual QWidget * widget() const =0
virtual void setTargetModel(AbstractModel *model)
Definition: abstractcontroller.cpp:29
QList< AbstractActionController * > mControllers
Definition: mobileshellwindow.h:63
Definition: documentmanager.h:44
DocumentManager * mDocumentManager
Definition: mobileshellwindow.h:59
void setView(AbstractView *view)
Definition: mobileshellwindow.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.