C# Class Qyoto.QAbstractItemViewInternal

Inheritance: QAbstractItemView
显示文件 Open project: 0xd34df00d/Qross

Public Methods

Method Description
IndexAt ( Qyoto.QPoint point ) : Qyoto.QModelIndex
QAbstractItemViewInternal ( Type dummy ) : System
ScrollTo ( Qyoto.QModelIndex index, ScrollHint hint ) : void
VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect

Protected Methods

Method Description
HorizontalOffset ( ) : int
IsIndexHidden ( Qyoto.QModelIndex index ) : bool
MoveCursor ( CursorAction cursorAction, uint modifiers ) : Qyoto.QModelIndex
SetSelection ( Qyoto.QRect rect, uint command ) : void
VerticalOffset ( ) : int
VisualRegionForSelection ( Qyoto.QItemSelection selection ) : QRegion

Private Methods

Method Description
QAbstractItemViewIndexAt ( IntPtr obj, IntPtr point ) : IntPtr
QAbstractItemViewScrollTo ( IntPtr obj, IntPtr index, int hint ) : void
QAbstractItemViewVisualRect ( IntPtr obj, IntPtr index ) : IntPtr

Method Details

HorizontalOffset() protected method

protected HorizontalOffset ( ) : int
return int

IndexAt() public method

public IndexAt ( Qyoto.QPoint point ) : Qyoto.QModelIndex
point Qyoto.QPoint
return Qyoto.QModelIndex

IsIndexHidden() protected method

protected IsIndexHidden ( Qyoto.QModelIndex index ) : bool
index Qyoto.QModelIndex
return bool

MoveCursor() protected method

protected MoveCursor ( CursorAction cursorAction, uint modifiers ) : Qyoto.QModelIndex
cursorAction CursorAction
modifiers uint
return Qyoto.QModelIndex

QAbstractItemViewInternal() public method

public QAbstractItemViewInternal ( Type dummy ) : System
dummy System.Type
return System

ScrollTo() public method

public ScrollTo ( Qyoto.QModelIndex index, ScrollHint hint ) : void
index Qyoto.QModelIndex
hint ScrollHint
return void

SetSelection() protected method

protected SetSelection ( Qyoto.QRect rect, uint command ) : void
rect Qyoto.QRect
command uint
return void

VerticalOffset() protected method

protected VerticalOffset ( ) : int
return int

VisualRect() public method

public VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect
index Qyoto.QModelIndex
return Qyoto.QRect

VisualRegionForSelection() protected method

protected VisualRegionForSelection ( Qyoto.QItemSelection selection ) : QRegion
selection Qyoto.QItemSelection
return QRegion