C# Class TypeGrpah, heap-prof

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

Méthodes publiques

Méthode Description
TypeGrpah ( TypeList, tl, TypeGraphComponent, parent ) : System
UpdateCache ( ) : void

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk e ) : bool
OnExposeEvent ( Gdk args ) : bool
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Méthode Description
DrawXScale ( Gdk area ) : void
DrawYScale ( Gdk area ) : void
FormatBytes ( int b ) : string
FormatTime ( int ms ) : string

Method Details

OnButtonPressEvent() protected méthode

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

OnExposeEvent() protected méthode

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

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

TypeGrpah() public méthode

public TypeGrpah ( TypeList, tl, TypeGraphComponent, parent ) : System
tl TypeList,
parent TypeGraphComponent,
Résultat System

UpdateCache() public méthode

public UpdateCache ( ) : void
Résultat void