C# Class CloudRecognitionUIEventHandler, NewCloud

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

Public Methods

Method Description
Bind ( ) : void
SetToDefault ( bool tf ) : void
TriggerAutoFocus ( ) : void
UnBind ( ) : void
UpdateView ( bool tf ) : void

Private Methods

Method 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 method

public Bind ( ) : void
return void

SetToDefault() public method

public SetToDefault ( bool tf ) : void
tf bool
return void

TriggerAutoFocus() public method

public TriggerAutoFocus ( ) : void
return void

UnBind() public method

public UnBind ( ) : void
return void

UpdateView() public method

public UpdateView ( bool tf ) : void
tf bool
return void