Class SLScope.TSLScopeChannelMarker
From Mitov Wiki Doc
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: TSLBasicDisplayMarker
Contents |
Syntax
Delphi:
type TSLScopeChannelMarker = class( TSLBasicDisplayMarker )
C++ Builder:
class TSLScopeChannelMarker : public TSLBasicDisplayMarker
Visual C++ (MFC):
class CTSLScopeChannelMarker : public CTSLBasicDisplayMarker
C# (.NET):
public ref class ScopeChannelMarker : Mitov.PlotLab.BasicDisplayMarker
Summary
Scope channel marker class.
Description
Defines a scope channel marker.
Properties
Published
- MarkerGroup - Specifies the marker group to which the marker belongs.
- Position - The X position of the marker.
Public
- MarkerGroupIndex - Specifies the marker group index to which the marker belongs.
Events
- OnMouseDown - Occurs when the mouse button has been pressed while the mouse is over the marker.
- OnMouseUp - Occurs when the pressed mouse button has been released.
- OnClick - Occurs when the marker has been clicked by the mouse.
- OnDragged - Occurs when the marker has been dragged by the mouse.
From TSLBasicDisplayMarker
Methods
Public
- function HitTest(X : Integer; Y : Integer) : Boolean
- procedure Draw(ACanvas : TLPCanvas; DispRect : TRect; X : Integer; Y : Integer; APosition : Real; AValue : Real; Printing : Boolean)
- procedure DrawDrag(ACanvas : TLPCanvas; X : Integer; Y : Integer; APosition : Real; AValue : Real)
- procedure ClearDrawData()
From TSLDisplaySelectableCollectionItem
Methods
Public
- procedure MouseEnter()
- procedure MouseLeave()
- procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)
- procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)
From TSLDisplayCollectionItem
Properties
Published
- Tag - Stores an general purpose integer value as part of an item