interfaces
plugin.h File Reference
#include <qobject.h>
#include <kdelibs_export.h>
Include dependency graph for plugin.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KTextEditor::Plugin |
Basic KTextEditor plugin class. More... | |
class | KTextEditor::PluginViewInterface |
View plugin class. More... | |
Namespaces | |
namespace | KTextEditor |
Functions | |
KTEXTEDITOR_EXPORT Plugin * | KTextEditor::createPlugin (const char *libname, Document *document=0, const char *name=0) |
KTEXTEDITOR_EXPORT PluginViewInterface * | KTextEditor::pluginViewInterface (Plugin *plugin) |