Class SLScope.TSLDisplayZoneChannelLink
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 53: | Line 53: | ||
=== 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 59: | Line 69: | ||
=== Published === | === Published === | ||
− | |||
*[[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]] |
Revision as of 20:29, 10 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 TSLDisplayZoneChannelLink = class( TSLDisplayElementChannelLink )
C++ Builder:
class TSLDisplayZoneChannelLink : public TSLDisplayElementChannelLink
Visual C++ (MFC):
class CTSLDisplayZoneChannelLink : public CTSLDisplayElementChannelLink
C# (.NET):
public ref class TSLDisplayZoneChannelLink : Mitov.PlotLab.DisplayElementChannelLink
Summary
Link between zone and channel.
Description
Defines a display zone-channel link. This allows the zone to highlight the channel points in the zone.
Properties
Published
- Highlighting - Specifies the look and feel of the channel when in the zone.
- Points - Specifies the look and feel of the channel points when in the zone.
Public
- Data - Allows access to the channel data in the zone.
From TSLDisplayElementChannelLink
Properties
Published
- Channel - Specifies the channel to be linked to the element containing the channel link collection.
Public
- ChannelIndex - Specifies the index of the channel to be linked to the element containing the channel link collection.
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