Class SLScope.TSLScopeMarkerGroup
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(3 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ScopeMarkerGroup : [[Class SLScope.TSLDisplayMarkerGroup|Mitov.PlotLab.DisplayMarkerGroup]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: TSLDisplayMarkerGroup
Syntax
Delphi:
type TSLScopeMarkerGroup = class( TSLDisplayMarkerGroup )
C++ Builder:
class TSLScopeMarkerGroup : public TSLDisplayMarkerGroup
Visual C++ (MFC):
class CTSLScopeMarkerGroup : public CTSLDisplayMarkerGroup
C# (.NET):
public ref class ScopeMarkerGroup : 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
- Markers - Collection of the markers that belong to the Marker Group.
- SnapToSample - Specifies if the marker will snap to the nearest sample.
Methods
Public
- function HitTest(X : Integer; Y : Integer; var SelectedMarker : TSLBasicDisplayMarker) : Boolean
- procedure Clear() - Deletes all the Markers in the market group.
From TSLDisplayMarkerGroup
Properties
Published
- Brush - Specifies the Brush to be used for the markers in the marker group.
- Pen - Specifies the Pen to be used for the markers in the marker group.
- Shape - Specifies the shapes of the markers in the marker group.
- CrosshairLines - Specifies the setting of the crosshairs of the markers of the marker group.
- Size - Specifies the size of the markers in the marker group.
- Labels - Specifies the setting of the labels of the markers of the marker group.
- CanDrag - Specifies if the markers in the group can be dragged by mouse.
- MouseCursor - Specifies the image used to represent the mouse pointer when it passes into the region covered by the markers belonging to the group.
- Visible - Controls the visibility of the marker group.
Methods
Public
- procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)
- procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)
Events
- OnClick - Occurs when the user clicks a marker from the group.
- OnMouseDown - Occurs when the user presses a mouse button with the mouse pointer over a marker from the group.
- OnMouseUp - Occurs when the user releases a mouse button that was pressed with the mouse pointer over a marker from the group.
- OnMouseEnter - Occurs when the mouse pointer moves over a marker from the group.
- OnMouseLeave - Occurs when the mouse pointer moves off from over a marker from the group.
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.
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