C# Class CloudRecognitionUIEventHandler, NewCloud

UI Event Handler class that handles events generated by user-tap actions over the UI Options Menu
Inheritance: UIEventHandler
Afficher le fichier Open project: nileshlg2003/NewCloud

Méthodes publiques

Méthode Description
Bind ( ) : void
SetToDefault ( bool tf ) : void
TriggerAutoFocus ( ) : void
UnBind ( ) : void
UpdateView ( bool tf ) : void

Private Methods

Méthode Description
ChangeCameraDirection ( CameraDevice, direction ) : bool
EnableContinuousAutoFocus ( ) : void
ExtendedTracking ( bool tf ) : bool

This method turns extended tracking on or off for all currently available targets. Extended tracking allows to track targets when they are not in view. Returns true of extended tracking is supported; false otherwise

OnTappedOnAboutButton ( bool tf ) : void
OnTappedOnCloseButton ( ) : void
OnTappedOnTracking ( bool tf ) : void
OnTappedToClose ( ) : void
OnTappedToTurnCameraFacing ( int val ) : void
OnTappedToTurnOnAutoFocus ( bool tf ) : void
OnTappedToTurnOnFlash ( bool tf ) : void
TriggerAutoFocusAndEnableContinuousFocusIfSet ( ) : IEnumerator

Method Details

Bind() public méthode

public Bind ( ) : void
Résultat void

SetToDefault() public méthode

public SetToDefault ( bool tf ) : void
tf bool
Résultat void

TriggerAutoFocus() public méthode

public TriggerAutoFocus ( ) : void
Résultat void

UnBind() public méthode

public UnBind ( ) : void
Résultat void

UpdateView() public méthode

public UpdateView ( bool tf ) : void
tf bool
Résultat void