C# Класс ACAT.Extensions.Default.AppAgents.TalkWindowAgent.TalkWindowContextMenu

Наследование: ACAT.Lib.Extension.MenuPanel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TalkWindowContextMenu ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Приватные методы

Метод Описание
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

Описание методов

TalkWindowContextMenu() публичный метод

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
Результат System