Click or drag to resize

API changes - 1.21

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

+ public ISet<BaseJobElement> JobElementFilters { get; }
+ public ListType JobElementFilterType { get; set; }

RAYLASE.Marker.JobElement.dll
public class RAYLASE.Marker.JobElement.BaseImageProcessingAutomation

+ public IDictionary<Type, Metadata> AvailableImageProcessingElements { get; set; }
+ protected BaseImageProcessingAutomation( )
+ public string CancelLabel { get; set; }
+ public Action<BaseImageProcessingElement, Action> ImageProcessingElementUIRequested
+ protected void InvokeIPProcElementUIRequested( BaseImageProcessingElement IPProcEl, Action callback )
+ public string Message { get; set; }
+ public string OkLabel { get; set; }
+ public string Title { get; set; }
+ public List<BaseImageProcessingElement> UsedImageProcessingElements { get; set; }

public class RAYLASE.Marker.JobElement.BaseImageProcessingElement

+ protected string ApplicationDataDirectory { get; }
+ protected BaseImageProcessingElement( )
+ protected object DirtyFlagLocker { get; }
+ protected virtual PropertyMask DoGetUIMask( )
+ public Guid ElementID { get; set; }
+ public PropertyMask GetUIMask( )
+ public bool IsDirty { get; set; }
+ public PropertyMask PropertyMask { get; set; }
+ public PluginSettingsView ShowUI( string id )
+ public virtual PluginSettingsView ShowUI( string id, PropertyMask dirtyStatusMask )
+ protected void UpdateField( ref T field, T value )

public class RAYLASE.Marker.JobElement.BaseImageProcessingElement<T>

+ protected BaseImageProcessingElement`1( )

RAYLASE.Marker.Profile.dll
public class RAYLASE.Marker.Profile.Model.VectorGraphicElementMarkerProfile

+ public VectorGraphicElementMarkerProfile CopyFrom( VectorGraphicElementMarkerProfile source )
+ public bool ShouldMark { get; set; }
+ public VectorGraphicElementMarkerProfile( )

RAYLASE.Marker.VectorGraphicElement.dll
  public class RAYLASE.Marker.VectorGraphicElement.GUI.AddLayerView

+ public bool LayerShouldMark { get; set; }

  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer

+ public VectorGraphicElementMarkerProfile VectorGraphicElementMarkerProfile { get; set; }