QEditorPartFactory Class Reference
#include <qeditor_factory.h>
Inheritance diagram for QEditorPartFactory:


Public Member Functions | |
QEditorPartFactory (bool clone=false) | |
virtual | ~QEditorPartFactory () |
virtual KParts::Part * | createPartObject (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const char *classname, const QStringList &args) |
Static Public Member Functions | |
KInstance * | instance () |
const QPtrList< class QEditorPart > & | documents () |
void | registerDocument (class QEditorPart *doc) |
void | deregisterDocument (class QEditorPart *doc) |
const QPtrList< class QEditorView > & | views () |
void | registerView (class QEditorView *view) |
void | deregisterView (class QEditorView *view) |
KTrader::OfferList * | plugins () |
Static Private Member Functions | |
void | ref () |
void | deref () |
Static Private Attributes | |
unsigned long | s_refcnt = 0 |
QEditorPartFactory * | s_self = 0 |
QPtrList< class QEditorPart > * | s_documents = 0 |
QPtrList< class QEditorView > * | s_views = 0 |
KInstance * | s_instance = 0 |
KAboutData * | s_about = 0 |
KTrader::OfferList * | s_plugins = 0 |
Constructor & Destructor Documentation
|
Definition at line 54 of file qeditor_factory.cpp. References ref(). |
|
Definition at line 63 of file qeditor_factory.cpp. References deref(), s_about, s_documents, s_instance, s_plugins, s_refcnt, s_self, and s_views. |
Member Function Documentation
|
Implements KParts::Factory. Definition at line 119 of file qeditor_factory.cpp. References KParts::ReadWritePart::setReadWrite(). |
|
Definition at line 110 of file qeditor_factory.cpp. References s_refcnt, and s_self. Referenced by deregisterDocument(), deregisterView(), and ~QEditorPartFactory(). |
|
Definition at line 145 of file qeditor_factory.cpp. References deref(), and s_documents. Referenced by QEditorPart::~QEditorPart(). |
|
Definition at line 173 of file qeditor_factory.cpp. References deref(), and s_views. Referenced by QEditorView::~QEditorView(). |
|
Definition at line 217 of file qeditor_factory.cpp. |
|
Definition at line 197 of file qeditor_factory.cpp. References KAboutData::addAuthor(), I18N_NOOP, s_about, s_instance, and s_self. Referenced by CIndent::CIndent(), OCamlColorizer::OCamlColorizer(), QSourceColorizer::QSourceColorizer(), QSourceColorizer::updateStyles(), CIndent::~CIndent(), OCamlColorizer::~OCamlColorizer(), and QSourceColorizer::~QSourceColorizer(). |
|
Definition at line 189 of file qeditor_factory.cpp. References s_plugins. |
|
Definition at line 100 of file qeditor_factory.cpp. References s_refcnt, and s_self. Referenced by QEditorPartFactory(), registerDocument(), and registerView(). |
|
Definition at line 133 of file qeditor_factory.cpp. References ref(), and s_documents. Referenced by QEditorPart::QEditorPart(). |
|
Definition at line 161 of file qeditor_factory.cpp. References ref(), and s_views. Referenced by QEditorView::QEditorView(). |
|
Definition at line 222 of file qeditor_factory.cpp. |
Member Data Documentation
|
Definition at line 41 of file qeditor_factory.cpp. Referenced by instance(), and ~QEditorPartFactory(). |
|
Definition at line 42 of file qeditor_factory.cpp. Referenced by deregisterDocument(), registerDocument(), and ~QEditorPartFactory(). |
|
Definition at line 40 of file qeditor_factory.cpp. Referenced by instance(), and ~QEditorPartFactory(). |
|
Definition at line 44 of file qeditor_factory.cpp. Referenced by plugins(), and ~QEditorPartFactory(). |
|
Definition at line 39 of file qeditor_factory.cpp. Referenced by deref(), ref(), and ~QEditorPartFactory(). |
|
Definition at line 38 of file qeditor_factory.cpp. Referenced by deref(), instance(), ref(), and ~QEditorPartFactory(). |
|
Definition at line 43 of file qeditor_factory.cpp. Referenced by deregisterView(), registerView(), and ~QEditorPartFactory(). |
The documentation for this class was generated from the following files:
- editors/qeditor/qeditor_factory.h
- editors/qeditor/qeditor_factory.cpp