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"
Include dependency graph for manager.cpp:
Go to the source code of this file.
Namespaces | |
Kross | |
Typedefs | |
typedef QObject *(* | def_module_func )() |
Functions | |
void * | loadLibrary (const char *libname, const char *functionname) |
Typedef Documentation
typedef QObject*(* def_module_func)() |
Definition at line 39 of file manager.cpp.
Function Documentation
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 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:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.