C# Class HeapScroller, heap-prof

Inheritance: Bin
Afficher le fichier Open project: mono/heap-prof Class Usage Examples

Méthodes publiques

Свойство Type Description
background Gdk.Rectangle
legend Gdk.Rectangle

Méthodes publiques

Méthode Description
HeapScroller ( Profile, p ) : System
Plot ( Graphics g ) : void
UpdateCache ( ) : void

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk args ) : bool
OnButtonReleaseEvent ( Gdk args ) : bool
OnExposeEvent ( Gdk args ) : bool
OnMapped ( ) : void
OnMotionNotifyEvent ( Gdk args ) : bool
OnRealized ( ) : void
OnSizeAllocated ( Gdk.Rectangle alloc ) : void
OnUnmapped ( ) : void
OnUnrealized ( ) : void
ScrollChanged ( ) : void

Method Details

HeapScroller() public méthode

public HeapScroller ( Profile, p ) : System
p Profile,
Résultat System

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk args ) : bool
args Gdk
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk args ) : bool
args Gdk
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
Résultat bool

OnMapped() protected méthode

protected OnMapped ( ) : void
Résultat void

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk args ) : bool
args Gdk
Résultat bool

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk.Rectangle alloc ) : void
alloc Gdk.Rectangle
Résultat void

OnUnmapped() protected méthode

protected OnUnmapped ( ) : void
Résultat void

OnUnrealized() protected méthode

protected OnUnrealized ( ) : void
Résultat void

Plot() public méthode

public Plot ( Graphics g ) : void
g Graphics
Résultat void

ScrollChanged() protected méthode

protected ScrollChanged ( ) : void
Résultat void

UpdateCache() public méthode

public UpdateCache ( ) : void
Résultat void

Property Details

background public_oe property

public Rectangle,Gdk background
Résultat Gdk.Rectangle

legend public_oe property

public Rectangle,Gdk legend
Résultat Gdk.Rectangle