Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( FormClosingEventArgs e ) : void |
Form is closing. Release resources
|
Method | Description | |
---|---|---|
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
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public OnButtonActuated ( Widget widget ) : void | ||
widget | Widget | Which one triggered? |
return | void |
protected OnFormClosing ( FormClosingEventArgs e ) : void | ||
e | FormClosingEventArgs | closing arg |
return | void |
public OnRunCommand ( string command, bool &handled ) : void | ||
command | string | |
handled | bool | |
return | void |
public WordPredictionSettingsForm ( ) : System | ||
return | System |