kpilot
ConduitFactory< Widget, Action > Class Template Reference
Template class that defines a conduit's factory. More...
#include <pluginfactory.h>
Inheritance diagram for ConduitFactory< Widget, Action >:
Public Member Functions | |
ConduitFactory (QObject *parent=0, const char *name=0) | |
virtual | ~ConduitFactory () |
Protected Member Functions | |
virtual QObject * | createObject (QObject *parent=0, const char *name=0, const char *classname="QObject", const QStringList &args=QStringList()) |
Protected Attributes | |
KInstance * | fInstance |
Detailed Description
template<class Widget, class Action>
class ConduitFactory< Widget, Action >
Template class that defines a conduit's factory.
Definition at line 45 of file pluginfactory.h.
Constructor & Destructor Documentation
template<class Widget , class Action >
ConduitFactory< Widget, Action >::ConduitFactory | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) | [inline] |
Definition at line 48 of file pluginfactory.h.
template<class Widget , class Action >
virtual ConduitFactory< Widget, Action >::~ConduitFactory | ( | ) | [inline, virtual] |
Definition at line 51 of file pluginfactory.h.
Member Function Documentation
template<class Widget , class Action >
virtual QObject* ConduitFactory< Widget, Action >::createObject | ( | QObject * | parent = 0 , |
|
const char * | name = 0 , |
|||
const char * | classname = "QObject" , |
|||
const QStringList & | args = QStringList() | |||
) | [inline, protected, virtual] |
Definition at line 55 of file pluginfactory.h.
Member Data Documentation
template<class Widget , class Action >
KInstance* ConduitFactory< Widget, Action >::fInstance [protected] |
Definition at line 94 of file pluginfactory.h.
The documentation for this class was generated from the following file: