KTextEditor::Editor Class Reference
#include <editor.h>
Inheritance diagram for KTextEditor::Editor:

Public Member Functions | |
Editor (TQObject *parent=0, const char *name=0) | |
unsigned int | editorNumber () const |
Friends | |
class | PrivateEditor |
Detailed Description
This is a simplfied version of the Document & View classes Usage: Load it, merge it's gui + be happy Extensibility: Use the Document / View classes if you want advanced features, interfaces, etc.
This class is just a good text editor widget replacement for applications which just need an embedded text edtor and are not interested in using advanced interfaces.
Constructor & Destructor Documentation
◆ Editor()
Editor::Editor | ( | TQObject * | parent = 0 , |
const char * | name = 0 |
||
) |
Create a new editor widget.
Definition at line 205 of file tdetexteditor.cpp.
◆ ~Editor()
|
virtual |
Definition at line 211 of file tdetexteditor.cpp.
Member Function Documentation
◆ editorNumber()
unsigned int Editor::editorNumber | ( | ) | const |
Definition at line 215 of file tdetexteditor.cpp.
Friends And Related Function Documentation
◆ PrivateEditor
The documentation for this class was generated from the following files: