C# 클래스 Grafiti.GlobalGestureRecognizer

A GGR recognizes gestures produced anywhere. An instance of this class (or its subclasses) will be created for each group in the surface, at the moment of its creation (when there is at least one registered listener). Event handlers' targets have to implement the interface IGestureListener (or ITangibleGestureListener).
상속: GestureRecognizer
파일 보기 프로젝트 열기: nuigroup/grafiti

보호된 프로퍼티들

프로퍼티 타입 설명
ClosestCurrentEvents string[]
ClosestEnteringEvents string[]
ClosestFinalEvents string[]
ClosestInitialEvents string[]
ClosestLeavingEvents string[]
ClosestNewInitialEvents string[]
CurrentEvents string[]
DefaultEvents string[]
EnteringEvents string[]
FinalEvents string[]
InitialEvents string[]
IntersectionEvents string[]
LeavingEvents string[]
NewInitialEvents string[]
UnionEvents string[]

공개 메소드들

메소드 설명
GlobalGestureRecognizer ( GRConfiguration configuration ) : System

보호된 메소드들

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

Updates handlers for the events with targets appearing in the predefined target lists. You can override this funcion, to deal the changes, remebering to call the base function before or after your code.

비공개 메소드들

메소드 설명
AddHandler ( string ev, GestureEventHandler handler ) : void
UpdateHandlers ( TargetList targetList ) : void
UpdateHandlers1 ( 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

Updates handlers for the events with targets appearing in the predefined target lists

메소드 상세

GlobalGestureRecognizer() 공개 메소드

public GlobalGestureRecognizer ( GRConfiguration configuration ) : System
configuration GRConfiguration
리턴 System

UpdateEventHandlers() 보호된 메소드

Updates handlers for the events with targets appearing in the predefined target lists. You can override this funcion, to deal the changes, remebering to call the base function before or after your code.
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

프로퍼티 상세

ClosestCurrentEvents 보호되어 있는 프로퍼티

protected string[] ClosestCurrentEvents
리턴 string[]

ClosestEnteringEvents 보호되어 있는 프로퍼티

protected string[] ClosestEnteringEvents
리턴 string[]

ClosestFinalEvents 보호되어 있는 프로퍼티

protected string[] ClosestFinalEvents
리턴 string[]

ClosestInitialEvents 보호되어 있는 프로퍼티

protected string[] ClosestInitialEvents
리턴 string[]

ClosestLeavingEvents 보호되어 있는 프로퍼티

protected string[] ClosestLeavingEvents
리턴 string[]

ClosestNewInitialEvents 보호되어 있는 프로퍼티

protected string[] ClosestNewInitialEvents
리턴 string[]

CurrentEvents 보호되어 있는 프로퍼티

protected string[] CurrentEvents
리턴 string[]

DefaultEvents 보호되어 있는 프로퍼티

protected string[] DefaultEvents
리턴 string[]

EnteringEvents 보호되어 있는 프로퍼티

protected string[] EnteringEvents
리턴 string[]

FinalEvents 보호되어 있는 프로퍼티

protected string[] FinalEvents
리턴 string[]

InitialEvents 보호되어 있는 프로퍼티

protected string[] InitialEvents
리턴 string[]

IntersectionEvents 보호되어 있는 프로퍼티

protected string[] IntersectionEvents
리턴 string[]

LeavingEvents 보호되어 있는 프로퍼티

protected string[] LeavingEvents
리턴 string[]

NewInitialEvents 보호되어 있는 프로퍼티

protected string[] NewInitialEvents
리턴 string[]

UnionEvents 보호되어 있는 프로퍼티

protected string[] UnionEvents
리턴 string[]