Mixxx

TransposeProxyModel Class Reference

#include <transposeproxymodel.h>

List of all members.

Public Member Functions

 TransposeProxyModel (QObject *p=0)
QModelIndex mapFromSource (const QModelIndex &sourceIndex) const
QModelIndex mapToSource (const QModelIndex &proxyIndex) const
QModelIndex index (int r, int c, const QModelIndex &ind=QModelIndex()) const
QModelIndex parent (const QModelIndex &) const
int rowCount (const QModelIndex &) const
int columnCount (const QModelIndex &) const
QVariant data (const QModelIndex &ind, int role) const

Detailed Description

Definition at line 4 of file transposeproxymodel.h.


Constructor & Destructor Documentation

TransposeProxyModel::TransposeProxyModel ( QObject *  p = 0) [inline]

Definition at line 6 of file transposeproxymodel.h.


Member Function Documentation

int TransposeProxyModel::columnCount ( const QModelIndex &  ) const [inline]

Definition at line 22 of file transposeproxymodel.h.

QVariant TransposeProxyModel::data ( const QModelIndex &  ind,
int  role 
) const [inline]

Definition at line 25 of file transposeproxymodel.h.

Here is the call graph for this function:

QModelIndex TransposeProxyModel::index ( int  r,
int  c,
const QModelIndex &  ind = QModelIndex() 
) const [inline]

Definition at line 13 of file transposeproxymodel.h.

Here is the caller graph for this function:

QModelIndex TransposeProxyModel::mapFromSource ( const QModelIndex &  sourceIndex) const [inline]

Definition at line 7 of file transposeproxymodel.h.

Here is the call graph for this function:

QModelIndex TransposeProxyModel::mapToSource ( const QModelIndex &  proxyIndex) const [inline]

Definition at line 10 of file transposeproxymodel.h.

Here is the caller graph for this function:

QModelIndex TransposeProxyModel::parent ( const QModelIndex &  ) const [inline]

Definition at line 16 of file transposeproxymodel.h.

int TransposeProxyModel::rowCount ( const QModelIndex &  ) const [inline]

Definition at line 19 of file transposeproxymodel.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines