C# Класс ACAT.Extensions.Default.UI.Scanners.AlphabetScannerAbc70Keys

Показать файл Открыть проект

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

Метод Описание
AlphabetScannerAbc70Keys ( ) : System

Initializes a new instance of the class.

CheckWidgetEnabled ( CheckEnabledArgs arg ) : bool

Invoked to check if a scanner button should be enabled. Uses context to determine the 'enabled' state.

Initialize ( StartupArg startupArg ) : bool

Intitializes the class

OnFocusChanged ( WindowActivityMonitorInfo monitorInfo ) : void

Invoked when the focus changes either in the active window or when the active window itself changes.

OnPause ( ) : void

Pauses animations

OnQueryPanelChange ( PanelRequestEventArgs eventArg ) : bool

Not used

OnResume ( ) : void

Resumes animation

OnWidgetActuated ( Widget widget, bool &handled ) : void

Triggered when the user actuates a widget

RestoreDefaults ( ) : void

Restores default zoom and position settings

SaveScaleSetting ( ) : void

Saves the current scale setting

SaveSettings ( ) : void

Saves the current zoom settings

ScaleDefault ( ) : void

Sets the default scale factor

ScaleDown ( ) : void

Zooms out the scanner

ScaleUp ( ) : void

Zooms in the scanner

SetTargetControl ( Form parent, Widget widget ) : void

Not used

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Form is closing. Release resources

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

Метод Описание
AlphabetScanner_FormClosing ( object sender, FormClosingEventArgs e ) : void

Releases resources

AlphabetScanner_Load ( object sender, EventArgs e ) : void

The form has loaded. Start the animation sequence

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WndProc ( Message &m ) : void
_alphabetScannerCommon_EvtFormatPreditionWord ( int index, string word ) : string

Handler to format the word prediction words. Add an index number prefix.

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

AlphabetScannerAbc70Keys() публичный Метод

Initializes a new instance of the class.
public AlphabetScannerAbc70Keys ( ) : System
Результат System

CheckWidgetEnabled() публичный Метод

Invoked to check if a scanner button should be enabled. Uses context to determine the 'enabled' state.
public CheckWidgetEnabled ( CheckEnabledArgs arg ) : bool
arg CheckEnabledArgs info about the scanner button
Результат bool

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Initialize() публичный Метод

Intitializes the class
public Initialize ( StartupArg startupArg ) : bool
startupArg StartupArg startup params
Результат bool

OnFocusChanged() публичный Метод

Invoked when the focus changes either in the active window or when the active window itself changes.
public OnFocusChanged ( WindowActivityMonitorInfo monitorInfo ) : void
monitorInfo WindowActivityMonitorInfo Info about focused element
Результат void

OnFormClosing() защищенный Метод

Form is closing. Release resources
protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs closing param
Результат void

OnPause() публичный Метод

Pauses animations
public OnPause ( ) : void
Результат void

OnQueryPanelChange() публичный Метод

Not used
public OnQueryPanelChange ( PanelRequestEventArgs eventArg ) : bool
eventArg PanelRequestEventArgs
Результат bool

OnResume() публичный Метод

Resumes animation
public OnResume ( ) : void
Результат void

OnWidgetActuated() публичный Метод

Triggered when the user actuates a widget
public OnWidgetActuated ( Widget widget, bool &handled ) : void
widget Widget widget actuated
handled bool was this handled?
Результат void

RestoreDefaults() публичный Метод

Restores default zoom and position settings
public RestoreDefaults ( ) : void
Результат void

SaveScaleSetting() публичный Метод

Saves the current scale setting
public SaveScaleSetting ( ) : void
Результат void

SaveSettings() публичный Метод

Saves the current zoom settings
public SaveSettings ( ) : void
Результат void

ScaleDefault() публичный Метод

Sets the default scale factor
public ScaleDefault ( ) : void
Результат void

ScaleDown() публичный Метод

Zooms out the scanner
public ScaleDown ( ) : void
Результат void

ScaleUp() публичный Метод

Zooms in the scanner
public ScaleUp ( ) : void
Результат void

SetTargetControl() публичный Метод

Not used
public SetTargetControl ( Form parent, Widget widget ) : void
parent Form
widget Widget
Результат void