Method | Description | |
---|---|---|
AlphabetScannerCommon ( IScannerPanel scannerPanel ) : System |
Constructor. Initialize the various controls and display the UI
|
|
CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : bool |
Checks if the widget in arg needs to be enabled or not depending on the context. Call this in the CheckWidgetEnabled function in the Alphabet scanner.
|
|
Dispose ( ) : void |
Call this in the Dispose() function of the Alphabet scanner
|
|
Initialize ( ACAT.Lib.Core.PanelManagement.StartupArg startupArg ) : bool |
Call this in the Initialize function of the Alphabet scanner
|
|
OnClosing ( object sender, |
Release resources and stop threads/timers. Call this in the OnClosing() function in the Alphabet scanner.
|
|
OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo info ) : void |
Invoked when the focus changes either in the active window or when the active window itself changes. Call this from the OnFocusChanged function in the Alphabet scanner
|
|
OnFormClosing ( |
Scanner is closing. Call this in the OnFormClosing function in the Alphabet scanner.
|
|
OnLoad ( object sender, |
The form has loaded. Start the animation sequence. Call this from the OnLoad function in the Alphabet scanner
|
|
OnPause ( ) : void |
Pause the application. Call this in the OnPause function in the Alphabet scanner.
|
|
OnResume ( ) : void |
Resumes the application. Call this in the OnResume function in the Alphabet scanner.
|
|
OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void |
Triggered when a widget is actuated. Call this in the OnWidgetActuated function in the Alphabet scanner.
|
|
RestoreDefaults ( ) : void |
Restores default size and position. Call this in the RestoreDefaults function in the Alphabet scanner.
|
|
SaveScaleSetting ( ) : void |
Saves the current scale setting
|
|
SaveSettings ( ) : void |
Saves current size/position settings. Call this in the SaveSettings function in the Alphabet scanner.
|
|
ScaleDefault ( ) : void |
Sets the default scale factor
|
|
ScaleDown ( ) : void |
Zooms out the scanner. Call this in the ScaleDown function in the Alphabet scanner.
|
|
ScaleUp ( ) : void |
Zooms in the scanner. Call this in the ScaleUp function in the Alphabet scanner.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposer. Releases resources and cleanup.
|
Method | Description | |
---|---|---|
AppAgent_EvtTextChanged ( object sender, |
Something changed in the output text window. Sest the word in the "CurrentWordWidget" box and do a fresh word prediction
|
|
KeyStateTracker_EvtKeyStateChanged ( ) : void |
Some modifier key was pressed. Handled it.
|
|
WndProc ( |
||
contains ( IEnumerable |
Checks if the word is in the list
|
|
formatWord ( int index, String word ) : String |
Formats the prediction word with the index
|
|
refreshWordPredictionsAndSetCurrentWord ( ) : void |
Fetch new set of words into the prediction list box
|
|
subscribeToEvents ( ) : void |
Subscribes to all the events triggered by the widgets and the interpreter
|
|
subscribeToTalkManagerEvents ( ) : void |
Subscribes to events triggered by the Output manager
|
|
tryRefreshWordPredictionsAndSetCurrentWord ( ) : bool |
Refreshes the word prediction list and also updates the current word box with the word that is currently being typed.
|
public AlphabetScannerCommon ( IScannerPanel scannerPanel ) : System | ||
scannerPanel | IScannerPanel | |
return | System |
public CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : bool | ||
arg | ACAT.Lib.Core.AgentManagement.CheckEnabledArgs | widget info |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to dispose managed resources |
return | void |
public Initialize ( ACAT.Lib.Core.PanelManagement.StartupArg startupArg ) : bool | ||
startupArg | ACAT.Lib.Core.PanelManagement.StartupArg | startup arguments |
return | bool |
public OnClosing ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo info ) : void | ||
info | ACAT.Lib.Core.Utility.WindowActivityMonitorInfo | |
return | void |
public OnFormClosing ( |
||
e | event args | |
return | void |
public OnLoad ( object sender, |
||
sender | object | |
e | ||
return | void |
public OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void | ||
widget | ACAT.Lib.Core.WidgetManagement.Widget | widget that was actuated |
handled | bool | set to true if handled |
return | void |