Class SLScope.TSLBasicDisplayMarker
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: TSLDisplaySelectableCollectionItem
Contents |
Syntax
Delphi:
type TSLBasicDisplayMarker = class( TSLDisplaySelectableCollectionItem )
C++ Builder:
class TSLBasicDisplayMarker : public TSLDisplaySelectableCollectionItem
Visual C++ (MFC):
class CTSLBasicDisplayMarker : public CTSLDisplaySelectableCollectionItem
C# (.NET):
public ref class BasicDisplayMarker : Mitov.PlotLab.DisplaySelectableCollectionItem
Summary
Base class for scope and waterfall display markers.
Description
Base class for scope and waterfall display markers.
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