C# Class ProjectWerner.Face2Speech.ViewModels.MainViewModel

Afficher le fichier Open project: GregorBiswanger/ProjectWerner

Méthodes publiques

Méthode Description
MainViewModel ( ) : System
OnButtonClicked ( object sender, RoutedEventArgs routedEventArgs ) : void

Private Methods

Méthode 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 méthode

public MainViewModel ( ) : System
Résultat System

OnButtonClicked() public méthode

public OnButtonClicked ( object sender, RoutedEventArgs routedEventArgs ) : void
sender object
routedEventArgs System.Windows.RoutedEventArgs
Résultat void