KDECore
klibrary.cpp File Reference
#include "klibrary.h"#include <QtCore/QDir>#include <QtCore/QPointer>#include <kcomponentdata.h>#include <kstandarddirs.h>#include <kpluginfactory.h>#include <kdebug.h>#include "klibrary.moc"Go to the source code of this file.
Typedefs | |
| typedef QHash< QString, QPointer< KPluginFactory > > | FactoryHash |
Functions | |
| QString | findLibrary (const QString &name, const KComponentData &cData) |
| QString | findLibraryInternal (const QString &name, const KComponentData &cData) |
| static KPluginFactory * | kde3Factory (KLibrary *lib, const QByteArray &factoryname) |
| static KPluginFactory * | kde4Factory (KLibrary *lib) |
| QString | makeLibName (const QString &libname) |
Typedef Documentation
| typedef QHash<QString, QPointer<KPluginFactory> > FactoryHash |
Definition at line 88 of file klibrary.cpp.
Function Documentation
| QString findLibrary | ( | const QString & | name, | |
| const KComponentData & | cData | |||
| ) |
Definition at line 35 of file klibrary.cpp.
| QString findLibraryInternal | ( | const QString & | name, | |
| const KComponentData & | cData | |||
| ) |
Definition at line 81 of file kpluginloader.cpp.
| static KPluginFactory* kde3Factory | ( | KLibrary * | lib, | |
| const QByteArray & | factoryname | |||
| ) | [static] |
Definition at line 92 of file klibrary.cpp.
| static KPluginFactory* kde4Factory | ( | KLibrary * | lib | ) | [static] |
Definition at line 133 of file klibrary.cpp.
Definition at line 56 of file kpluginloader.cpp.
KDE 4.3 API Reference