C# Class ACAT.Extensions.Default.AppAgents.TalkWindowAgent.TalkWindowContextMenu

Inheritance: ACAT.Lib.Extension.MenuPanel
Afficher le fichier Open project: brlima94/acat-localization Class Usage Examples

Méthodes publiques

Méthode Description
TalkWindowContextMenu ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
getTalkWindowText ( ) : String

Returns either the selected text or the current paragraph in the talk window

handleGoogleSearch ( ) : void

Takes text from the talk window and does a google search on it

handleQuickSearch ( ) : void

Takes text from the talk window and goes to the first hit found when a search is done.

handleSpeechControl ( ) : void

If text-to-speech is handled by hardware, this function can be used to send any escape sequences to control speech parameters in the hw. First checks if the speech controller supports the feature.

handleTalkWindowZoom ( ) : void

Displays the talk window zoom menu

handleWikiSearch ( ) : void

Does a wikipedia search on text in the talk window

showZoomMenu ( ) : void

Displays the zoom menu for the talk window

Method Details

TalkWindowContextMenu() public méthode

Initializes a new instance of the class.
public TalkWindowContextMenu ( String panelClass, String panelTitle ) : System
panelClass String Name of the scanner
panelTitle String Title of the menu
Résultat System