C# Class HeapScroller, heap-prof

Inheritance: Bin
Mostra file Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
background Gdk.Rectangle
legend Gdk.Rectangle

Public Methods

Method Description
HeapScroller ( Profile, p ) : System
Plot ( Graphics g ) : void
UpdateCache ( ) : void

Protected Methods

Method 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 method

public HeapScroller ( Profile, p ) : System
p Profile,
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk args ) : bool
args Gdk
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk args ) : bool
args Gdk
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
return bool

OnMapped() protected method

protected OnMapped ( ) : void
return void

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk args ) : bool
args Gdk
return bool

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk.Rectangle alloc ) : void
alloc Gdk.Rectangle
return void

OnUnmapped() protected method

protected OnUnmapped ( ) : void
return void

OnUnrealized() protected method

protected OnUnrealized ( ) : void
return void

Plot() public method

public Plot ( Graphics g ) : void
g Graphics
return void

ScrollChanged() protected method

protected ScrollChanged ( ) : void
return void

UpdateCache() public method

public UpdateCache ( ) : void
return void

Property Details

background public_oe property

public Rectangle,Gdk background
return Gdk.Rectangle

legend public_oe property

public Rectangle,Gdk legend
return Gdk.Rectangle