KDECore
KPluginFactory::InheritanceChecker< impl > Struct Template Reference
This is used to detect the arguments need for the constructor of plugin classes. More...
#include <kpluginfactory.h>
Public Member Functions | |
CreateInstanceFunction | createInstanceFunction (...) |
CreateInstanceFunction | createInstanceFunction (QWidget *) |
CreateInstanceFunction | createInstanceFunction (KParts::Part *) |
Detailed Description
template<class impl>
struct KPluginFactory::InheritanceChecker< impl >
This is used to detect the arguments need for the constructor of plugin classes.
You can inherit it, if you want to add new classes and still keep support for the old ones.
Definition at line 475 of file kpluginfactory.h.
Member Function Documentation
template<class impl >
CreateInstanceFunction KPluginFactory::InheritanceChecker< impl >::createInstanceFunction | ( | ... | ) | [inline] |
Definition at line 479 of file kpluginfactory.h.
template<class impl >
CreateInstanceFunction KPluginFactory::InheritanceChecker< impl >::createInstanceFunction | ( | QWidget * | ) | [inline] |
Definition at line 478 of file kpluginfactory.h.
template<class impl >
CreateInstanceFunction KPluginFactory::InheritanceChecker< impl >::createInstanceFunction | ( | KParts::Part * | ) | [inline] |
Definition at line 477 of file kpluginfactory.h.
The documentation for this struct was generated from the following file: