C# Class EddiSpeechResponder.SpeechResponder

A responder that responds to events with a speech
Inheritance: EDDIResponder
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Méthodes publiques

Méthode Description
ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
Handle ( Event theEvent ) : void
Reload ( ) : void
ResponderDescription ( ) : string
ResponderName ( ) : string
ResponderVersion ( ) : string
Say ( ScriptResolver resolver, string scriptName, Event theEvent = null, int priority = null, bool wait = null ) : void
Say ( string scriptName, Event theEvent = null, int priority = null, bool wait = null ) : void
SpeechResponder ( ) : System.Collections.Generic
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
createVariables ( Event theEvent = null ) : Cottle.Value>.Dictionary

Method Details

ConfigurationTabItem() public méthode

public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
Résultat System.Windows.Controls.UserControl

Handle() public méthode

public Handle ( Event theEvent ) : void
theEvent Event
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

ResponderDescription() public méthode

public ResponderDescription ( ) : string
Résultat string

ResponderName() public méthode

public ResponderName ( ) : string
Résultat string

ResponderVersion() public méthode

public ResponderVersion ( ) : string
Résultat string

Say() public méthode

public Say ( ScriptResolver resolver, string scriptName, Event theEvent = null, int priority = null, bool wait = null ) : void
resolver ScriptResolver
scriptName string
theEvent Event
priority int
wait bool
Résultat void

Say() public méthode

public Say ( string scriptName, Event theEvent = null, int priority = null, bool wait = null ) : void
scriptName string
theEvent Event
priority int
wait bool
Résultat void

SpeechResponder() public méthode

public SpeechResponder ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void