C# 클래스 EddiSpeechResponder.SpeechResponder

A responder that responds to events with a speech
상속: EDDIResponder
파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
createVariables ( Event theEvent = null ) : Cottle.Value>.Dictionary

메소드 상세

ConfigurationTabItem() 공개 메소드

public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
리턴 System.Windows.Controls.UserControl

Handle() 공개 메소드

public Handle ( Event theEvent ) : void
theEvent Event
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

ResponderDescription() 공개 메소드

public ResponderDescription ( ) : string
리턴 string

ResponderName() 공개 메소드

public ResponderName ( ) : string
리턴 string

ResponderVersion() 공개 메소드

public ResponderVersion ( ) : string
리턴 string

Say() 공개 메소드

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
리턴 void

Say() 공개 메소드

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

SpeechResponder() 공개 메소드

public SpeechResponder ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void