Class PLMultiWaterfall.TPLMultiWaterfallCursor
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (6 intermediate revisions by one user not shown) | |||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' MultiWaterfallCursor : [[Class SLWaterfall.TSLBasicWaterfallCursor|Mitov.PlotLab.BasicWaterfallCursor]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 111: | Line 111: | ||
=== Public ===  | === Public ===  | ||
| − | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;  | + | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]]  | 
[[Category:Classes]]  | [[Category:Classes]]  | ||
Latest revision as of 00:31, 26 June 2013
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)