Class SLScope.TSLDisplayChannelLink

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(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''' TSLDisplayChannelLink : [[Class SLScope.TSLOptionalDisplayCollectionItem|Mitov.PlotLab.OptionalDisplayCollectionItem]]
+
'''public ref class''' DisplayChannelLink : [[Class SLScope.TSLOptionalDisplayCollectionItem|Mitov.PlotLab.OptionalDisplayCollectionItem]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 48: Line 48:
 
*[[Property SLScope.TSLDisplayChannelLink.FirstChannel|FirstChannel]] - Specifies the first channel of the link.  
 
*[[Property SLScope.TSLDisplayChannelLink.FirstChannel|FirstChannel]] - Specifies the first channel of the link.  
 
*[[Property SLScope.TSLDisplayChannelLink.SecondChannel|SecondChannel]] - Specifies the second channel of the link.  
 
*[[Property SLScope.TSLDisplayChannelLink.SecondChannel|SecondChannel]] - Specifies the second channel of the link.  
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function SLScope.TSLDisplayChannelLink.GetOwnerComponent() : TSLDataDisplay|function GetOwnerComponent() : TSLDataDisplay]]
 +
*[[Method function SLScope.TSLDisplayChannelLink.HitTest(Boolean;Boolean;Integer;Integer;TRect;Real;Real;Real;Real;Real;Real) : Boolean|function HitTest(var Vertical : Boolean; var Horizontal : Boolean; X : Integer; Y : Integer; DispRect : TRect; XMin : Real; XMax : Real; YMin : Real; YMax : Real; XScaleFactor : Real; YScaleFactor : Real) : Boolean]]
  
 
== From [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] ==
 
== From [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] ==
Line 55: Line 61:
 
=== Published ===
 
=== Published ===
 
*[[Property SLScope.TSLOptionalDisplayCollectionItem.Visible|Visible]] - Specifies if the item will be visible.  
 
*[[Property SLScope.TSLOptionalDisplayCollectionItem.Visible|Visible]] - Specifies if the item will be visible.  
 +
 +
== From [[Class SLScope.TSLDisplaySelectableCollectionItem|TSLDisplaySelectableCollectionItem]] ==
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseEnter()|procedure MouseEnter()]]
 +
*[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseLeave()|procedure MouseLeave()]]
 +
*[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseDown(TMouseButton;TShiftState;Integer;Integer;Boolean;Boolean)|procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)]]
 +
*[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseUp(TMouseButton;TShiftState;Integer;Integer;Boolean)|procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)]]
  
 
== From [[Class SLScope.TSLDisplayCollectionItem|TSLDisplayCollectionItem]] ==
 
== From [[Class SLScope.TSLDisplayCollectionItem|TSLDisplayCollectionItem]] ==
Line 61: Line 77:
  
 
=== Published ===
 
=== Published ===
*[[Property SLScope.TSLDisplayCollectionItem.Name|Name]] - Specifies the name of the item.
 
 
*[[Property SLScope.TSLDisplayCollectionItem.Tag|Tag]] - Stores an general purpose integer value as part of an item  
 
*[[Property SLScope.TSLDisplayCollectionItem.Tag|Tag]] - Stores an general purpose integer value as part of an item  
 +
 +
== From [[Class LPComponent.TLPNamedCollectionItem|TLPNamedCollectionItem]] ==
 +
 +
== Properties ==
 +
 +
=== Published ===
 +
*[[Property LPComponent.TLPNamedCollectionItem.Name|Name]]
 +
 +
== From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] ==
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 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: SignalLabScopePkg

Unit: SLScope

Inherits: TSLOptionalDisplayCollectionItem

Contents

Syntax

Delphi:

type TSLDisplayChannelLink = class( TSLOptionalDisplayCollectionItem )

C++ Builder:

class TSLDisplayChannelLink : public TSLOptionalDisplayCollectionItem

Visual C++ (MFC):

class CTSLDisplayChannelLink : public CTSLOptionalDisplayCollectionItem

C# (.NET):

public ref class DisplayChannelLink : Mitov.PlotLab.OptionalDisplayCollectionItem

Summary

Link between two cursors.

Description

Defines a display channel link. A channel link is a link between two channel. This allows highlighting data ranges.

Properties

Published

Public

Methods

Public

From TSLOptionalDisplayCollectionItem

Properties

Published

From TSLDisplaySelectableCollectionItem

Methods

Public

From TSLDisplayCollectionItem

Properties

Published

From TLPNamedCollectionItem

Properties

Published

From TLPCollectionItem

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox