KParts
KParts::GenericFactoryBase< T > Class Template Reference
#include <genericfactory.h>
Inheritance diagram for KParts::GenericFactoryBase< T >:
Public Member Functions | |
GenericFactoryBase () | |
virtual | ~GenericFactoryBase () |
Static Public Member Functions | |
static KAboutData * | aboutData () |
static KInstance * | instance () |
Protected Member Functions | |
virtual KInstance * | createInstance () |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
template<class T>
class KParts::GenericFactoryBase< T >
For internal use only.
Definition at line 17 of file genericfactory.h.
Constructor & Destructor Documentation
template<class T>
KParts::GenericFactoryBase< T >::GenericFactoryBase | ( | ) | [inline] |
Definition at line 20 of file genericfactory.h.
template<class T>
virtual KParts::GenericFactoryBase< T >::~GenericFactoryBase | ( | ) | [inline, virtual] |
Definition at line 26 of file genericfactory.h.
Member Function Documentation
template<class T >
KAboutData * KParts::GenericFactoryBase< T >::aboutData | ( | ) | [inline, static] |
template<class T>
virtual KInstance* KParts::GenericFactoryBase< T >::createInstance | ( | ) | [inline, protected, virtual] |
Definition at line 39 of file genericfactory.h.
template<class T >
KInstance * KParts::GenericFactoryBase< T >::instance | ( | ) | [inline, static] |
template<class T>
virtual void KParts::GenericFactoryBase< T >::virtual_hook | ( | int | id, | |
void * | data | |||
) | [inline, protected, virtual] |
The documentation for this class was generated from the following file: