Kross
manager.cpp File Reference
#include "manager.h"
#include "interpreter.h"
#include "action.h"
#include "actioncollection.h"
#include <QtCore/QObject>
#include <QtCore/QArgument>
#include <QtCore/QFile>
#include <QtCore/QRegExp>
#include <QtCore/QFileInfo>
#include <QtCore/QPointer>
#include <QtCore/QLibrary>
#include <QtCore/QCoreApplication>
#include <kstandarddirs.h>
#include <klocale.h>
#include "manager.moc"
Go to the source code of this file.
Namespaces | |
namespace | Kross |
Typedefs | |
typedef QObject *(* | def_module_func) () |
Functions | |
void * | loadLibrary (const char *libname, const char *functionname) |
Typedef Documentation
◆ def_module_func
typedef QObject *(* def_module_func) () |
Definition at line 39 of file manager.cpp.
Function Documentation
◆ loadLibrary()
void * loadLibrary | ( | const char * | libname, |
const char * | functionname | ||
) |
Definition at line 78 of file manager.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.