Class SLScope.TSLScopeMarkerGroup

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 39: Line 39:
  
 
=== Published ===
 
=== Published ===
*[[Property SLScope.TSLScopeMarkerGroup.MouseCursor|MouseCursor]] - Specifies the image used to represent the mouse pointer when it passes into the region covered by the markers belonging to the group.  
+
*[[Property SLScope.TSLScopeMarkerGroup.Markers|Markers]] - Collection of the markers that belong to the Marker Group.
 +
*[[Property SLScope.TSLScopeMarkerGroup.SnapToSample|SnapToSample]] - Specifies if the marker will snap to the nearest sample.  
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
*[[Method procedure SLScope.TSLScopeMarkerGroup.Clear()|procedure Clear()]] - Deletes all the Markers in the market group.  
+
*[[Method function SLScope.TSLScopeMarkerGroup.HitTest(Integer;Integer;TSLBasicDisplayMarker) : Boolean|function HitTest(X : Integer; Y : Integer; var SelectedMarker : TSLBasicDisplayMarker) : Boolean]]
 +
*[[Method procedure SLScope.TSLScopeMarkerGroup.Clear()|procedure Clear()]] - Deletes all the [[Property SLScope.TSLScopeMarkerGroup.Markers|Markers]] in the market group.  
  
 
== From [[Class SLScope.TSLDisplayMarkerGroup|TSLDisplayMarkerGroup]] ==
 
== From [[Class SLScope.TSLDisplayMarkerGroup|TSLDisplayMarkerGroup]] ==
Line 58: Line 60:
 
*[[Property SLScope.TSLDisplayMarkerGroup.Labels|Labels]] - Specifies the setting of the labels of the markers of the marker group.  
 
*[[Property SLScope.TSLDisplayMarkerGroup.Labels|Labels]] - Specifies the setting of the labels of the markers of the marker group.  
 
*[[Property SLScope.TSLDisplayMarkerGroup.CanDrag|CanDrag]] - Specifies if the markers in the group can be dragged by mouse.  
 
*[[Property SLScope.TSLDisplayMarkerGroup.CanDrag|CanDrag]] - Specifies if the markers in the group can be dragged by mouse.  
 +
*[[Property SLScope.TSLDisplayMarkerGroup.MouseCursor|MouseCursor]] - Specifies the image used to represent the mouse pointer when it passes into the region covered by the markers belonging to the group.
 
*[[Property SLScope.TSLDisplayMarkerGroup.Visible|Visible]] - Controls the visibility of the marker group.  
 
*[[Property SLScope.TSLDisplayMarkerGroup.Visible|Visible]] - Controls the visibility of the marker group.  
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method procedure SLScope.TSLDisplayMarkerGroup.MouseUp(TMouseButton;TShiftState;Integer;Integer;Boolean)|procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)]]
 +
*[[Method procedure SLScope.TSLDisplayMarkerGroup.MouseDown(TMouseButton;TShiftState;Integer;Integer;Boolean;Boolean)|procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)]]
  
 
== Events ==
 
== Events ==
Line 73: Line 82:
 
=== 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 79: Line 98:
  
 
=== 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]]

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: TSLDisplayMarkerGroup

Contents

Syntax

Delphi:

type TSLScopeMarkerGroup = class( TSLDisplayMarkerGroup )

C++ Builder:

class TSLScopeMarkerGroup : public TSLDisplayMarkerGroup

Visual C++ (MFC):

class CTSLScopeMarkerGroup : public CTSLDisplayMarkerGroup

C# (.NET):

public ref class TSLScopeMarkerGroup : Mitov.PlotLab.DisplayMarkerGroup

Summary

Group of TSLScopeChannelMarker items.

Description

Defines a group of TSLScopeChannelMarker items. All he markers in the group will have the same visual appearance as specified by the group properties.

Properties

Published

Methods

Public

From TSLDisplayMarkerGroup

Properties

Published

Methods

Public

Events

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