C# Class EddiSpeechResponder.SpeechResponder

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

Public Methods

Method 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

Method Description
createVariables ( Event theEvent = null ) : Cottle.Value>.Dictionary

Method Details

ConfigurationTabItem() public method

public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl

Handle() public method

public Handle ( Event theEvent ) : void
theEvent Event
return void

Reload() public method

public Reload ( ) : void
return void

ResponderDescription() public method

public ResponderDescription ( ) : string
return string

ResponderName() public method

public ResponderName ( ) : string
return string

ResponderVersion() public method

public ResponderVersion ( ) : string
return string

Say() public method

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
return void

Say() public method

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

SpeechResponder() public method

public SpeechResponder ( ) : System.Collections.Generic
return System.Collections.Generic

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void