KNEditFactory Class Reference
This is a KTextEditor interface for nedit. More...
#include <kneditfactory.h>
Inheritance diagram for KNEditFactory:


Public Member Functions | |
KNEditFactory () | |
virtual | ~KNEditFactory () |
virtual KParts::Part * | createPartObject (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const char *classname, const QStringList &args) |
Static Public Member Functions | |
const KAboutData * | aboutData () |
KInstance * | instance () |
Static Private Attributes | |
KInstance * | s_instance = 0 |
KAboutData * | s_aboutData |
Detailed Description
This is a KTextEditor interface for nedit.It is very basic and doesn't really embed well into KDevelop, that's why it is disabled by default.
I'm waiting for the NEdit guys to provide two-way communication between the embedding app and NEdit in order to get it usable.
- Feature(s):
- A KTextEditor interface for nedit (to embed it in KDevelop)
Take a look at Editors Support Status (doc/api/EditorsSupportStatus.dox file) to see the current status/features of this editor.
- Requirement(s):
- NEdit
Definition at line 27 of file kneditfactory.h.
Constructor & Destructor Documentation
|
Definition at line 42 of file kneditfactory.cpp. References s_instance. |
|
Definition at line 47 of file kneditfactory.cpp. References KInstance::aboutData(), and s_instance. |
Member Function Documentation
|
Definition at line 79 of file kneditfactory.cpp. References KAboutData::addAuthor(), I18N_NOOP, and KAboutData::setTranslator(). Referenced by instance(). |
|
Implements KParts::Factory. Definition at line 57 of file kneditfactory.cpp. References KStandardDirs::findExe(), and KParts::ReadWritePart::setReadWrite(). |
|
Definition at line 72 of file kneditfactory.cpp. References aboutData(), and s_instance. |
Member Data Documentation
|
Definition at line 41 of file kneditfactory.h. |
|
Definition at line 40 of file kneditfactory.cpp. Referenced by instance(), KNEditFactory(), and ~KNEditFactory(). |
The documentation for this class was generated from the following files:
- editors/nedit/kneditfactory.h
- editors/nedit/kneditfactory.cpp