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"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
◆ KLIBLOADER_PRIVATE
| #define KLIBLOADER_PRIVATE KLibLoaderPrivate *const d = kLibLoaderPrivate |
Definition at line 44 of file klibloader.cpp.
Function Documentation
◆ findLibrary()
|
extern |
Definition at line 39 of file klibrary.cpp.
◆ fixLibPrefix()
Definition at line 66 of file klibloader.cpp.
◆ makeLibName()
Definition at line 57 of file kpluginloader.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.