C# Class Hyena.Data.Gui.DataViewLayout

Afficher le fichier Open project: rubenv/tripod

Méthodes publiques

Méthode Description
Allocate ( Rect actualAllocation ) : void
FindChildAtModelRowIndex ( int modelRowIndex ) : DataViewChild
FindChildAtPoint ( Point point ) : DataViewChild
ModelUpdated ( ) : void
UpdatePosition ( int x, int y ) : void
this ( int index ) : DataViewChild

Méthodes protégées

Méthode Description
GetChildVirtualAllocation ( Rect childAllocation ) : Rect
InvalidateChildCollection ( ) : void
InvalidateChildLayout ( ) : void
InvalidateChildSize ( ) : void
InvalidateVirtualSize ( ) : void

Method Details

Allocate() public méthode

public Allocate ( Rect actualAllocation ) : void
actualAllocation Hyena.Gui.Canvas.Rect
Résultat void

FindChildAtModelRowIndex() public méthode

public FindChildAtModelRowIndex ( int modelRowIndex ) : DataViewChild
modelRowIndex int
Résultat DataViewChild

FindChildAtPoint() public méthode

public FindChildAtPoint ( Point point ) : DataViewChild
point Point
Résultat DataViewChild

GetChildVirtualAllocation() protected méthode

protected GetChildVirtualAllocation ( Rect childAllocation ) : Rect
childAllocation Hyena.Gui.Canvas.Rect
Résultat Hyena.Gui.Canvas.Rect

InvalidateChildCollection() protected abstract méthode

protected abstract InvalidateChildCollection ( ) : void
Résultat void

InvalidateChildLayout() protected abstract méthode

protected abstract InvalidateChildLayout ( ) : void
Résultat void

InvalidateChildSize() protected abstract méthode

protected abstract InvalidateChildSize ( ) : void
Résultat void

InvalidateVirtualSize() protected abstract méthode

protected abstract InvalidateVirtualSize ( ) : void
Résultat void

ModelUpdated() public méthode

public ModelUpdated ( ) : void
Résultat void

UpdatePosition() public méthode

public UpdatePosition ( int x, int y ) : void
x int
y int
Résultat void

this() public méthode

public this ( int index ) : DataViewChild
index int
Résultat DataViewChild