C# 클래스 ACAT.Extensions.Default.UI.Dialogs.WordPredictionSettingsForm

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

공개 메소드들

메소드 설명
OnButtonActuated ( Widget widget ) : void

Triggered when a widget is actuated

OnPause ( ) : void

Pauses animation

OnResume ( ) : void

Resumes paused dialog

OnRunCommand ( string command, bool &handled ) : void

Not used

WordPredictionSettingsForm ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Form is closing. Release resources

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

ScannerSettingsForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing. Release resources

ScannerSettingsForm_Load ( object sender, EventArgs e ) : void

Form has been loaded

WndProc ( Message &m ) : void
initWidgetSettings ( ACATPreferences prefs ) : void

Inits the controls in the dialog box based on settings

loadDefaultSettings ( ) : void

Loads default values for all the settings in the dialog

quit ( ) : void

Confirms with the user and quits the dialog

saveSettingsAndQuit ( ) : void

Saves settings and closes the dialog

subscribeToEvents ( ) : void

Subscribes to all the events triggered by the widgets and the interpreter

updateSettingsFromUI ( ) : ACATPreferences

Update settings based on what the user has set in the dialog. Returns the preferences object with the settings

widget_EvtValueChanged ( object sender, WidgetEventArgs e ) : void

Some setting changed. Set the dirty flag to indicate this

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnButtonActuated() 공개 메소드

Triggered when a widget is actuated
public OnButtonActuated ( Widget widget ) : void
widget Widget Which one triggered?
리턴 void

OnFormClosing() 보호된 메소드

Form is closing. Release resources
protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs closing arg
리턴 void

OnPause() 공개 메소드

Pauses animation
public OnPause ( ) : void
리턴 void

OnResume() 공개 메소드

Resumes paused dialog
public OnResume ( ) : void
리턴 void

OnRunCommand() 공개 메소드

Not used
public OnRunCommand ( string command, bool &handled ) : void
command string
handled bool
리턴 void

WordPredictionSettingsForm() 공개 메소드

Initializes a new instance of the class.
public WordPredictionSettingsForm ( ) : System
리턴 System