C# Class ZXing.Mobile.ZXingScannerViewController

Inheritance: UIViewController, IScannerViewController
Afficher le fichier Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Méthodes publiques

Méthode Description
AsViewController ( ) : UIViewController
Cancel ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
PauseAnalysis ( ) : void
ResumeAnalysis ( ) : void
ShouldAutorotate ( ) : bool
ToggleTorch ( ) : void
Torch ( bool on ) : void
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void
ZXingScannerViewController ( ZXing.Mobile.MobileBarcodeScanningOptions options, MobileBarcodeScanner scanner ) : System

Private Methods

Méthode Description
HandleOnScannerSetupComplete ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Method Details

AsViewController() public méthode

public AsViewController ( ) : UIViewController
Résultat UIViewController

Cancel() public méthode

public Cancel ( ) : void
Résultat void

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

PauseAnalysis() public méthode

public PauseAnalysis ( ) : void
Résultat void

ResumeAnalysis() public méthode

public ResumeAnalysis ( ) : void
Résultat void

ShouldAutorotate() public méthode

public ShouldAutorotate ( ) : bool
Résultat bool

ToggleTorch() public méthode

public ToggleTorch ( ) : void
Résultat void

Torch() public méthode

public Torch ( bool on ) : void
on bool
Résultat void

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void

ZXingScannerViewController() public méthode

public ZXingScannerViewController ( ZXing.Mobile.MobileBarcodeScanningOptions options, MobileBarcodeScanner scanner ) : System
options ZXing.Mobile.MobileBarcodeScanningOptions
scanner MobileBarcodeScanner
Résultat System