C# Class Glow.PaneControls.WeatherPane

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page, IProgramPane
显示文件 Open project: QuinnDamerell/Glow

Public Methods

Method Description
OnCommand ( Command cmd ) : void
OnProgramListChanged ( ) : void
WeatherPane ( IProgramController controller ) : Glow.Interfaces

Private Methods

Method Description
GetAndSetProgramState ( ) : void
GetGpsLocation ( ) : void
SendNewSettings ( WeatherSettings settings ) : System.Threading.Tasks.Task
WeatherEnabled_Toggled ( object sender, RoutedEventArgs e ) : void

Method Details

OnCommand() public method

public OnCommand ( Command cmd ) : void
cmd GlowCommon.DataObjects.Command
return void

OnProgramListChanged() public method

public OnProgramListChanged ( ) : void
return void

WeatherPane() public method

public WeatherPane ( IProgramController controller ) : Glow.Interfaces
controller IProgramController
return Glow.Interfaces