KDECore
#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.
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) |
int | kLibraryDebugArea () |
QString | makeLibName (const QString &libname) |
Typedef Documentation
typedef QHash<QString, QPointer<KPluginFactory> > FactoryHash |
Definition at line 92 of file klibrary.cpp.
Function Documentation
QString findLibrary | ( | const QString & | name, |
const KComponentData & | cData | ||
) |
Definition at line 39 of file klibrary.cpp.
QString findLibraryInternal | ( | const QString & | name, |
const KComponentData & | cData | ||
) |
Definition at line 83 of file kpluginloader.cpp.
|
static |
Definition at line 96 of file klibrary.cpp.
|
static |
Definition at line 137 of file klibrary.cpp.
int kLibraryDebugArea | ( | ) |
Definition at line 33 of file klibrary.cpp.
Definition at line 57 of file kpluginloader.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.