C# 클래스 ZXing.Mobile.ZXingScannerViewController

상속: UIViewController, IScannerViewController
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HandleOnScannerSetupComplete ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

메소드 상세

AsViewController() 공개 메소드

public AsViewController ( ) : UIViewController
리턴 UIViewController

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

GetSupportedInterfaceOrientations() 공개 메소드

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
리턴 UIInterfaceOrientationMask

PauseAnalysis() 공개 메소드

public PauseAnalysis ( ) : void
리턴 void

ResumeAnalysis() 공개 메소드

public ResumeAnalysis ( ) : void
리턴 void

ShouldAutorotate() 공개 메소드

public ShouldAutorotate ( ) : bool
리턴 bool

ToggleTorch() 공개 메소드

public ToggleTorch ( ) : void
리턴 void

Torch() 공개 메소드

public Torch ( bool on ) : void
on bool
리턴 void

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void

ZXingScannerViewController() 공개 메소드

public ZXingScannerViewController ( ZXing.Mobile.MobileBarcodeScanningOptions options, MobileBarcodeScanner scanner ) : System
options ZXing.Mobile.MobileBarcodeScanningOptions
scanner MobileBarcodeScanner
리턴 System