C# Class ProjectWerner.Face2Speech.ViewModels.MainViewModel

Datei anzeigen Open project: GregorBiswanger/ProjectWerner

Public Methods

Method Description
MainViewModel ( ) : System
OnButtonClicked ( object sender, RoutedEventArgs routedEventArgs ) : void

Private Methods

Method Description
Connected ( ) : void
LoadConfig ( ) : void
OnFaceDetected ( ) : void
OnFaceLost ( ) : void
OnInterval ( object sender, EventArgs e ) : void
OnMouthClosed ( ) : void
OnMouthOpened ( ) : void
SetProposalWordIndex ( ) : void
SetTextActivity ( KeyboardChars Chars ) : void
SetThreadExecutionState ( EXECUTION_STATE esFlags ) : EXECUTION_STATE
WaitForConfirmation ( ) : void

Method Details

MainViewModel() public method

public MainViewModel ( ) : System
return System

OnButtonClicked() public method

public OnButtonClicked ( object sender, RoutedEventArgs routedEventArgs ) : void
sender object
routedEventArgs System.Windows.RoutedEventArgs
return void