C# 클래스 Grafiti.GestureRecognizers.MultiTraceGR

상속: Grafiti.GlobalGestureRecognizer
파일 보기 프로젝트 열기: nuigroup/grafiti

공개 메소드들

메소드 설명
MultiTraceGR ( ) : System
MultiTraceGR ( GRConfiguration configuration ) : System
Process ( List traces ) : void

보호된 메소드들

메소드 설명
UpdateEventHandlers ( bool initial, bool final, bool entering, bool current, bool leaving, bool intersect, bool union, bool newClosestEnt, bool newClosestCur, bool newClosestLvn, bool newClosestIni, bool newClosestFin ) : void

비공개 메소드들

메소드 설명
OnMultiTraceEnd ( ) : void
OnMultiTraceFromTo ( ) : void
OnMultiTraceGestureDown ( ) : void
OnMultiTraceGestureEnter ( ) : void
OnMultiTraceGestureLeave ( ) : void
OnMultiTraceGestureMove ( ) : void
OnMultiTraceGestureUp ( ) : void
OnMultiTraceStart ( ) : void

메소드 상세

MultiTraceGR() 공개 메소드

public MultiTraceGR ( ) : System
리턴 System

MultiTraceGR() 공개 메소드

public MultiTraceGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
리턴 System

Process() 공개 메소드

public Process ( List traces ) : void
traces List
리턴 void

UpdateEventHandlers() 보호된 메소드

protected UpdateEventHandlers ( bool initial, bool final, bool entering, bool current, bool leaving, bool intersect, bool union, bool newClosestEnt, bool newClosestCur, bool newClosestLvn, bool newClosestIni, bool newClosestFin ) : void
initial bool
final bool
entering bool
current bool
leaving bool
intersect bool
union bool
newClosestEnt bool
newClosestCur bool
newClosestLvn bool
newClosestIni bool
newClosestFin bool
리턴 void