KDECore
KGenericFactoryBase< T > Class Template Reference
#include <kgenericfactory.h>
Inheritance diagram for KGenericFactoryBase< T >:
Public Member Functions | |
| KGenericFactoryBase (const KAboutData *data) | |
| KGenericFactoryBase (const char *componentName, const char *catalogName) | |
| virtual | ~KGenericFactoryBase () |
Static Public Member Functions | |
| static KComponentData | componentData () |
Protected Member Functions | |
| virtual KComponentData * | createComponentData () |
Detailed Description
template<class T>
class KGenericFactoryBase< T >
Definition at line 34 of file kgenericfactory.h.
Constructor & Destructor Documentation
template<class T>
| KGenericFactoryBase< T >::KGenericFactoryBase | ( | const char * | componentName, | |
| const char * | catalogName | |||
| ) | [inline, explicit] |
Definition at line 37 of file kgenericfactory.h.
template<class T>
| KGenericFactoryBase< T >::KGenericFactoryBase | ( | const KAboutData * | data | ) | [inline, explicit] |
Definition at line 44 of file kgenericfactory.h.
template<class T>
| virtual KGenericFactoryBase< T >::~KGenericFactoryBase | ( | ) | [inline, virtual] |
Definition at line 51 of file kgenericfactory.h.
Member Function Documentation
template<class T>
| static KComponentData KGenericFactoryBase< T >::componentData | ( | ) | [inline, static] |
Definition at line 56 of file kgenericfactory.h.
template<class T>
| virtual KComponentData* KGenericFactoryBase< T >::createComponentData | ( | ) | [inline, protected, virtual] |
Definition at line 71 of file kgenericfactory.h.
The documentation for this class was generated from the following file:
KDE 4.3 API Reference