Class SLScope.TSLDisplayCursorLink
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabScopePkg
Unit: SLScope
Inherits: TSLDisplaySelectableCollectionItem
Contents |
Syntax
Delphi:
type TSLDisplayCursorLink = class( TSLDisplaySelectableCollectionItem )
C++ Builder:
class TSLDisplayCursorLink : public TSLDisplaySelectableCollectionItem
Visual C++ (MFC):
class CTSLDisplayCursorLink : public CTSLDisplaySelectableCollectionItem
C# (.NET):
public ref class TSLDisplayCursorLink : Mitov.PlotLab.DisplaySelectableCollectionItem
Summary
Link between two display cursors.
Description
\
Defines a link between two display cursors, to be used for distance measurement or for selection/highlighting part of the display.
Examples:
Measurement line:
Highlighting:
Properties
Published
- BeginCursorIndex - Specifies the index of the first (beginning) cursor to which the link is established.
- EndCursorIndex - Specifies the index of the second (ending) cursor to which the link is established.
- MeasurementLine - Specifies the settings for the measurement line.
- Selection - Specifies whether or not the selection area will be visible, and how it will be painted.
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the cursor link.
Public
- IsDynamic - The cursor link is created by the user from inside the component dialog.
- BeginCursor - Specifies the first (beginning) cursor to which the link is established.
- EndCursor - Specifies the second (ending) cursor to which the link is established.
Methods
Public
Events
- OnClick - Occurs when the user clicks the display cursor link.
- OnMouseDown - Occurs when the user presses a mouse button with the mouse pointer over the cursor link.
- OnMouseUp - Occurs when the user releases a mouse button that was pressed with the mouse pointer over the cursor link.
- OnMouseEnter - Occurs when the mouse pointer moves over the display cursor link.
- OnMouseLeave - Occurs when the mouse pointer moves off from over the display cursor link.