Class ILLinearGauge.TILExternalLinearGaugeControlHandElement

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 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TILExternalLinearGaugeControlHandElement : [[Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement|Mitov.InstrumentLab.BasicExternalLinearGaugeHandElement]]
+
'''public ref class''' ExternalLinearGaugeControlHandElement : [[Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement|Mitov.InstrumentLab.BasicExternalLinearGaugeHandElement]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 41: Line 41:
  
 
This element can be used for setting values by the user.
 
This element can be used for setting values by the user.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:ILExternalLinearGaugeControlHandElement_Preview.png]]
  
  
Line 52: Line 58:
 
=== Published ===
 
=== Published ===
 
*[[Property ILLinearGauge.TILExternalLinearGaugeControlHandElement.Hand|Hand]] - Specifies the Gauge Hand properties.  
 
*[[Property ILLinearGauge.TILExternalLinearGaugeControlHandElement.Hand|Hand]] - Specifies the Gauge Hand properties.  
 
== Methods ==
 
 
=== Public ===
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.LinearAnalogMouseMove(Integer;Integer;Single;Single;Single;Single;Single;Single;Single;Real;Real;IGPMatrix;TILRotation;TILLinearGaugeRail;TILReversibleGaugeScale)|procedure LinearAnalogMouseMove(X : Integer; Y : Integer; ARadiusX : Single; ARadiusY : Single; ABorderWidth : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; AMin : Real; AMax : Real; AApplyTransform : IGPMatrix; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)]]
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.MouseDown()|procedure MouseDown()]]
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.MouseUp()|procedure MouseUp()]]
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.MouseEnter(Integer;Integer)|procedure MouseEnter(X : Integer; Y : Integer)]]
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.MouseLeave()|procedure MouseLeave()]]
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.MouseWheel(Integer;TShiftState;TPoint;Real;Real)|procedure MouseWheel(ADirection : Integer; Shift : TShiftState; MousePos : TPoint; AMin : Real; AMax : Real)]]
 
*[[Method procedure ILLinearGauge.TILExternalLinearGaugeControlHandElement.Unselect()|procedure Unselect()]]
 
  
 
== Pins ==
 
== Pins ==
 
*[[Pin ILLinearGauge.TILExternalLinearGaugeControlHandElement.StatePin|StatePin]] - The real or ranged real state pin of the component.  
 
*[[Pin ILLinearGauge.TILExternalLinearGaugeControlHandElement.StatePin|StatePin]] - The real or ranged real state pin of the component.  
 +
 +
== Events ==
 +
*[[Event ILLinearGauge.TILExternalLinearGaugeControlHandElement.OnChange|OnChange]] - Occurs when the position of the hand has been changed.
  
 
== From [[Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement|TILBasicExternalLinearGaugeHandElement]] ==
 
== From [[Class ILLinearGauge.TILBasicExternalLinearGaugeHandElement|TILBasicExternalLinearGaugeHandElement]] ==
Line 75: Line 73:
 
*[[Property ILLinearGauge.TILBasicExternalLinearGaugeHandElement.Value|Value]] - Specifies the value of the component.  
 
*[[Property ILLinearGauge.TILBasicExternalLinearGaugeHandElement.Value|Value]] - Specifies the value of the component.  
  
== Methods ==
+
== From [[Class ILLinearGauge.TILBasicLinearGaugeHand|TILBasicLinearGaugeHand]] ==
 
+
=== Public ===
+
*[[Method procedure ILLinearGauge.TILBasicExternalLinearGaugeHandElement.LinearAnalogDraw(IGPGraphics;Boolean;Single;Single;Single;Single;Single;Single;Single;Real;Real;Real;TILRotation;TILLinearGaugeRail;TILReversibleGaugeScale)|procedure LinearAnalogDraw(AGraphics : IGPGraphics; AContoursOnly : Boolean; ARadiusX : Single; ARadiusY : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; ABorderWidth : Single; AValue : Real; AMin : Real; AMax : Real; ARotation : TILRotation; ARail : TILLinearGaugeRail; AScale : TILReversibleGaugeScale)]]
+
 
+
== From [[Class SLControlCollection.TLPDrawComponentElement|TLPDrawComponentElement]] ==
+
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
*[[Method procedure SLControlCollection.TLPDrawComponentElement.Draw(IGPGraphics;Boolean;Single;Single;Single;Single;Single;Single)|procedure Draw(AGraphics : IGPGraphics; AContoursOnly : Boolean; ARadiusX : Single; ARadiusY : Single; Width : Single; Height : Single; AXCoeff : Single; AYCoeff : Single)]]
+
*[[Method procedure ILLinearGauge.TILBasicLinearGaugeHand.InvalidateSize()|procedure InvalidateSize()]]
*[[Method procedure SLControlCollection.TLPDrawComponentElement.MouseMove(Integer;Integer;Single;Single;Single;Single;Single;Single;Single;Single;Boolean;Real;Real)|procedure MouseMove(X : Integer; Y : Integer; ARadiusX : Single; ARadiusY : Single; AWidth : Single; AHeight : Single; AXCoeff : Single; AYCoeff : Single; FromAngle : Single; ToAngle : Single; AReversed : Boolean; AMin : Real; AMax : Real)]]
+
*[[Method procedure SLControlCollection.TLPDrawComponentElement.MouseDown()|procedure MouseDown()]]
+
*[[Method procedure SLControlCollection.TLPDrawComponentElement.MouseUp()|procedure MouseUp()]]
+
*[[Method procedure SLControlCollection.TLPDrawComponentElement.MouseEnter(Integer;Integer)|procedure MouseEnter(X : Integer; Y : Integer)]]
+
*[[Method procedure SLControlCollection.TLPDrawComponentElement.MouseLeave()|procedure MouseLeave()]]
+
*[[Method procedure SLControlCollection.TLPDrawComponentElement.MouseWheel(Integer;TShiftState;TPoint;Real;Real)|procedure MouseWheel(ADirection : Integer; Shift : TShiftState; MousePos : TPoint; AMin : Real; AMax : Real)]]
+
*[[Method procedure SLControlCollection.TLPDrawComponentElement.Unselect()|procedure Unselect()]]
+
  
 
== From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] ==
 
== From [[Class SLControlCollection.TLPComponentElement|TLPComponentElement]] ==
Line 106: Line 92:
 
*[[Method function SLControlCollection.TLPComponentElement.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]]
 
*[[Method function SLControlCollection.TLPComponentElement.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]]
 
*[[Method function SLControlCollection.TLPComponentElement.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]]
 
*[[Method function SLControlCollection.TLPComponentElement.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]]
 +
*[[Method function SLControlCollection.TLPComponentElement.GetName() : String|function GetName() : String]]
 
*[[Method procedure SLControlCollection.TLPComponentElement.InvalidateSize()|procedure InvalidateSize()]]
 
*[[Method procedure SLControlCollection.TLPComponentElement.InvalidateSize()|procedure InvalidateSize()]]
  
Line 119: Line 106:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function SLComponentCollection.TSLComponentItem.GetParentComponent() : TComponent|function GetParentComponent() : TComponent]]
 +
*[[Method function SLComponentCollection.TSLComponentItem.HasParent() : Boolean|function HasParent() : Boolean]]
 +
*[[Method function SLComponentCollection.TSLComponentItem.GetOwnerList() : TSLComponentItems|function GetOwnerList() : TSLComponentItems]]
 
*[[Method function SLComponentCollection.TSLComponentItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]]
 
*[[Method function SLComponentCollection.TSLComponentItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]]
 
*[[Method function SLComponentCollection.TSLComponentItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]]
 
*[[Method function SLComponentCollection.TSLComponentItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]]
  
 
[[Category:Elements]][[Category:Classes]]
 
[[Category:Elements]][[Category:Classes]]

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.

ILExternalLinearGaugeControlHandElement.gif

Package: InstrumentLabPkg

Unit: ILLinearGauge

Inherits: TILBasicExternalLinearGaugeHandElement

Contents

Syntax

Delphi:

type TILExternalLinearGaugeControlHandElement = class( TILBasicExternalLinearGaugeHandElement, ILPHitLinearAnalogComponentElement )

C++ Builder:

class TILExternalLinearGaugeControlHandElement : public TILBasicExternalLinearGaugeHandElement

Visual C++ (MFC):

class CTILExternalLinearGaugeControlHandElement : public CTILBasicExternalLinearGaugeHandElement

C# (.NET):

public ref class ExternalLinearGaugeControlHandElement : Mitov.InstrumentLab.BasicExternalLinearGaugeHandElement

Summary

Component element drawing external user controllable data linear gauge hand.

Description

Use this component element to display external user controllable data linear gauge hand.

The user can use the mouse to change the location of the hand.

This element can be used for setting values by the user.


Diagram:

ILExternalLinearGaugeControlHandElement Preview.png


Example:

ExternalLinearGaugeHandElement.png

Properties

Published

Pins

Events

From TILBasicExternalLinearGaugeHandElement

Properties

Published

From TILBasicLinearGaugeHand

Methods

Public

From TLPComponentElement

Properties

Published

Methods

Public

From TSLComponentItem

Properties

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox