Method | Description | |
---|---|---|
OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void |
Triggered when a widget is actuated.
|
|
OnPause ( ) : void |
Pause the scanner
|
|
OnResume ( ) : void |
Resume paused scanner
|
|
OnRunCommand ( string command, bool &handled ) : void |
Not used
|
|
ScannerSettingsForm ( ) : System |
Initializes a new instance of the class.
|
Method | Description | |
---|---|---|
OnFormClosing ( |
Form is closing release resources
|
Method | Description | |
---|---|---|
ScannerSettingsForm_FormClosing ( object sender, |
Form is closing. Releases resources
|
|
ScannerSettingsForm_Load ( object sender, |
Form has been loaded. Initialize
|
|
WndProc ( |
||
getSettingsFromUI ( ) : ACAT.Lib.Extension.ACATPreferences |
Gets the values from the form and updates the settings. Returns the preferences object with the new settings
|
|
initWidgetSettings ( ACAT.Lib.Extension.ACATPreferences prefs ) : void |
Initialize the controls on the form based on the corresponding values in the preferences
|
|
loadDefaultSettings ( ) : void |
Loads default settings from the preferences file
|
|
quit ( ) : void |
Confirms with the user and quits the dialog
|
|
saveSettingsAndQuit ( ) : void |
Saves the settings and quits the dialog
|
|
subscribeToEvents ( ) : void |
Subscribes to all the events triggered by the widgets and the interpreter
|
|
widget_EvtValueChanged ( object sender, ACAT.Lib.Core.WidgetManagement.WidgetEventArgs e ) : void |
User changed some setting on the screen. Set the dirty flag to indicate this
|
public OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void | ||
widget | ACAT.Lib.Core.WidgetManagement.Widget | Which one triggered? |
return | void |
protected OnFormClosing ( |
||
e | event arg | |
return | void |
public OnRunCommand ( string command, bool &handled ) : void | ||
command | string | |
handled | bool | |
return | void |