C# Class NavigationDemoWpf.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: Dronacharya-Org/Dronacharya

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
GetEventByName ( string name ) : SimulationEvent
GetMachineByName ( string name ) : SimulationMachine
OnAltitudeChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
OnButtonChecked ( object sender, RoutedEventArgs e ) : void
OnHomePinMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnLogEvent ( object sender, string e ) : void
OnMainWindowClosed ( object sender, EventArgs e ) : void
OnMainWindowLoaded ( object sender, RoutedEventArgs e ) : void
OnMapMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnMapTapped ( Location location ) : void
OnToggleButtonChecked ( object sender, RoutedEventArgs e ) : void
OnToggleButtonUnchecked ( object sender, RoutedEventArgs e ) : void
ParseTag ( string tag, string eventSuffix ) : SimulationEvent>.Tuple
SetHome ( ) : void
SetView ( Location location ) : void
ShowError ( string v ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System