KUtils
KPluginSelector::Private::PluginModel Class Reference
#include <kpluginselector_p.h>
Inheritance diagram for KPluginSelector::Private::PluginModel:
Public Member Functions | |
PluginModel (KPluginSelector::Private *pluginSelector_d, QObject *parent=0) | |
~PluginModel () | |
void | addPlugins (const QList< KPluginInfo > &pluginList, const QString &categoryName, const QString &categoryKey, const KConfigGroup &cfgGroup, PluginLoadMethod pluginLoadMethod=ReadConfigFile, bool manuallyAdded=false) |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
virtual QModelIndex | index (int row, int column=0, const QModelIndex &parent=QModelIndex()) const |
QList< KService::Ptr > | pluginServices (const QModelIndex &index) const |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
Public Attributes | |
QList< PluginEntry > | pluginEntryList |
Detailed Description
Definition at line 144 of file kpluginselector_p.h.
Constructor & Destructor Documentation
KPluginSelector::Private::PluginModel::PluginModel | ( | KPluginSelector::Private * | pluginSelector_d, |
QObject * | parent = 0 |
||
) |
Definition at line 401 of file kpluginselector.cpp.
KPluginSelector::Private::PluginModel::~PluginModel | ( | ) |
Definition at line 407 of file kpluginselector.cpp.
Member Function Documentation
void KPluginSelector::Private::PluginModel::addPlugins | ( | const QList< KPluginInfo > & | pluginList, |
const QString & | categoryName, | ||
const QString & | categoryKey, | ||
const KConfigGroup & | cfgGroup, | ||
PluginLoadMethod | pluginLoadMethod = ReadConfigFile , |
||
bool | manuallyAdded = false |
||
) |
Definition at line 411 of file kpluginselector.cpp.
|
virtual |
Definition at line 465 of file kpluginselector.cpp.
|
virtual |
Definition at line 457 of file kpluginselector.cpp.
QList< KService::Ptr > KPluginSelector::Private::PluginModel::pluginServices | ( | const QModelIndex & | index | ) | const |
Definition at line 452 of file kpluginselector.cpp.
|
virtual |
Definition at line 530 of file kpluginselector.cpp.
|
virtual |
Definition at line 510 of file kpluginselector.cpp.
Member Data Documentation
QList<PluginEntry> KPluginSelector::Private::PluginModel::pluginEntryList |
Definition at line 160 of file kpluginselector_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:35 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:50:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.