Class SLScope.TSLDisplayCursor

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''' TSLDisplayCursor : [[Class SLScope.TSLOptionalAxesDisplayCollectionItem|Mitov.PlotLab.OptionalAxesDisplayCollectionItem]]
+
'''public ref class''' DisplayCursor : [[Class SLScope.TSLOptionalAxesDisplayCollectionItem|Mitov.PlotLab.OptionalAxesDisplayCollectionItem]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 41: Line 41:
 
*[[Property SLScope.TSLDisplayCursor.Color|Color]] - Specifies the color of the cursor.  
 
*[[Property SLScope.TSLDisplayCursor.Color|Color]] - Specifies the color of the cursor.  
 
*[[Property SLScope.TSLDisplayCursor.CanDrag|CanDrag]] - Specifies if the cursor can be dragged by mouse.  
 
*[[Property SLScope.TSLDisplayCursor.CanDrag|CanDrag]] - Specifies if the cursor can be dragged by mouse.  
*[[Property SLScope.TSLDisplayCursor.Channels|Channels]] - Collection of channels that will be measured with this cursor.
 
 
*[[Property SLScope.TSLDisplayCursor.Kind|Kind]] - Specifies the cursor kind - Horizontal, Vertical or Both (Crossed).  
 
*[[Property SLScope.TSLDisplayCursor.Kind|Kind]] - Specifies the cursor kind - Horizontal, Vertical or Both (Crossed).  
 
*[[Property SLScope.TSLDisplayCursor.MouseCursors|MouseCursors]] - Specifies the image used to represent the mouse pointer when it passes into the region covered by the display cursor.  
 
*[[Property SLScope.TSLDisplayCursor.MouseCursors|MouseCursors]] - Specifies the image used to represent the mouse pointer when it passes into the region covered by the display cursor.  
Line 53: Line 52:
 
=== Public ===
 
=== Public ===
 
*[[Method procedure SLScope.TSLDisplayCursor.Draw(TLPCanvas;TRect)|procedure Draw(ACanvas : TLPCanvas; DispRect : TRect)]]
 
*[[Method procedure SLScope.TSLDisplayCursor.Draw(TLPCanvas;TRect)|procedure Draw(ACanvas : TLPCanvas; DispRect : TRect)]]
*[[Method procedure SLScope.TSLDisplayCursor.MoveTo(Boolean;Boolean;Integer;Integer;TRect)|procedure MoveTo(Horizontal : Boolean; Vertical : Boolean; X : Integer; Y : Integer; DispRect : TRect)]]
+
*[[Method function SLScope.TSLDisplayCursor.HitTest(TSLHighlightInfo;Integer;Integer;TRect) : Boolean|function HitTest(ACursorsInfo : TSLHighlightInfo; X : Integer; Y : Integer; DispRect : TRect) : Boolean]]
 +
*[[Method procedure SLScope.TSLDisplayCursor.MoveTo(TSLHighlightInfo;Integer;Integer;TRect)|procedure MoveTo(ACursorsInfo : TSLHighlightInfo; X : Integer; Y : Integer; DispRect : TRect)]]
  
 
== Events ==
 
== Events ==
Line 64: Line 64:
 
== From [[Class SLScope.TSLOptionalAxesDisplayCollectionItem|TSLOptionalAxesDisplayCollectionItem]] ==
 
== From [[Class SLScope.TSLOptionalAxesDisplayCollectionItem|TSLOptionalAxesDisplayCollectionItem]] ==
  
== Properties ==
+
== Methods ==
 
+
=== Published ===
+
*[[Property SLScope.TSLOptionalAxesDisplayCollectionItem.XAxisIndex|XAxisIndex]] - Specifies the index of the X axis the element will be associated with.
+
*[[Property SLScope.TSLOptionalAxesDisplayCollectionItem.YAxisIndex|YAxisIndex]] - Specifies the index of the Y axis the element will be associated with.
+
  
 
=== Public ===
 
=== Public ===
*[[Property SLScope.TSLOptionalAxesDisplayCollectionItem.XAxis|XAxis]] - Specifies the X axis the element will be associated with.
+
*[[Method function SLScope.TSLOptionalAxesDisplayCollectionItem.GetOwnerComponent() : TSLDataDisplay|function GetOwnerComponent() : TSLDataDisplay]]
*[[Property SLScope.TSLOptionalAxesDisplayCollectionItem.YAxis|YAxis]] - Specifies the Y axis the element will be associated with.
+
  
 
== From [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] ==
 
== From [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] ==
Line 80: Line 75:
 
=== 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 86: Line 91:
  
 
=== 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: TSLOptionalAxesDisplayCollectionItem

Contents

Syntax

Delphi:

type TSLDisplayCursor = class( TSLOptionalAxesDisplayCollectionItem )

C++ Builder:

class TSLDisplayCursor : public TSLOptionalAxesDisplayCollectionItem

Visual C++ (MFC):

class CTSLDisplayCursor : public CTSLOptionalAxesDisplayCollectionItem

C# (.NET):

public ref class DisplayCursor : Mitov.PlotLab.OptionalAxesDisplayCollectionItem

Summary

Display channel cursor.

Description

Defines a display channel cursor. Cursors are used mainly to measure elements of on the display.

Properties

Published

Public

Methods

Public

Events

From TSLOptionalAxesDisplayCollectionItem

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