KTextEditor::Plugin Class Reference
#include <plugin.h>
Inherits TQObject.
Public Member Functions | |
Plugin (Document *document=0, const char *name=0) | |
unsigned int | pluginNumber () const |
Document * | document () const |
Friends | |
class | PrivatePlugin |
Detailed Description
Basic KTextEditor plugin class.
This plugin will be bound to a Document.
Constructor & Destructor Documentation
◆ Plugin()
Plugin::Plugin | ( | Document * | document = 0 , |
const char * | name = 0 |
||
) |
Definition at line 167 of file tdetexteditor.cpp.
◆ ~Plugin()
|
virtual |
Definition at line 175 of file tdetexteditor.cpp.
Member Function Documentation
◆ document()
Document * Plugin::document | ( | ) | const |
Definition at line 185 of file tdetexteditor.cpp.
◆ pluginNumber()
unsigned int Plugin::pluginNumber | ( | ) | const |
Definition at line 180 of file tdetexteditor.cpp.
Friends And Related Function Documentation
◆ PrivatePlugin
The documentation for this class was generated from the following files: