C# Класс ACAT.Extensions.Default.UI.Dialogs.WordPredictionSettingsForm

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

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

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