KDEUI
KDEPrivate::KPageListViewProxy Class Reference
We need this proxy model to map the leaves of a tree-like model to a one-level list model. More...
#include <kpageview_p.h>
Inheritance diagram for KDEPrivate::KPageListViewProxy:

Public Slots | |
| void | rebuildMap () |
Public Member Functions | |
| virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| virtual QVariant | data (const QModelIndex &index, int role) const |
| virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| KPageListViewProxy (QObject *parent=0) | |
| virtual QModelIndex | mapFromSource (const QModelIndex &index) const |
| virtual QModelIndex | mapToSource (const QModelIndex &index) const |
| virtual QModelIndex | parent (const QModelIndex &) const |
| virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| virtual | ~KPageListViewProxy () |
Detailed Description
We need this proxy model to map the leaves of a tree-like model to a one-level list model.Definition at line 204 of file kpageview_p.h.
Constructor & Destructor Documentation
| KDEPrivate::KPageListViewProxy::KPageListViewProxy | ( | QObject * | parent = 0 |
) |
| virtual KDEPrivate::KPageListViewProxy::~KPageListViewProxy | ( | ) | [virtual] |
Member Function Documentation
| virtual int KDEPrivate::KPageListViewProxy::columnCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
| virtual QVariant KDEPrivate::KPageListViewProxy::data | ( | const QModelIndex & | index, | |
| int | role | |||
| ) | const [virtual] |
| virtual QModelIndex KDEPrivate::KPageListViewProxy::index | ( | int | row, | |
| int | column, | |||
| const QModelIndex & | parent = QModelIndex() | |||
| ) | const [virtual] |
| virtual QModelIndex KDEPrivate::KPageListViewProxy::mapFromSource | ( | const QModelIndex & | index | ) | const [virtual] |
| virtual QModelIndex KDEPrivate::KPageListViewProxy::mapToSource | ( | const QModelIndex & | index | ) | const [virtual] |
| virtual QModelIndex KDEPrivate::KPageListViewProxy::parent | ( | const QModelIndex & | ) | const [virtual] |
| void KDEPrivate::KPageListViewProxy::rebuildMap | ( | ) | [slot] |
| virtual int KDEPrivate::KPageListViewProxy::rowCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
The documentation for this class was generated from the following file:
KDE 4.5 API Reference