Rayguide |
public class RayguideWrapper : BaseBindableView, IComponentConnector
The RayguideWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| RayguideWrapper | The default constructor. RAYGUIDE API will use default system and user folders. | |
| RayguideWrapper(String, String) | The constructor. |
| Name | Description | |
|---|---|---|
| CanRedo | The flag whether a redo operation is available. | |
| CanUndo | The flag whether an undo operation is available. | |
| ExceptionCallback | The callback function when an exception occurs. The function has the exception as the parameter. | |
| MarkerApi | The root class of RAYGUIDE API being used by the GUI. | |
| ModalMessageCallback | The callback function when a message is to be displayed as a modal dialog. The function has the message as the parameter. |
| Name | Description | |
|---|---|---|
| GetActiveJobPath | Gets the name of the active job. | |
| InitializeComponent | InitializeComponent | |
| OnCloseJob | Tells RAYGUIDE GUI to close the active job. | |
| OnClosing | Raises the shutdown event for RAYGUIDE GUI with exit code 0. | |
| OnCorners | Tells RAYGUIDE GUI to toggle the sharp corners in the canvas. | |
| OnDevice | Tells RAYGUIDE GUI to open the device configuration dialog. | |
| OnGrid | Tells RAYGUIDE GUI to toggle the grid in the canvas. | |
| OnGuideLines | Tells RAYGUIDE GUI to toggle the guide lines in the canvas. | |
| OnJumps | Tells RAYGUIDE GUI to toggle the jump arrows in the canvas. | |
| OnLoadJob | Tells RAYGUIDE GUI to load a job. | |
| OnLoadVectorGraphic | Tells RAYGUIDE GUI to load a vector graphic. | |
| OnMarkingWithShortcuts | Tells RAYGUIDE GUI to open the marking with shortcuts dialog. | |
| OnNewJob | Tells RAYGUIDE GUI to create a new job. | |
| OnRedo | Tells RAYGUIDE GUI to redo the last redoable action. | |
| OnSaveJob | Tells RAYGUIDE GUI to save the active job. | |
| OnSystemPref | Tells RAYGUIDE GUI to open the system preferences dialog. | |
| OnTips | Tells RAYGUIDE GUI to toggle the arrow tips of the paths in the canvas. | |
| OnUndo | Tells RAYGUIDE GUI to undo the last undoable action. | |
| OnUserPref | Tells RAYGUIDE GUI to open the user preferences dialog. | |
| RaisePropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BaseBindableView) | |
| SetPropertyT |
Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView) | |
| StartMark | Tells RAYGUIDE GUI to execute using the current marking settings (e.g. on-host vs on-card, active job vs all jobs). | |
| StopMark | Tells RAYGUIDE GUI to stop all executions. | |
| SynchronizeScanControllerTime | Synchronizes the time on each scan controllers to the time of the computer. | |
| VerifyLicense | Verifies the licenses needed by RAYGUIDE GUI. |
| Name | Description | |
|---|---|---|
| EmissionActiveChanged | The event when emission changed. The tuple of scan controllers and jobs are passed as the parameters. | |
| PropertyChanged |
Raised whenever a property value has changed.
(Inherited from BaseBindableView) | |
| RestartRequested | The event when restart is requested. | |
| ShutdownRequested | The event when shutdown is requested. The exit code is passed as the parameter. |
| Name | Description | |
|---|---|---|
| IComponentConnectorConnect | Attaches events and names to compiled content. |