KParts
#include <genericfactory.h>

Public Member Functions | |
| GenericFactoryBase () | |
| virtual | ~GenericFactoryBase () |
| virtual KComponentData | partComponentData () |
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 >
Definition at line 35 of file genericfactory.h.
Constructor & Destructor Documentation
| KParts::GenericFactoryBase< T >::GenericFactoryBase | ( | ) | [inline] |
Definition at line 38 of file genericfactory.h.
| virtual KParts::GenericFactoryBase< T >::~GenericFactoryBase | ( | ) | [inline, virtual] |
Definition at line 46 of file genericfactory.h.
Member Function Documentation
| KAboutData * KParts::GenericFactoryBase< T >::aboutData | ( | ) | [static] |
Definition at line 202 of file genericfactory.h.
| const KComponentData & KParts::GenericFactoryBase< T >::componentData | ( | ) | [static] |
Definition at line 186 of file genericfactory.h.
| virtual KComponentData* KParts::GenericFactoryBase< T >::createComponentData | ( | ) | [inline, protected, virtual] |
Definition at line 64 of file genericfactory.h.
| 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 57 of file genericfactory.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:37:16 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.