KParts
KParts::GenericFactoryBase< T > Class Template Reference
#include <genericfactory.h>
Inheritance diagram for KParts::GenericFactoryBase< T >:

Public Member Functions | |
GenericFactoryBase () | |
virtual KComponentData | partComponentData () |
virtual | ~GenericFactoryBase () |
Static Public Member Functions | |
static KAboutData * | aboutData () |
static const KComponentData & | componentData () |
Protected Member Functions | |
virtual KComponentData * | createComponentData () |
Detailed Description
template<class T>
class KParts::GenericFactoryBase< T >
For internal use only.
Definition at line 35 of file genericfactory.h.
Constructor & Destructor Documentation
template<class T>
KParts::GenericFactoryBase< T >::GenericFactoryBase | ( | ) | [inline] |
Definition at line 38 of file genericfactory.h.
template<class T>
virtual KParts::GenericFactoryBase< T >::~GenericFactoryBase | ( | ) | [inline, virtual] |
Definition at line 44 of file genericfactory.h.
Member Function Documentation
template<class T >
KAboutData * KParts::GenericFactoryBase< T >::aboutData | ( | ) | [inline, static] |
template<class T >
const KComponentData & KParts::GenericFactoryBase< T >::componentData | ( | ) | [inline, static] |
template<class T>
virtual KComponentData* KParts::GenericFactoryBase< T >::createComponentData | ( | ) | [inline, protected, virtual] |
Definition at line 62 of file genericfactory.h.
template<class T>
virtual KComponentData KParts::GenericFactoryBase< T >::partComponentData | ( | ) | [inline, virtual] |
If you have a part contained in a shared library you might want to query for meta-information like the about-data, or the KComponentData in general.
If the part is exported using KParts::GenericFactory then this method will return the instance that belongs to the part without the need to instantiate the part component.
Reimplemented from KParts::Factory.
Definition at line 55 of file genericfactory.h.
The documentation for this class was generated from the following file: