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"
Include dependency graph for klibrary.cpp:

Go to the source code of this file.
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) |
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 | |||
) | [inline] |
Definition at line 80 of file kpluginloader.cpp.
static KPluginFactory* kde3Factory | ( | KLibrary * | lib, | |
const QByteArray & | factoryname | |||
) | [static] |
Definition at line 99 of file klibrary.cpp.
static KPluginFactory* kde4Factory | ( | KLibrary * | lib | ) | [static] |
Definition at line 140 of file klibrary.cpp.
Definition at line 55 of file kpluginloader.cpp.