KUtils
kcmoduleloader.h File Reference
#include <kcmodule.h>
#include <kcmoduleinfo.h>
Include dependency graph for kcmoduleloader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | KCModuleLoader |
Enumerations | |
enum | KCModuleLoader::ErrorReporting { KCModuleLoader::None = 0, KCModuleLoader::Inline = 1, KCModuleLoader::Dialog = 2, KCModuleLoader::Both = 3 } |
Functions | |
KCModule * | KCModuleLoader::loadModule (const QString &module, ErrorReporting report, QWidget *parent=0, const QStringList &args=QStringList()) |
KCModule * | KCModuleLoader::loadModule (const KCModuleInfo &module, ErrorReporting report, QWidget *parent=0, const QStringList &args=QStringList()) |
KCModule * | KCModuleLoader::reportError (ErrorReporting report, const QString &text, const QString &details, QWidget *parent) |
void | KCModuleLoader::showLastLoaderError (QWidget *parent) |
void | KCModuleLoader::unloadModule (const KCModuleInfo &mod) |