KPluginFactoryPrivate Class Reference
#include <kpluginfactory_p.h>
Protected Types | |
| typedef QPair< const QMetaObject *, KPluginFactory::CreateInstanceFunction > | Plugin |
Protected Member Functions | |
| KPluginFactoryPrivate () | |
| ~KPluginFactoryPrivate () | |
Protected Attributes | |
| bool | catalogInitialized |
| KComponentData | componentData |
| QHash< QString, Plugin > | createInstanceHash |
| KPluginFactory * | q_ptr |
Detailed Description
Definition at line 33 of file kpluginfactory_p.h.
Member Typedef Documentation
typedef QPair<const QMetaObject *, KPluginFactory::CreateInstanceFunction> KPluginFactoryPrivate::Plugin [protected] |
Definition at line 37 of file kpluginfactory_p.h.
Constructor & Destructor Documentation
| KPluginFactoryPrivate::KPluginFactoryPrivate | ( | ) | [inline, protected] |
Definition at line 40 of file kpluginfactory_p.h.
| KPluginFactoryPrivate::~KPluginFactoryPrivate | ( | ) | [inline, protected] |
Definition at line 41 of file kpluginfactory_p.h.
Member Data Documentation
bool KPluginFactoryPrivate::catalogInitialized [protected] |
Definition at line 47 of file kpluginfactory_p.h.
KComponentData KPluginFactoryPrivate::componentData [protected] |
Definition at line 46 of file kpluginfactory_p.h.
QHash<QString, Plugin> KPluginFactoryPrivate::createInstanceHash [protected] |
Definition at line 45 of file kpluginfactory_p.h.
KPluginFactory* KPluginFactoryPrivate::q_ptr [protected] |
Definition at line 49 of file kpluginfactory_p.h.
The documentation for this class was generated from the following file:
KDE 4.6 API Reference