Click or drag to resize

RayguideWrapper Class

Interaction logic for RayguideWrapper.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Shared.GUIBaseBindableView
                    RAYLASE.Marker.GUI.WrapperRayguideWrapper

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.19.0
Syntax
C#
public class RayguideWrapper : BaseBindableView, 
	IComponentConnector

The RayguideWrapper type exposes the following members.

Constructors
 NameDescription
Public methodRayguideWrapperInitializes a new instance of the RayguideWrapper class
Public methodRayguideWrapper(String, String)Initializes a new instance of the RayguideWrapper class
Top
Properties
Methods
 NameDescription
Public methodGetActiveJobPath 
Public methodInitializeComponent InitializeComponent
Public methodOnCloseJob 
Public methodOnClosing 
Public methodOnCorners 
Public methodOnDevice 
Public methodOnGrid 
Public methodOnGuideLines 
Public methodOnJumps 
Public methodOnLoadJob 
Public methodOnLoadVectorGraphic 
Public methodOnMarkingWithShortcuts 
Public methodOnNewJob 
Public methodOnRedo 
Public methodOnSaveJob 
Public methodOnSystemPref 
Public methodOnTips 
Public methodOnUndo 
Public methodOnUserPref 
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetPropertyT Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Public methodStartMark 
Public methodStopMark 
Public methodSynchronizeScanControllerTime 
Top
Events
 NameDescription
Public eventEmissionActiveChanged 
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Public eventRestartRequested 
Public eventShutdownRequested 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also