KDevelop API Documentation

KNEditFactory Class Reference

This is a KTextEditor interface for nedit. More...

#include <kneditfactory.h>

Inheritance diagram for KNEditFactory:

Inheritance graph
[legend]
Collaboration diagram for KNEditFactory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KNEditFactory ()
virtual ~KNEditFactory ()
virtual KParts::PartcreatePartObject (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const char *classname, const QStringList &args)

Static Public Member Functions

const KAboutDataaboutData ()
KInstanceinstance ()

Static Private Attributes

KInstances_instance = 0
KAboutDatas_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.

Author(s):
Harald Fernengel

Maintainer(s):
Harald Fernengel

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

KNEditFactory::KNEditFactory  ) 
 

Definition at line 42 of file kneditfactory.cpp.

References s_instance.

KNEditFactory::~KNEditFactory  )  [virtual]
 

Definition at line 47 of file kneditfactory.cpp.

References KInstance::aboutData(), and s_instance.


Member Function Documentation

const KAboutData * KNEditFactory::aboutData  )  [static]
 

Definition at line 79 of file kneditfactory.cpp.

References KAboutData::addAuthor(), I18N_NOOP, and KAboutData::setTranslator().

Referenced by instance().

KParts::Part * KNEditFactory::createPartObject QWidget parentWidget,
const char *  widgetName,
QObject parent,
const char *  name,
const char *  classname,
const QStringList args
[virtual]
 

Implements KParts::Factory.

Definition at line 57 of file kneditfactory.cpp.

References KStandardDirs::findExe(), and KParts::ReadWritePart::setReadWrite().

KInstance * KNEditFactory::instance  )  [static]
 

Definition at line 72 of file kneditfactory.cpp.

References aboutData(), and s_instance.


Member Data Documentation

KAboutData* KNEditFactory::s_aboutData [static, private]
 

Definition at line 41 of file kneditfactory.h.

KInstance * KNEditFactory::s_instance = 0 [static, private]
 

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:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:44:33 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003