KDECore
kgenericfactory.h File Reference
#include <klibloader.h>
#include <ktypelist.h>
#include <kinstance.h>
#include <kgenericfactory.tcc>
#include <kglobal.h>
#include <klocale.h>
#include <kdebug.h>
Include dependency graph for kgenericfactory.h:
![](kgenericfactory_8h__incl.png)
Go to the source code of this file.
Classes | |
class | KGenericFactory< Product, ParentType > |
This template provides a generic implementation of a KLibFactory , for use with shared library components. More... | |
class | KGenericFactory< KTypeList< Product, ProductListTail >, KTypeList< ParentType, ParentTypeListTail > > |
This template provides a generic implementation of a KLibFactory , for use with shared library components. More... | |
class | KGenericFactory< KTypeList< Product, ProductListTail >, QObject > |
This template provides a generic implementation of a KLibFactory , for use with shared library components. More... | |
class | KGenericFactoryBase< T > |