libKipi
|
#include <pluginloader.h>
Classes | |
struct | Private |
Public Member Functions | |
Info (const QString &name, const QString &comment, const QString &library, bool shouldLoad) | |
~Info () | |
QString | name () const |
QString | comment () const |
QString | library () const |
Plugin * | plugin () const |
void | setPlugin (Plugin *) |
bool | shouldLoad () const |
void | setShouldLoad (bool) |
KIPI::PluginLoader::Info::Info | ( | const QString & | name, |
const QString & | comment, | ||
const QString & | library, | ||
bool | shouldLoad | ||
) |
References comment(), library(), KIPI::PluginLoader::Info::Private::m_comment, KIPI::PluginLoader::Info::Private::m_library, KIPI::PluginLoader::Info::Private::m_name, KIPI::PluginLoader::Info::Private::m_plugin, KIPI::PluginLoader::Info::Private::m_shouldLoad, name(), and shouldLoad().
KIPI::PluginLoader::Info::~Info | ( | ) |
QString KIPI::PluginLoader::Info::comment | ( | ) | const |
Referenced by Info().
QString KIPI::PluginLoader::Info::library | ( | ) | const |
Referenced by Info(), and KIPI::PluginLoader::loadPlugin().
QString KIPI::PluginLoader::Info::name | ( | ) | const |
Referenced by Info(), and KIPI::PluginLoader::loadPlugin().
Plugin * KIPI::PluginLoader::Info::plugin | ( | ) | const |
Referenced by KIPI::PluginLoader::loadPlugin().
void KIPI::PluginLoader::Info::setPlugin | ( | Plugin * | plugin | ) |
Referenced by KIPI::PluginLoader::loadPlugin().
void KIPI::PluginLoader::Info::setShouldLoad | ( | bool | value | ) |
bool KIPI::PluginLoader::Info::shouldLoad | ( | ) | const |
Referenced by Info(), KIPI::PluginLoader::loadPlugin(), and KIPI::PluginCheckBox::PluginCheckBox().