C# Class Qyoto.QAbstractItemViewInternal

Inheritance: QAbstractItemView
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected HorizontalOffset ( ) : int
Résultat int

IndexAt() public méthode

public IndexAt ( Qyoto.QPoint point ) : Qyoto.QModelIndex
point Qyoto.QPoint
Résultat Qyoto.QModelIndex

IsIndexHidden() protected méthode

protected IsIndexHidden ( Qyoto.QModelIndex index ) : bool
index Qyoto.QModelIndex
Résultat bool

MoveCursor() protected méthode

protected MoveCursor ( CursorAction cursorAction, uint modifiers ) : Qyoto.QModelIndex
cursorAction CursorAction
modifiers uint
Résultat Qyoto.QModelIndex

QAbstractItemViewInternal() public méthode

public QAbstractItemViewInternal ( Type dummy ) : System
dummy System.Type
Résultat System

ScrollTo() public méthode

public ScrollTo ( Qyoto.QModelIndex index, ScrollHint hint ) : void
index Qyoto.QModelIndex
hint ScrollHint
Résultat void

SetSelection() protected méthode

protected SetSelection ( Qyoto.QRect rect, uint command ) : void
rect Qyoto.QRect
command uint
Résultat void

VerticalOffset() protected méthode

protected VerticalOffset ( ) : int
Résultat int

VisualRect() public méthode

public VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect
index Qyoto.QModelIndex
Résultat Qyoto.QRect

VisualRegionForSelection() protected méthode

protected VisualRegionForSelection ( Qyoto.QItemSelection selection ) : QRegion
selection Qyoto.QItemSelection
Résultat QRegion