Class PLMultiWaterfall.TPLMultiWaterfallCursor
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: PlotLabPkg
Unit: PLMultiWaterfall
Inherits: TSLBasicWaterfallCursor
Syntax
Delphi:
type TPLMultiWaterfallCursor = class( TSLBasicWaterfallCursor )
C++ Builder:
class TPLMultiWaterfallCursor : public TSLBasicWaterfallCursor
Visual C++ (MFC):
class CTPLMultiWaterfallCursor : public CTSLBasicWaterfallCursor
C# (.NET):
public ref class MultiWaterfallCursor : Mitov.PlotLab.BasicWaterfallCursor
Summary
Multi Waterfall cursor.
Description
Defines a multi waterfall channel cursor. Cursors are used mainly to measure elements of on the multi waterfall.
PinLists
- XOutputPins - The Real(double) output pins of the cursor for X data.
- YOutputPins - The Real(double) output pins of the cursor for X data.
From TSLDisplayCursor
Properties
Published
Public
Methods
Public
- procedure Draw(ACanvas : TLPCanvas; DispRect : TRect)
- function HitTest(ACursorsInfo : TSLHighlightInfo; X : Integer; Y : Integer; DispRect : TRect) : Boolean
- procedure MoveTo(ACursorsInfo : TSLHighlightInfo; X : Integer; Y : Integer; DispRect : TRect)
Events
From TSLOptionalAxesDisplayCollectionItem
Methods
Public
From TSLOptionalDisplayCollectionItem
Properties
Published
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)