Class SLScope.TSLBasicDisplayYAxis

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 36: Line 36:
 
internally by the data displays. Do not make instances of
 
internally by the data displays. Do not make instances of
 
this class or its descendants.
 
this class or its descendants.
 +
 +
== Properties ==
 +
 +
=== Published ===
 +
*[[Property SLScope.TSLBasicDisplayYAxis.Align|Align]]
  
 
== From [[Class SLScope.TSLDisplayAxis|TSLDisplayAxis]] ==
 
== From [[Class SLScope.TSLDisplayAxis|TSLDisplayAxis]] ==
Line 68: Line 73:
 
*[[Method procedure SLScope.TSLDisplayAxis.ZoomToData(Real;Real;Boolean)|procedure ZoomToData(AMin : Real; AMax : Real; SaveHistory : Boolean)]] - Zooms to show the range between YMin and YMax based on the data scaling. Allows optionally the zoom history to be saved for Undo.  
 
*[[Method procedure SLScope.TSLDisplayAxis.ZoomToData(Real;Real;Boolean)|procedure ZoomToData(AMin : Real; AMax : Real; SaveHistory : Boolean)]] - Zooms to show the range between YMin and YMax based on the data scaling. Allows optionally the zoom history to be saved for Undo.  
 
*[[Method procedure SLScope.TSLDisplayAxis.SetTickText(PChar)|procedure SetTickText(AValue : PChar)]] - Provides a new TickText value( Visual C++ (MFC/Win32) only ).  
 
*[[Method procedure SLScope.TSLDisplayAxis.SetTickText(PChar)|procedure SetTickText(AValue : PChar)]] - Provides a new TickText value( Visual C++ (MFC/Win32) only ).  
 +
*[[Method function SLScope.TSLDisplayAxis.GetAxisLabelText() : String|function GetAxisLabelText() : String]]
 
*[[Method function SLScope.TSLDisplayAxis.GetValueAt(Integer;Integer;Real) : Boolean|function GetValueAt(X : Integer; Y : Integer; var AxisPos : Real) : Boolean]] - Returns the axis value at X, Y position.  
 
*[[Method function SLScope.TSLDisplayAxis.GetValueAt(Integer;Integer;Real) : Boolean|function GetValueAt(X : Integer; Y : Integer; var AxisPos : Real) : Boolean]] - Returns the axis value at X, Y position.  
 
*[[Method function SLScope.TSLDisplayAxis.ScaleToPixel(Real) : Integer|function ScaleToPixel(AValue : Real) : Integer]] - Converts a scale value to pixel position.  
 
*[[Method function SLScope.TSLDisplayAxis.ScaleToPixel(Real) : Integer|function ScaleToPixel(AValue : Real) : Integer]] - Converts a scale value to pixel position.  
Line 74: Line 80:
 
*[[Method procedure SLScope.TSLDisplayAxis.Draw(TSLDisplayDrawPart;TLPCanvas;Boolean;Boolean)|procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayAxis.Draw(TSLDisplayDrawPart;TLPCanvas;Boolean;Boolean)|procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayAxis.ButtonHitTest(Integer;Integer;Boolean)|procedure ButtonHitTest(X : Integer; Y : Integer; AForceInvalidate : Boolean)]]
 
*[[Method procedure SLScope.TSLDisplayAxis.ButtonHitTest(Integer;Integer;Boolean)|procedure ButtonHitTest(X : Integer; Y : Integer; AForceInvalidate : Boolean)]]
 +
*[[Method function SLScope.TSLDisplayAxis.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
  
 
== Pins ==
 
== Pins ==
Line 100: Line 107:
 
=== 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 130: Line 143:
  
 
=== 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 140: Line 158:
 
=== 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 146: Line 170:
  
 
=== 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: TSLDisplayAxis

Contents

Syntax

Delphi:

type TSLBasicDisplayYAxis = class( TSLDisplayAxis )

C++ Builder:

class TSLBasicDisplayYAxis : public TSLDisplayAxis

Visual C++ (MFC):

class CTSLBasicDisplayYAxis : public CTSLDisplayAxis

C# (.NET):

public ref class TSLBasicDisplayYAxis : Mitov.PlotLab.DisplayAxis

Summary

Basic abstract class for visual data Y axis.

Description

This is a base class for data view for visual data Y axis in Scopes or Waterfall components. The Axes are created internally by the data displays. Do not make instances of this class or its descendants.

Properties

Published

From TSLDisplayAxis

Properties

Published

Public

Methods

Public

Pins

Events

From TSLTrackingOptionalAxis

Properties

Published

Events

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