C# Class HeapScroller.Manipulator, heap-prof

ファイルを表示 Open project: mono/heap-prof

Public Properties

Property Type Description
Dragging bool

Protected Properties

Property Type Description
selector HeapScroller,

Public Methods

Method Description
Bounds ( ) : Gdk.Rectangle
Draw ( Gdk.Rectangle area ) : void
EndDrag ( double x, double y ) : void
IsInside ( double x, double y ) : bool
Manipulator ( HeapScroller, selector ) : System
StartDrag ( double x, double y, uint time ) : void
UpdateDrag ( double x, double y ) : void

Method Details

Bounds() public abstract method

public abstract Bounds ( ) : Gdk.Rectangle
return Gdk.Rectangle

Draw() public abstract method

public abstract Draw ( Gdk.Rectangle area ) : void
area Gdk.Rectangle
return void

EndDrag() public method

public EndDrag ( double x, double y ) : void
x double
y double
return void

IsInside() public method

public IsInside ( double x, double y ) : bool
x double
y double
return bool

Manipulator() public method

public Manipulator ( HeapScroller, selector ) : System
selector HeapScroller,
return System

StartDrag() public method

public StartDrag ( double x, double y, uint time ) : void
x double
y double
time uint
return void

UpdateDrag() public method

public UpdateDrag ( double x, double y ) : void
x double
y double
return void

Property Details

Dragging public_oe property

public bool Dragging
return bool

selector protected_oe property

protected HeapScroller, selector
return HeapScroller,