RobotUIKit API
Public Member Functions
<RUICalibrateGestureHandlerProtocol> Protocol Reference

#import <RUICalibrateGestureHandler.h>

List of all members.

Public Member Functions

(BOOL) - calibrateGestureHandlerShouldAllowCalibration:
(void) - calibrateGestureHandlerBegan:
(void) - calibrateGestureHandlerEnded:

Detailed Description

Protocol for delegates to conform to in order to receive callbacks in changes to the calibration state.


Member Function Documentation

- (void) calibrateGestureHandlerBegan: (RUICalibrateGestureHandler *)  sender [optional]

Called when a calibration gesture begins successfully

- (void) calibrateGestureHandlerEnded: (RUICalibrateGestureHandler *)  sender [optional]

Called when a calibration gesture ends successfully

- (BOOL) calibrateGestureHandlerShouldAllowCalibration: (RUICalibrateGestureHandler *)  sender [optional]

Called when a gesture is first recognized to see if calibration should be allowed

Parameters:
sender- The RUIcalibrateGestureHandler asking for permission
Returns:
If the calibration should be allowed, defaults to YES

The documentation for this protocol was generated from the following file:
 All Classes Functions Properties