C# 클래스 HeapScroller.Manipulator, heap-prof

파일 보기 프로젝트 열기: mono/heap-prof

공개 프로퍼티들

프로퍼티 타입 설명
Dragging bool

보호된 프로퍼티들

프로퍼티 타입 설명
selector HeapScroller,

공개 메소드들

메소드 설명
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

메소드 상세

Bounds() 공개 추상적인 메소드

public abstract Bounds ( ) : Gdk.Rectangle
리턴 Gdk.Rectangle

Draw() 공개 추상적인 메소드

public abstract Draw ( Gdk.Rectangle area ) : void
area Gdk.Rectangle
리턴 void

EndDrag() 공개 메소드

public EndDrag ( double x, double y ) : void
x double
y double
리턴 void

IsInside() 공개 메소드

public IsInside ( double x, double y ) : bool
x double
y double
리턴 bool

Manipulator() 공개 메소드

public Manipulator ( HeapScroller, selector ) : System
selector HeapScroller,
리턴 System

StartDrag() 공개 메소드

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

UpdateDrag() 공개 메소드

public UpdateDrag ( double x, double y ) : void
x double
y double
리턴 void

프로퍼티 상세

Dragging 공개적으로 프로퍼티

public bool Dragging
리턴 bool

selector 보호되어 있는 프로퍼티

protected HeapScroller, selector
리턴 HeapScroller,