C# 클래스 SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.CommitOnlyIbusCommunicator

Mock IBusCommunicator implementation that just echos back any sent keypresses.(Doesn't show preedit)
상속: ITestableIbusCommunicator
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
CreateInputContext ( ) : void
Dispose ( ) : void
FocusIn ( ) : void
FocusOut ( ) : void
NotifySelectionLocationAndHeight ( int x, int y, int height ) : void
ProcessKeyEvent ( int keySym, int scanCode, Keys state ) : bool
Reset ( ) : void

메소드 상세

CreateInputContext() 공개 메소드

public CreateInputContext ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FocusIn() 공개 메소드

public FocusIn ( ) : void
리턴 void

FocusOut() 공개 메소드

public FocusOut ( ) : void
리턴 void

NotifySelectionLocationAndHeight() 공개 메소드

public NotifySelectionLocationAndHeight ( int x, int y, int height ) : void
x int
y int
height int
리턴 void

ProcessKeyEvent() 공개 메소드

public ProcessKeyEvent ( int keySym, int scanCode, Keys state ) : bool
keySym int
scanCode int
state Keys
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void