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

Inheritance: IViewInputMgr
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

Init() public méthode

Inititialize the input manager
public Init ( IVwRootBox rootb ) : void
rootb IVwRootBox
Résultat void

KillFocus() public méthode

Deactivate the input method
public KillFocus ( ) : void
Résultat void

OnLayoutChange() public méthode

Called when the layout of the view changes.
public OnLayoutChange ( ) : void
Résultat void

OnMouseEvent() public méthode

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
Résultat bool

OnSelectionChange() public méthode

Called when the selection changes.
public OnSelectionChange ( int nHow ) : void
nHow int
Résultat void

OnTextChange() public méthode

Called when the text changes.
public OnTextChange ( ) : void
Résultat void

OnUpdateProp() public méthode

Called before a property gets updated.
public OnUpdateProp ( ) : bool
Résultat bool

SetFocus() public méthode

Activate the input method
public SetFocus ( ) : void
Résultat void

TerminateAllCompositions() public méthode

End all active compositions. Not applicable on Mono.
public TerminateAllCompositions ( ) : void
Résultat void