C# Класс SIL.FieldWorks.Common.RootSites.ViewInputManager

Наследование: IViewInputMgr
Показать файл Открыть проект

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