C# Class BarcodeReaderLib.CameraNavigatePage

Inheritance: PhoneApplicationPage
Datei anzeigen Open project: rhomobile/rhodes

Public Methods

Method Description
BarcodeReader_ResultFound ( Result obj ) : void
CameraButtons_ShutterKeyHalfPressed ( object sender, EventArgs e ) : void
CameraNavigatePage ( ) : System
Camera_Initialized ( object sender, Microsoft e ) : void
ShowPopupTextDialog ( ) : void
cancel_ConfirmationClick ( object sender, RoutedEventArgs e ) : void
ok_ConfirmationClick ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void
OnNavigatingFrom ( System e ) : void

Private Methods

Method Description
ScanForBarcode ( ) : void

Method Details

BarcodeReader_ResultFound() public method

public BarcodeReader_ResultFound ( Result obj ) : void
obj Result
return void

CameraButtons_ShutterKeyHalfPressed() public method

public CameraButtons_ShutterKeyHalfPressed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CameraNavigatePage() public method

public CameraNavigatePage ( ) : System
return System

Camera_Initialized() public method

public Camera_Initialized ( object sender, Microsoft e ) : void
sender object
e Microsoft
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System e ) : void
e System
return void

ShowPopupTextDialog() public method

public ShowPopupTextDialog ( ) : void
return void

cancel_ConfirmationClick() public method

public cancel_ConfirmationClick ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

ok_ConfirmationClick() public method

public ok_ConfirmationClick ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void