Click or drag to resize

API changes - 2.34

RAYLASE.Marker.Common.dll
  public class RAYLASE.Marker.Common.Metadata

+ public ImageSource Icon { get; }
- public ImageSource Icon { get; set; }

RAYLASE.Marker.Device.dll
  public class RAYLASE.Marker.Device.ScanController.BaseScanController

- public abstract void SetExecutionInProgress( bool active )
- public abstract void SetMarkInProgress( bool active )
+ public abstract void SetSpecialFunctionIO( SpecialFunctionType specialFunction, bool value )
+ public void SetExecutionInProgress( bool active )
+ public void SetMarkInProgress( bool active )

public enum RAYLASE.Marker.Device.ScanController.SpecialFunctionType

+ ExecutionInProgress
+ JobBinningInProgress
+ JobElementSpecificSignal
+ MarkInProgress
+ None

RAYLASE.Marker.GUI.Common.dll
  public class RAYLASE.Marker.GUI.Common.Extensions

+ public static IList<string> GetValidationMessages( JobValidatorCategory jobValidatorCategory )

  public class RAYLASE.Marker.GUI.Common.GuiConfiguration

+ public int LastUsedExecutorJobSelection { get; set; }
+ public string LastUsedExecutorType { get; set; }

RAYLASE.Marker.Job.dll
  public class RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile

- public BaseJobExecutorProfile CopyFrom( BaseJobExecutorProfile source )
+ public BaseJobExecutorProfile CopyFrom( BaseJobExecutorProfile source, bool keepThreadWaitsReference = false )
+ public bool FlattenJob { get; set; }

public class RAYLASE.Marker.Job.Extensions

+ public static JobValidatorCategory GetJobValidatorCategory( ApplicationConfiguration applicationConfig )

RAYLASE.Marker.VectorGraphicElement.dll
  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicTextLayer

+ protected virtual void DoTransform( dmat4 transformation )

RAYLASE.MarkerPlugin.dll
  public class RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SpecialFunctions

+ public MIPSettings Jbip { get; }

  public class RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device

- public virtual void SetExecutionInProgress( bool active )
- public virtual void SetMarkInProgress( bool active )
+ public virtual void SetSpecialFunctionIO( SpecialFunctionType specialFunction, bool value )