Class PLMultiWaterfall.TSLChannelDisplayLevelView
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' ChannelDisplayLevelView : [[Class SLLevelDisplay.TSLAxisDisplayLevelView|Mitov.PlotLab.AxisDisplayLevelView]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:31, 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: PlotLabPkg
Unit: PLMultiWaterfall
Inherits: TSLAxisDisplayLevelView
Syntax
Delphi:
type TSLChannelDisplayLevelView = class( TSLAxisDisplayLevelView )
C++ Builder:
class TSLChannelDisplayLevelView : public TSLAxisDisplayLevelView
Visual C++ (MFC):
class CTSLChannelDisplayLevelView : public CTSLAxisDisplayLevelView
C# (.NET):
public ref class ChannelDisplayLevelView : Mitov.PlotLab.AxisDisplayLevelView
Summary
Class for the TPLMultiWaterfall component levels view area.
Description
Defines the class for the TPLMultiWaterfall component levels view area.
Logarithmic Mode Example:
Properties
Published
- LevelLabel - Label settings class for the Levels view.
 
Methods
Public
- function IsVisible() : Boolean
 - function ValueToColorGBR(AValue : Real; MaxValue : Real) : TLPControlColor
 
From TSLAxisDisplayLevelView
Properties
Published
Methods
Public
From TSLBasicLevelDisplayLevelView
Properties
Published
Public
Methods
Public
- function GetOwner() : TPersistent
 - function ValueToColor(AValue : Real; MaxValue : Real) : TLPControlColor
 - function ValueToColorGBR(AValue : Real; MaxValue : Real) : TLPControlColor
 - function GetTickText(AValue : Real) : String
 - procedure MainViewScrolled(ForceInvalidate : Boolean)
 - procedure Draw(ADrawPart : TSLDisplayDrawPart; Canvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)
 - procedure DrawEx(ADrawPart : TSLDisplayDrawPart; Canvas : TLPCanvas; Vertical : Boolean)
 - procedure ButtonHitTest(X : Integer; Y : Integer; AForceInvalidate : Boolean)
 
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
- function IsVisible() : Boolean
 - function IsVisibleForced() : Boolean
 - function GetIntValueAt(X : Integer; Y : Integer) : Real
 - function GetMinValue() : Real
 - function GetMaxValue() : Real
 - procedure Draw(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean; Printing : Boolean)
 - procedure DrawEx(ADrawPart : TSLDisplayDrawPart; ACanvas : TLPCanvas; Vertical : Boolean)
 - procedure DrawMouseSelction(ACanvas : TLPCanvas)
 
