C# Class TypeGrpah, heap-prof

Inheritance: DrawingArea
Show file Open project: mono/heap-prof Class Usage Examples

Public Methods

Method Description
TypeGrpah ( TypeList, tl, TypeGraphComponent, parent ) : System
UpdateCache ( ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk e ) : bool
OnExposeEvent ( Gdk args ) : bool
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
DrawXScale ( Gdk area ) : void
DrawYScale ( Gdk area ) : void
FormatBytes ( int b ) : string
FormatTime ( int ms ) : string

Method Details

OnButtonPressEvent() protected method

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

OnExposeEvent() protected method

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

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

TypeGrpah() public method

public TypeGrpah ( TypeList, tl, TypeGraphComponent, parent ) : System
tl TypeList,
parent TypeGraphComponent,
return System

UpdateCache() public method

public UpdateCache ( ) : void
return void