Méthode | Description | |
---|---|---|
MouseGridSettingsForm ( ) : System |
Initializes a new instance of the class.
|
|
OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void |
Invoked when a widget is actuated
|
|
OnPause ( ) : void |
Pauses the scanner
|
|
OnResume ( ) : void |
Resumes paused scanner
|
|
OnRunCommand ( string command, bool &handled ) : void |
Not used
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( |
Form closing. Release resources
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MouseGridSettingsForm_FormClosing ( object sender, |
Form is closing. Release resources
|
|
MouseGridSettingsForm_Load ( object sender, |
Form has been loaded. Initialize
|
|
WndProc ( |
||
getSettingsFromUI ( ) : ACAT.Lib.Extension.ACATPreferences |
Updates settings based on the values set by the user in the form. Returns a ACATPreferences object with the new values.
|
|
initWidgetSettings ( ACAT.Lib.Extension.ACATPreferences prefs ) : void |
Sets the state of all the controls based on the settings in the prefs parameter
|
|
loadDefaultSettings ( ) : void |
Restores default settings from the preferences file
|
|
quit ( ) : void |
If dirty, confirm with user and then quit
|
|
saveSettingsAndQuit ( ) : void |
Saves settings and close the dialog. Confirms with the user first
|
|
subscribeToEvents ( ) : void |
Subscribes to all the events triggered by the widgets and the interpreter
|
|
widget_EvtValueChanged ( object sender, WidgetEventArgs e ) : void |
User changed something on the form. Sets the dirty flag
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void | ||
widget | ACAT.Lib.Core.WidgetManagement.Widget | Which one triggered? |
Résultat | void |
protected OnFormClosing ( |
||
e | eent arg | |
Résultat | void |
public OnRunCommand ( string command, bool &handled ) : void | ||
command | string | |
handled | bool | |
Résultat | void |