C# 클래스 SIL.FieldWorks.Common.RootSites.ViewInputManager

상속: IViewInputMgr
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( ) : void
Init ( IVwRootBox rootb ) : void

Inititialize the input manager

KillFocus ( ) : void

Deactivate the input method

OnLayoutChange ( ) : void

Called when the layout of the view changes.

OnMouseEvent ( int xd, int yd, Rect rcSrc, Rect rcDst, VwMouseEvent me ) : bool

Called when a mouse event happened.

OnSelectionChange ( int nHow ) : void

Called when the selection changes.

OnTextChange ( ) : void

Called when the text changes.

OnUpdateProp ( ) : bool

Called before a property gets updated.

SetFocus ( ) : void

Activate the input method

TerminateAllCompositions ( ) : void

End all active compositions. Not applicable on Mono.

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Init() 공개 메소드

Inititialize the input manager
public Init ( IVwRootBox rootb ) : void
rootb IVwRootBox
리턴 void

KillFocus() 공개 메소드

Deactivate the input method
public KillFocus ( ) : void
리턴 void

OnLayoutChange() 공개 메소드

Called when the layout of the view changes.
public OnLayoutChange ( ) : void
리턴 void

OnMouseEvent() 공개 메소드

Called when a mouse event happened.
public OnMouseEvent ( int xd, int yd, Rect rcSrc, Rect rcDst, VwMouseEvent me ) : bool
xd int
yd int
rcSrc Rect
rcDst Rect
me VwMouseEvent
리턴 bool

OnSelectionChange() 공개 메소드

Called when the selection changes.
public OnSelectionChange ( int nHow ) : void
nHow int
리턴 void

OnTextChange() 공개 메소드

Called when the text changes.
public OnTextChange ( ) : void
리턴 void

OnUpdateProp() 공개 메소드

Called before a property gets updated.
public OnUpdateProp ( ) : bool
리턴 bool

SetFocus() 공개 메소드

Activate the input method
public SetFocus ( ) : void
리턴 void

TerminateAllCompositions() 공개 메소드

End all active compositions. Not applicable on Mono.
public TerminateAllCompositions ( ) : void
리턴 void