kgpg
GroupEditProxyModel Class Reference
#include <groupeditproxymodel.h>
Inheritance diagram for GroupEditProxyModel:

Detailed Description
Definition at line 27 of file groupeditproxymodel.h.
Public Member Functions | |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| GroupEditProxyModel (QObject *parent, const bool &invert, QList< KGpgNode * > *ids) | |
| virtual bool | hasChildren (const QModelIndex &parent) const |
| virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| KGpgNode * | nodeForIndex (const QModelIndex &index) const |
| virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| void | setKeyModel (KGpgItemModel *) |
Protected Member Functions | |
| virtual int | columnCount (const QModelIndex &) const |
| virtual bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const |
Constructor & Destructor Documentation
| GroupEditProxyModel::GroupEditProxyModel | ( | QObject * | parent, | |
| const bool & | invert, | |||
| QList< KGpgNode * > * | ids | |||
| ) | [explicit] |
Definition at line 28 of file groupeditproxymodel.cpp.
Member Function Documentation
| int GroupEditProxyModel::columnCount | ( | const QModelIndex & | ) | const [protected, virtual] |
Definition at line 66 of file groupeditproxymodel.cpp.
| QVariant GroupEditProxyModel::data | ( | const QModelIndex & | index, | |
| int | role = Qt::DisplayRole | |||
| ) | const [virtual] |
Definition at line 84 of file groupeditproxymodel.cpp.
| bool GroupEditProxyModel::filterAcceptsRow | ( | int | source_row, | |
| const QModelIndex & | source_parent | |||
| ) | const [protected, virtual] |
Definition at line 41 of file groupeditproxymodel.cpp.
| bool GroupEditProxyModel::hasChildren | ( | const QModelIndex & | parent | ) | const [virtual] |
Definition at line 100 of file groupeditproxymodel.cpp.
| QVariant GroupEditProxyModel::headerData | ( | int | section, | |
| Qt::Orientation | orientation, | |||
| int | role = Qt::DisplayRole | |||
| ) | const [virtual] |
Definition at line 110 of file groupeditproxymodel.cpp.
| KGpgNode * GroupEditProxyModel::nodeForIndex | ( | const QModelIndex & | index | ) | const |
Definition at line 60 of file groupeditproxymodel.cpp.
| int GroupEditProxyModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
Definition at line 72 of file groupeditproxymodel.cpp.
| void GroupEditProxyModel::setKeyModel | ( | KGpgItemModel * | md | ) |
Definition at line 34 of file groupeditproxymodel.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference