C# Class SIL.FieldWorks.Common.RootSites.ViewInputManager

Inheritance: IViewInputMgr
ファイルを表示 Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Close() public method

public Close ( ) : void
return void

Init() public method

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

KillFocus() public method

Deactivate the input method
public KillFocus ( ) : void
return void

OnLayoutChange() public method

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

OnMouseEvent() public method

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

OnSelectionChange() public method

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

OnTextChange() public method

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

OnUpdateProp() public method

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

SetFocus() public method

Activate the input method
public SetFocus ( ) : void
return void

TerminateAllCompositions() public method

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