libKipi
KIPI::PluginLoader::Info Class Reference

#include <pluginloader.h>

Collaboration diagram for KIPI::PluginLoader::Info:
Collaboration graph

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
 
Pluginplugin () const
 
void setPlugin (Plugin *)
 
bool shouldLoad () const
 
void setShouldLoad (bool)
 

Constructor & Destructor Documentation

◆ Info()

KIPI::PluginLoader::Info::Info ( const QString & name,
const QString & comment,
const QString & library,
bool shouldLoad )

References comment(), library(), KIPI::PluginLoader::Info::Private::m_name, name(), and shouldLoad().

Here is the call graph for this function:

◆ ~Info()

KIPI::PluginLoader::Info::~Info ( )

Member Function Documentation

◆ comment()

QString KIPI::PluginLoader::Info::comment ( ) const

Referenced by Info().

◆ library()

QString KIPI::PluginLoader::Info::library ( ) const

◆ name()

QString KIPI::PluginLoader::Info::name ( ) const

◆ plugin()

Plugin * KIPI::PluginLoader::Info::plugin ( ) const

◆ setPlugin()

void KIPI::PluginLoader::Info::setPlugin ( Plugin * plugin)

References plugin().

Referenced by KIPI::PluginLoader::loadPlugin().

Here is the call graph for this function:

◆ setShouldLoad()

void KIPI::PluginLoader::Info::setShouldLoad ( bool value)

◆ shouldLoad()

bool KIPI::PluginLoader::Info::shouldLoad ( ) const

The documentation for this class was generated from the following files: