KTextEditor::Editor Class Reference
KTextEditor::Editor This is just the dumb version of a KTextEditor::Document + View Usage: Load it, merge it's gui + be happy Extensibility: Use the KTextEditor::Document/View classes if you want advanced features, interfaces, ..., this class ist just a good edit widget replacement for apps which just need any kind of embedded edtor and don't care about using doc/view + interfaces. More...
#include <editor.h>
Inheritance diagram for KTextEditor::Editor:

Public Member Functions | |
Editor (QObject *parent=0, const char *name=0) | |
Create a new editor widget. | |
unsigned int | editorNumber () const |
Friends | |
class | PrivateEditor |
Detailed Description
KTextEditor::Editor This is just the dumb version of a KTextEditor::Document + View Usage: Load it, merge it's gui + be happy Extensibility: Use the KTextEditor::Document/View classes if you want advanced features, interfaces, ..., this class ist just a good edit widget replacement for apps which just need any kind of embedded edtor and don't care about using doc/view + interfaces.
Definition at line 37 of file editor.h.
Constructor & Destructor Documentation
|
Create a new editor widget.
Definition at line 193 of file ktexteditor.cpp. References KStdAccel::name(). |
The documentation for this class was generated from the following files: