C# 클래스 RadegastSpeech.PluginControl

상속: IRadegastPlugin
파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
config OSDMap
instance Radegast.RadegastInstance

공개 메소드들

메소드 설명
MainForm_KeyDown ( object sender, KeyEventArgs e ) : void
MarkDisabled ( ) : void
OnSpeechMenuButtonClicked ( object sender, EventArgs e ) : void

Handle toggling of our enable flag

SaveSpeechSettings ( ) : void
StartPlugin ( Radegast.RadegastInstance inst ) : void

Plugin start-up entry.

Called by Radegast at start-up

StopPlugin ( Radegast.RadegastInstance inst ) : void

Plugin shut-down entry

Called by Radegast at shut-down, or when Speech is switched off. We use this to release system resources.

비공개 메소드들

메소드 설명
Initialize ( ) : void

Startup code (executed only when needed)

LoadOSLayer ( ) : void

Find the system-specific DLL for this platform

Shutdown ( ) : void

Shutdown speech module

StartControls ( ) : void

Start all speech subsystems

메소드 상세

MainForm_KeyDown() 공개 메소드

public MainForm_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
리턴 void

MarkDisabled() 공개 메소드

public MarkDisabled ( ) : void
리턴 void

OnSpeechMenuButtonClicked() 공개 메소드

Handle toggling of our enable flag
public OnSpeechMenuButtonClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SaveSpeechSettings() 공개 메소드

public SaveSpeechSettings ( ) : void
리턴 void

StartPlugin() 공개 메소드

Plugin start-up entry.
Called by Radegast at start-up
public StartPlugin ( Radegast.RadegastInstance inst ) : void
inst Radegast.RadegastInstance
리턴 void

StopPlugin() 공개 메소드

Plugin shut-down entry
Called by Radegast at shut-down, or when Speech is switched off. We use this to release system resources.
public StopPlugin ( Radegast.RadegastInstance inst ) : void
inst Radegast.RadegastInstance
리턴 void

프로퍼티 상세

config 공개적으로 프로퍼티

public OSDMap config
리턴 OSDMap

instance 공개적으로 프로퍼티

public RadegastInstance,Radegast instance
리턴 Radegast.RadegastInstance