Songbook-Client  0.7
This application is a manager of customguitar songbooks
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Member Functions
CIdentityProxyModel Class Reference

CIdentityProxyModel is the base model to build a CSongbook. More...

#include <identity-proxy-model.hh>

Inheritance diagram for CIdentityProxyModel:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CIdentityProxyModel (QObject *parent=0)
virtual QVariant data (const QModelIndex &index, int role=Qt::DisplayRole) const
virtual Qt::ItemFlags flags (const QModelIndex &index) const
virtual bool setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
virtual int columnCount (const QModelIndex &parent=QModelIndex()) const
virtual int rowCount (const QModelIndex &parent=QModelIndex()) const
virtual QModelIndex index (int row, int column, const QModelIndex &parent=QModelIndex()) const
virtual QModelIndex parent (const QModelIndex &index) const
virtual QModelIndex mapFromSource (const QModelIndex &sourceIndex) const
virtual QModelIndex mapToSource (const QModelIndex &proxyIndex) const
virtual void setSourceModel (QAbstractItemModel *sourceModel)

Detailed Description

CIdentityProxyModel is the base model to build a CSongbook.

This class is based on the identity proxy model from Qt 4.8 : http://doc.qt.nokia.com/4.8-snapshot/qidentityproxymodel.html


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