Class SLScope.TSLScopeLegendView

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 9: Line 9:
 
'''Unit:''' [[Unit SLScope|SLScope]]
 
'''Unit:''' [[Unit SLScope|SLScope]]
  
'''Inherits:''' [[Class SLScope.TSLLegendView|TSLLegendView]]
+
'''Inherits:''' [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLScopeLegendView = '''class'''( [[Class SLScope.TSLLegendView|TSLLegendView]] )
+
'''type''' TSLScopeLegendView = '''class'''( [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TSLScopeLegendView : '''public''' [[Class SLScope.TSLLegendView|TSLLegendView]]
+
'''class''' TSLScopeLegendView : '''public''' [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTSLScopeLegendView : '''public''' [[Class SLScope.TSLLegendView|CTSLLegendView]]
+
'''class''' CTSLScopeLegendView : '''public''' [[Class SLScope.TSLDataDisplayLegendView|CTSLDataDisplayLegendView]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLScopeLegendView : [[Class SLScope.TSLLegendView|Mitov.PlotLab.LegendView]]
+
'''public ref class''' TSLScopeLegendView : [[Class SLScope.TSLDataDisplayLegendView|Mitov.PlotLab.DataDisplayLegendView]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 45: Line 45:
 
*[[Property SLScope.TSLScopeLegendView.Channels|Channels]] - Specifies the appearance of the channel labels legend group.  
 
*[[Property SLScope.TSLScopeLegendView.Channels|Channels]] - Specifies the appearance of the channel labels legend group.  
 
*[[Property SLScope.TSLScopeLegendView.ChannelLinks|ChannelLinks]] - Specifies the appearance of the channel link labels legend group.  
 
*[[Property SLScope.TSLScopeLegendView.ChannelLinks|ChannelLinks]] - Specifies the appearance of the channel link labels legend group.  
*[[Property SLScope.TSLScopeLegendView.MarkerGroups|MarkerGroups]] - Specifies the appearance of the marker group labels legend group.
 
 
*[[Property SLScope.TSLScopeLegendView.Zones|Zones]] - Specifies the appearance of the zone labels legend group.  
 
*[[Property SLScope.TSLScopeLegendView.Zones|Zones]] - Specifies the appearance of the zone labels legend group.  
 
*[[Property SLScope.TSLScopeLegendView.Ellipses|Ellipses]] - Specifies the appearance of the elliptic zone labels legend group.  
 
*[[Property SLScope.TSLScopeLegendView.Ellipses|Ellipses]] - Specifies the appearance of the elliptic zone labels legend group.  
*[[Property SLScope.TSLScopeLegendView.Cursors|Cursors]] - Specifies the appearance of the cursor labels legend group.  
+
 
*[[Property SLScope.TSLScopeLegendView.CursorLinks|CursorLinks]] - Specifies the appearance of the cursor link labels legend group.  
+
== From [[Class SLScope.TSLDataDisplayLegendView|TSLDataDisplayLegendView]] ==
*[[Property SLScope.TSLScopeLegendView.Labels|Labels]] - Specifies the appearance of the Text labels legend group.  
+
 
*[[Property SLScope.TSLScopeLegendView.CustomGroups|CustomGroups]] - Specifies the appearance of the custom labels legend group.  
+
== Properties ==
 +
 
 +
=== Published ===
 +
*[[Property SLScope.TSLDataDisplayLegendView.MarkerGroups|MarkerGroups]] - Specifies the appearance of the marker group labels legend group.
 +
*[[Property SLScope.TSLDataDisplayLegendView.Cursors|Cursors]] - Specifies the appearance of the cursor labels legend group.  
 +
*[[Property SLScope.TSLDataDisplayLegendView.CursorLinks|CursorLinks]] - Specifies the appearance of the cursor link labels legend group.  
 +
*[[Property SLScope.TSLDataDisplayLegendView.Labels|Labels]] - Specifies the appearance of the custom labels.  
 +
*[[Property SLScope.TSLDataDisplayLegendView.CustomGroups|CustomGroups]] - Specifies the appearance of the custom legend group.  
  
 
== From [[Class SLScope.TSLLegendView|TSLLegendView]] ==
 
== From [[Class SLScope.TSLLegendView|TSLLegendView]] ==
Line 60: Line 66:
 
*[[Property SLScope.TSLLegendView.Font|Font]] - Specifies the font for the legend.  
 
*[[Property SLScope.TSLLegendView.Font|Font]] - Specifies the font for the legend.  
 
*[[Property SLScope.TSLLegendView.Buttons|Buttons]] - Specifies the appearance and the behavior of the Legend view buttons.  
 
*[[Property SLScope.TSLLegendView.Buttons|Buttons]] - Specifies the appearance and the behavior of the Legend view buttons.  
 +
*[[Property SLScope.TSLLegendView.Align|Align]]
  
 
== Methods ==
 
== Methods ==
Line 72: Line 79:
 
=== Published ===
 
=== Published ===
 
*[[Property SLScope.TSLOptionalView.Visible|Visible]] - Specifies whether or not the viw is visible.  
 
*[[Property SLScope.TSLOptionalView.Visible|Visible]] - Specifies whether or not the viw is visible.  
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function SLScope.TSLOptionalView.IsVisible() : Boolean|function IsVisible() : Boolean]]
 +
*[[Method function SLScope.TSLOptionalView.IsVisibleForced() : Boolean|function IsVisibleForced() : Boolean]]
  
 
== From [[Class SLScope.TSLCustomSizeDisplayView|TSLCustomSizeDisplayView]] ==
 
== From [[Class SLScope.TSLCustomSizeDisplayView|TSLCustomSizeDisplayView]] ==
Line 102: Line 115:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function SLScope.TSLDisplayView.IsVisible() : Boolean|function IsVisible() : Boolean]]
 +
*[[Method function SLScope.TSLDisplayView.IsVisibleForced() : Boolean|function IsVisibleForced() : Boolean]]
 +
*[[Method function SLScope.TSLDisplayView.GetIntValueAt(Integer;Integer) : Real|function GetIntValueAt(X : Integer; Y : Integer) : Real]]
 +
*[[Method function SLScope.TSLDisplayView.GetMinValue() : Real|function GetMinValue() : Real]]
 +
*[[Method function SLScope.TSLDisplayView.GetMaxValue() : Real|function GetMaxValue() : Real]]
 
*[[Method procedure SLScope.TSLDisplayView.Draw(TSLDisplayDrawPart;TLPCanvas;Boolean;Boolean)|procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayView.Draw(TSLDisplayDrawPart;TLPCanvas;Boolean;Boolean)|procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayView.DrawEx(TSLDisplayDrawPart;TLPCanvas;Boolean)|procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayView.DrawEx(TSLDisplayDrawPart;TLPCanvas;Boolean)|procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)]]
Line 112: Line 130:
 
=== Public ===
 
=== Public ===
 
*[[Property SLScope.TSLDisplayComponent.DrawRect|DrawRect]]
 
*[[Property SLScope.TSLDisplayComponent.DrawRect|DrawRect]]
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function SLScope.TSLDisplayComponent.IsVisible() : Boolean|function IsVisible() : Boolean]]
 +
*[[Method function SLScope.TSLDisplayComponent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
  
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
 
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==
Line 118: Line 142:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]
 +
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
  
 
[[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: TSLDataDisplayLegendView

Contents

Syntax

Delphi:

type TSLScopeLegendView = class( TSLDataDisplayLegendView )

C++ Builder:

class TSLScopeLegendView : public TSLDataDisplayLegendView

Visual C++ (MFC):

class CTSLScopeLegendView : public CTSLDataDisplayLegendView

C# (.NET):

public ref class TSLScopeLegendView : Mitov.PlotLab.DataDisplayLegendView

Summary

Visual Legend of a display class.

Description

Defines a legend view to be used in the Scope component.


Example:

LegendDemo.png

Properties

Published

From TSLDataDisplayLegendView

Properties

Published

From TSLLegendView

Properties

Published

Methods

Public

From TSLOptionalView

Properties

Published

Methods

Public

From TSLCustomSizeDisplayView

Properties

Published

From TSLCustomColorDisplayView

Properties

Published

From TSLDisplayView

Properties

Public

Methods

Public

From TSLDisplayComponent

Properties

Public

Methods

Public

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox