Class SLScope.TSLDisplayCursorChannelLink

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''' TSLDisplayCursorChannelLink : [[Class SLScope.TSLDisplayElementChannelLink|Mitov.PlotLab.DisplayElementChannelLink]]
+
'''public ref class''' DisplayCursorChannelLink : [[Class SLScope.TSLDisplayElementChannelLink|Mitov.PlotLab.DisplayElementChannelLink]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 45: Line 45:
 
*[[Property SLScope.TSLDisplayCursorChannelLink.Brush|Brush]] - Specifies the Brush to be used for the intersection marker.  
 
*[[Property SLScope.TSLDisplayCursorChannelLink.Brush|Brush]] - Specifies the Brush to be used for the intersection marker.  
 
*[[Property SLScope.TSLDisplayCursorChannelLink.ChannelLabel|ChannelLabel]] - Specifies the Labels of the intersection marker.  
 
*[[Property SLScope.TSLDisplayCursorChannelLink.ChannelLabel|ChannelLabel]] - Specifies the Labels of the intersection marker.  
 +
 +
=== Public ===
 +
*[[Property SLScope.TSLDisplayCursorChannelLink.Data|Data]] - Allows access to the cursor channel intersection data.
  
 
== From [[Class SLScope.TSLDisplayElementChannelLink|TSLDisplayElementChannelLink]] ==
 
== From [[Class SLScope.TSLDisplayElementChannelLink|TSLDisplayElementChannelLink]] ==
Line 55: Line 58:
 
=== Public ===
 
=== Public ===
 
*[[Property SLScope.TSLDisplayElementChannelLink.ChannelIndex|ChannelIndex]] - Specifies the index of the channel to be linked to the element containing the channel link collection.  
 
*[[Property SLScope.TSLDisplayElementChannelLink.ChannelIndex|ChannelIndex]] - Specifies the index of the channel to be linked to the element containing the channel link collection.  
 +
 +
== 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 74:
  
 
=== 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: TSLDisplayElementChannelLink

Contents

Syntax

Delphi:

type TSLDisplayCursorChannelLink = class( TSLDisplayElementChannelLink )

C++ Builder:

class TSLDisplayCursorChannelLink : public TSLDisplayElementChannelLink

Visual C++ (MFC):

class CTSLDisplayCursorChannelLink : public CTSLDisplayElementChannelLink

C# (.NET):

public ref class DisplayCursorChannelLink : Mitov.PlotLab.DisplayElementChannelLink

Summary

Link between cursor and channel.

Description

Defines a display cursor-channel link. A channel link is a link between a cursor and a channel. This allows the cursor to highlight the crossing points with the channel data.

Properties

Published

Public

From TSLDisplayElementChannelLink

Properties

Published

Public

From TSLDisplaySelectableCollectionItem

Methods

Public

From TSLDisplayCollectionItem

Properties

Published

From TLPNamedCollectionItem

Properties

Published

From TLPCollectionItem

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox