Click |
The ClickAndTeachViewModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AddWarningToNotificationPanel | ||
| CheckMatricesOnEquality | Checks all elements of the two given matrices on equality; i.e. matrixA[i,j] == matrixB[i,j] for all i, j. | |
| CreateRoiImage | Creates an image from the given ROI. In multi head scenarios a combined image from several cameras will be created if necessary. | |
| GetCenterPointWorldFromTileRectangle | Calculates from the given rectangle corners the center point. Not quite clear any longer under which conditions this is not just the geometric center. But to be on the safe side we get the TileRectangleResult in the same way here when called by ImageProcessing.FindPositions() as in the normal operation. | |
| GetJobDefinition | Retrieves the active job. | |
| GetJobDefinitionOfJobElementHolder | Searches the JobDefinition the given JobElementHolder object belongs to. | |
| GetJobDefinitionService | Retrieves Rayguide's JobDefinitionService. | |
| GetOrCreateInstance | ||
| LoadSettings | Loads the Click and Teach settings and puts them into the panel's fields. | |
| OnClickAndTeachSelectionModeChanged | ||
| OnPropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BindableBase) | |
| RaisePropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BindableBase) | |
| SaveSettings | Saves the Click and Teach settings. Since ClickAndTeachView.OnRootUnloaded() is not called when closing RAYGUIDE, the settings are saved each time a change in the panel's settings fields are done. This happens also when loading the settings, but the values are not there at this time; therefore saving will be disabled in this case with flag _areSettingsLoading. | |
| SetProperty``1(UMP, UMP, String) |
Checks if a property already matches a desired value. Sets the property and
notifies listeners only when necessary.
(Inherited from BindableBase) | |
| SetProperty``1(UMP, UMP, Action, String) |
Checks if a property already matches a desired value. Sets the property and
notifies listeners only when necessary.
(Inherited from BindableBase) | |
| ShowDeviceSettingsUI | ||
| StartStopPollingTimer | Starts the polling timer. | |
| UpdateCopyContainerWorkspaceMarking | Shows a blue rectangle in the workspace as defined in the arg. |