Méthode | Description | |
---|---|---|
Activate ( ) : bool |
Invoked when the Functional agent is activated. This is the entry point for the functional agent. Creates the Phrases scanner, subscribes to events
|
|
CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : void |
Invoked to check if a scanner button should be enabled. Uses context to determine the 'enabled' state.
|
|
Confirm ( String prompt ) : bool |
Get confirmation from the user
|
|
OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, bool &handled ) : void |
Invoked when the focus changes either in the active window or when the active window itself changes.
|
|
OnRequestClose ( ) : bool |
A request came in to close the agent. We MUST quit if this call is ever made
|
|
OnRunCommand ( String command, object commandArg, bool &handled ) : void |
Invoked when there is a request to run a command. This could as a result of the user activating a button on the scanner and there is a command associated with the button
|
Méthode | Description | |
---|---|---|
createEditControlTextInterface ( |
Creates a text control agent object
|
Méthode | Description | |
---|---|---|
PhraseSpeakFormClosing ( object sender, |
Handler for when the Phrases scanner is closing.
|
|
PhraseSpeakFormEvtDone ( bool flag ) : void |
Event handler for event raised when the user wants to quit
|
|
PhraseSpeakFormEvtShowScanner ( object sender, |
Event handler to display the alphabet scanner
|
|
closeScanner ( ) : void |
Closes the Phrases scanner
|
|
quit ( bool showConfirmDialog = true ) : void |
User wants to quit. Show confirmation and quit if user chooses to
|
|
subscribeToEvents ( ) : void |
Subscribes to events
|
|
unsubscribeFromEvents ( ) : void |
Unsubscribe events
|
public CheckWidgetEnabled ( ACAT.Lib.Core.AgentManagement.CheckEnabledArgs arg ) : void | ||
arg | ACAT.Lib.Core.AgentManagement.CheckEnabledArgs | info about the scanner button |
Résultat | void |
public static Confirm ( String prompt ) : bool | ||
prompt | String | prompt to display |
Résultat | bool |
public OnFocusChanged ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, bool &handled ) : void | ||
monitorInfo | ACAT.Lib.Core.Utility.WindowActivityMonitorInfo | Info about focused element |
handled | bool | was this handled |
Résultat | void |
public OnRunCommand ( String command, object commandArg, bool &handled ) : void | ||
command | String | command to run |
commandArg | object | any optional arguments |
handled | bool | was this handled? |
Résultat | void |
protected createEditControlTextInterface ( |
||
handle | handle of the control in focus | |
focusedElement | the automation object associated with the control | |
handled | bool | was this handled? |
Résultat | ACAT.Lib.Core.AgentManagement.TextInterface.TextControlAgentBase |