C# Class SnapDotNet.Apps.Pages.SignedIn.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Mostrar archivo Open project: 0xdeafcafe/SnapDotNet

Public Methods

Method Description
HardwareButtons_CameraPressed ( object sender, CameraEventArgs e ) : void
MainPage ( ) : System
OnSettingsCommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
videoRecordTimer_Tick ( object sender, object e ) : void

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
ButtonFriends_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonFrontFacing_CheckChanged ( object sender, RoutedEventArgs e ) : void
ButtonPhoto_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonRecord_OnHolding ( object sender, Windows e ) : void
CapturePhoto ( ) : void
FlashButton_CheckChanged ( object sender, RoutedEventArgs e ) : void
OnSettingsTapped ( object sender, RoutedEventArgs e ) : void
camOnNav ( ) : System.Threading.Tasks.Task

Method Details

HardwareButtons_CameraPressed() public method

public HardwareButtons_CameraPressed ( object sender, CameraEventArgs e ) : void
sender object
e CameraEventArgs
return void

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
return void

OnSettingsCommandsRequested() public method

public OnSettingsCommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
sender Windows.UI.ApplicationSettings.SettingsPane
args Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs
return void

videoRecordTimer_Tick() public method

public videoRecordTimer_Tick ( object sender, object e ) : void
sender object
e object
return void