KDECore
#include "klibloader.h"
#include <QtCore/QFile>
#include <QtCore/QDir>
#include <QtCore/QTimer>
#include <QtCore/QLibrary>
#include <QStack>
#include <QtCore/QCoreApplication>
#include <QtCore/QObjectCleanupHandler>
#include "kstandarddirs.h"
#include "kcomponentdata.h"
#include "kdebug.h"
#include "klocale.h"
#include "klibloader.moc"
Include dependency graph for klibloader.cpp:
Go to the source code of this file.
Macros | |
#define | KLIBLOADER_PRIVATE KLibLoaderPrivate *const d = kLibLoaderPrivate |
Functions | |
QString | findLibrary (const QString &name, const KComponentData &cData) |
QString | fixLibPrefix (const QString &libname) |
QString | makeLibName (const QString &libname) |
Macro Definition Documentation
#define KLIBLOADER_PRIVATE KLibLoaderPrivate *const d = kLibLoaderPrivate |
Definition at line 44 of file klibloader.cpp.
Function Documentation
QString findLibrary | ( | const QString & | name, |
const KComponentData & | cData | ||
) |
Definition at line 39 of file klibrary.cpp.
Definition at line 66 of file klibloader.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.