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.
| QVariant KPluginSelector::Private::PluginModel::data | ( | const QModelIndex & | index, |
| int | role = Qt::DisplayRole |
||
| ) | const [virtual] |
Definition at line 465 of file kpluginselector.cpp.
| QModelIndex KPluginSelector::Private::PluginModel::index | ( | int | row, |
| int | column = 0, |
||
| const QModelIndex & | parent = QModelIndex() |
||
| ) | const [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.
| int KPluginSelector::Private::PluginModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const [virtual] |
Definition at line 530 of file kpluginselector.cpp.
| bool KPluginSelector::Private::PluginModel::setData | ( | const QModelIndex & | index, |
| const QVariant & | value, | ||
| int | role = Qt::EditRole |
||
| ) | [virtual] |
Definition at line 510 of file kpluginselector.cpp.
Member Data Documentation
Definition at line 160 of file kpluginselector_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference