C# 클래스 ACAT.Extensions.Default.UI.Scanners.AlphabetScannerAbc70Keys

파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
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