C# Class GestSpace.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: NicolasDorier/GestSpace

Public Properties

Property Type Description
MainStateProperty System.Windows.DependencyProperty
ViewModelProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
Center void
Center void
Center void
CreateDoubleAnimation System.Windows.Media.Animation.DoubleAnimation
GetAngle int?
KeepPopularFinger IList
MainWindow_Closed void
MainWindow_Loaded void
Maximize void
Minimize void
OnCurrentTileChanged void
OnMainStateChanged void
ToString string
Window_KeyDown void

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Center ( ) : void
Center ( FrameworkElement hex ) : void
Center ( TileViewModel tile ) : void
CreateDoubleAnimation ( double to, Duration duration ) : System.Windows.Media.Animation.DoubleAnimation
GetAngle ( Leap.Finger f ) : int?
KeepPopularFinger ( IList fingers ) : IList
MainWindow_Closed ( object sender, EventArgs e ) : void
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
Maximize ( ) : void
Minimize ( ) : void
OnCurrentTileChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnMainStateChanged ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs args ) : void
ToString ( Leap vector ) : string
Window_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

Property Details

MainStateProperty public_oe static_oe property

public static DependencyProperty,System.Windows MainStateProperty
return System.Windows.DependencyProperty

ViewModelProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewModelProperty
return System.Windows.DependencyProperty