KDECore
KGenericFactoryBase< T > Class Template Reference
#include <kgenericfactory.h>
Inheritance diagram for KGenericFactoryBase< T >:
Public Member Functions | |
KGenericFactoryBase (const KAboutData *data) | |
KGenericFactoryBase (const char *instanceName) | |
virtual | ~KGenericFactoryBase () |
Static Public Member Functions | |
static KInstance * | instance () |
Protected Member Functions | |
virtual KInstance * | createInstance () |
void | initializeMessageCatalogue () |
virtual void | setupTranslations (void) |
Detailed Description
template<class T>
class KGenericFactoryBase< T >
Definition at line 32 of file kgenericfactory.h.
Constructor & Destructor Documentation
template<class T>
KGenericFactoryBase< T >::KGenericFactoryBase | ( | const char * | instanceName | ) | [inline] |
Definition at line 35 of file kgenericfactory.h.
template<class T>
KGenericFactoryBase< T >::KGenericFactoryBase | ( | const KAboutData * | data | ) | [inline] |
Definition at line 42 of file kgenericfactory.h.
template<class T>
virtual KGenericFactoryBase< T >::~KGenericFactoryBase | ( | ) | [inline, virtual] |
Definition at line 49 of file kgenericfactory.h.
Member Function Documentation
template<class T>
virtual KInstance* KGenericFactoryBase< T >::createInstance | ( | ) | [inline, protected, virtual] |
Definition at line 61 of file kgenericfactory.h.
template<class T>
void KGenericFactoryBase< T >::initializeMessageCatalogue | ( | ) | [inline, protected] |
Definition at line 78 of file kgenericfactory.h.
template<class T >
KInstance * KGenericFactoryBase< T >::instance | ( | ) | [inline, static] |
Definition at line 106 of file kgenericfactory.h.
template<class T>
virtual void KGenericFactoryBase< T >::setupTranslations | ( | void | ) | [inline, protected, virtual] |
Definition at line 72 of file kgenericfactory.h.
The documentation for this class was generated from the following file: