SBSOverlayController.h
Go to the documentation of this file.
219 pressed:(nonnull UIImage *)torchOnPressedImage SBS_SWIFT_NAME(setTorchOnImage(torchOnImage:torchOnPressedImage:));
256 pressed:(nonnull UIImage *)torchOffPressedImage SBS_SWIFT_NAME(setTorchOffImage(torchOffImage:torchOffPressedImage:));
401 height:(float)height SBS_SWIFT_NAME(setCameraSwitchButton(rightMargin:topMargin:width:height:));
498 landscapeWidth:(float)lW SBS_SWIFT_NAME(setViewfinder(height:width:landscapeHeight:landscapeWidth:)) SBS_DEPRECATED_MSG_ATTRIBUTE("use setViewfinderWidth:height:landscapeWidth:landscapeHeight: instead.");
522 landscapeHeight:(float)lH SBS_SWIFT_NAME(setViewfinder(width:height:landscapeWidth:landscapeHeight:));
582 - (void)setViewfinderColor:(float)r green:(float)g blue:(float)b SBS_SWIFT_NAME(setViewfinderColor(red:green:blue:));
597 - (void)setViewfinderDecodedColor:(float)r green:(float)g blue:(float)b SBS_SWIFT_NAME(setViewfinderDecodedColor(red:green:blue:));
666 - (void)setMatrixScanHighlightingColor:(nonnull UIColor *)color forState:(SBSMatrixScanHighlightingState)state;
Definition: SBSOverlayController.h:66
Controls the camera and orchestrates the barcode scanning process.
Definition: SBSBarcodePicker.h:145
Definition: SBSOverlayController.h:78
Definition: SBSOverlayController.h:80
UIToolbar * toolBar
The tool bar that can be shown at the bottom of the scan screen.
Definition: SBSOverlayController.h:111
Definition: SBSOverlayController.h:67
Definition: SBSOverlayController.h:64
BOOL beepEnabled()
Whether to play a sound when a barcode is recognized. If the phone's ring mode is set to muted or vib...
id< SBSOverlayControllerDidCancelDelegate > cancelDelegate
The overlay controller delegate that handles the didCancelWithStatus callback.
Definition: SBSOverlayController.h:118
Definition: SBSOverlayController.h:69
SBSGuiStyle guiStyle
The GUI style drawn to display the indicator where the code should be scanned and the visualization o...
Definition: SBSOverlayController.h:128
void resetUI()
Resets the scan screen user interface to its initial state.
Protocol cancel events.
Definition: SBSOverlayController.h:39
BOOL vibrateEnabled()
Whether the device should vibrate when a code was recognized.
Definition: SBSOverlayController.h:68
Definition: SBSOverlayController.h:79
Definition: SBSOverlayController.h:65