KTextEditor
plugin.h
Go to the documentation of this file.
KTEXTEDITOR_EXPORT_DEPRECATED Plugin * createPlugin(KService::Ptr service, QObject *parent)
Create a plugin represented by service with parent object parent.
Definition: ktexteditor.cpp:148
A KParts derived class representing a text document.
Definition: document.h:111
virtual void removeView(View *view)
This method is called whenever the plugin should remove its GUI from view.
Definition: plugin.h:187
virtual void addDocument(Document *document)
Add a new document to the plugin.
Definition: plugin.h:141
virtual void addView(View *view)
This method is called whenever the plugin should add its GUI to view.
Definition: plugin.h:175
#define KTEXTEDITOR_EXPORT_DEPRECATED
Definition: ktexteditor_export.h:41
A text widget with KXMLGUIClient that represents a Document.
Definition: view.h:145
virtual void removeDocument(Document *document)
Remove the document from the plugin.
Definition: plugin.h:154
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:41 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 22:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.