C# Class Qyoto.QAbstractProxyModelInternal

Inheritance: Qyoto.QAbstractProxyModel
显示文件 Open project: 0xd34df00d/Qross

Public Methods

Method Description
ColumnCount ( Qyoto.QModelIndex parent ) : int
Index ( int row, int column, Qyoto.QModelIndex parent ) : Qyoto.QModelIndex
MapFromSource ( Qyoto.QModelIndex sourceIndex ) : Qyoto.QModelIndex
MapToSource ( Qyoto.QModelIndex proxyIndex ) : Qyoto.QModelIndex
Parent ( Qyoto.QModelIndex child ) : Qyoto.QModelIndex
RowCount ( Qyoto.QModelIndex parent ) : int

Protected Methods

Method Description
QAbstractProxyModelInternal ( Type dummy ) : System

Private Methods

Method Description
QAbstractItemModelColumnCount ( IntPtr obj, IntPtr modelIndex ) : int
QAbstractItemModelIndex ( IntPtr obj, int row, int column, IntPtr modelIndex ) : IntPtr
QAbstractItemModelParent ( IntPtr obj, IntPtr modelIndex ) : IntPtr
QAbstractItemModelRowCount ( IntPtr obj, IntPtr modelIndex ) : int
QAbstractProxyModelMapFromSource ( IntPtr obj, IntPtr sourceIndex ) : IntPtr
QAbstractProxyModelMapToSource ( IntPtr obj, IntPtr proxyIndex ) : IntPtr

Method Details

ColumnCount() public method

public ColumnCount ( Qyoto.QModelIndex parent ) : int
parent Qyoto.QModelIndex
return int

Index() public method

public Index ( int row, int column, Qyoto.QModelIndex parent ) : Qyoto.QModelIndex
row int
column int
parent Qyoto.QModelIndex
return Qyoto.QModelIndex

MapFromSource() public method

public MapFromSource ( Qyoto.QModelIndex sourceIndex ) : Qyoto.QModelIndex
sourceIndex Qyoto.QModelIndex
return Qyoto.QModelIndex

MapToSource() public method

public MapToSource ( Qyoto.QModelIndex proxyIndex ) : Qyoto.QModelIndex
proxyIndex Qyoto.QModelIndex
return Qyoto.QModelIndex

Parent() public method

public Parent ( Qyoto.QModelIndex child ) : Qyoto.QModelIndex
child Qyoto.QModelIndex
return Qyoto.QModelIndex

QAbstractProxyModelInternal() protected method

protected QAbstractProxyModelInternal ( Type dummy ) : System
dummy System.Type
return System

RowCount() public method

public RowCount ( Qyoto.QModelIndex parent ) : int
parent Qyoto.QModelIndex
return int