interfaces
KTextEditor::PluginViewInterface Class Reference
View plugin class. More...
#include <plugin.h>
Public Member Functions | |
virtual void | addView (View *)=0 |
PluginViewInterface () | |
unsigned int | pluginViewInterfaceNumber () const |
virtual void | removeView (View *)=0 |
virtual | ~PluginViewInterface () |
Detailed Description
View plugin class.This plugin will be bound to a View
Definition at line 62 of file plugin.h.
Constructor & Destructor Documentation
PluginViewInterface::PluginViewInterface | ( | ) |
Definition at line 179 of file ktexteditor.cpp.
PluginViewInterface::~PluginViewInterface | ( | ) | [virtual] |
Definition at line 185 of file ktexteditor.cpp.
Member Function Documentation
virtual void KTextEditor::PluginViewInterface::addView | ( | View * | ) | [pure virtual] |
unsigned int PluginViewInterface::pluginViewInterfaceNumber | ( | ) | const |
Definition at line 189 of file ktexteditor.cpp.
virtual void KTextEditor::PluginViewInterface::removeView | ( | View * | ) | [pure virtual] |
The documentation for this class was generated from the following files: