Difference between revisions of "Component: Marking control (Misc)"

From Flowcode Help
Jump to navigationJump to search
Line 73: Line 73:
  
 
''<span style="color:red;">No additional examples</span>''
 
''<span style="color:red;">No additional examples</span>''
 +
 +
  
  
Line 79: Line 81:
 
==Macro reference==
 
==Macro reference==
  
 +
===DrawStripY===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 97: Line 100:
  
  
 +
===SetTarget===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 130: Line 134:
  
  
 +
===DrawStripX===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 148: Line 153:
  
  
 +
===BoundRange===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 166: Line 172:
  
  
 +
===DrawArc===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 184: Line 191:
  
  
 +
===SetAngles===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 207: Line 215:
  
  
 +
===SetShow===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 230: Line 239:
  
  
 +
===CalcScaleRange===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 248: Line 258:
  
  
 +
===CalcAngRange===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 266: Line 277:
  
  
 +
===CalcScale===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 284: Line 296:
  
  
 +
===SetMarks===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 307: Line 320:
  
  
 +
===ClearArea===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 320: Line 334:
  
  
 +
===SetRange===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 343: Line 358:
  
  
 +
===SetGaps===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 366: Line 382:
  
  
 +
===SetJustify===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 384: Line 401:
  
  
 +
===CalcAngle===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-

Revision as of 11:53, 3 February 2023

Author Matrix Ltd
Version 1.1
Category Misc


Marking control component

A control to draw markings on any component

Component Source Code

Please click here to download the component source project: FC_Comp_Source_markings.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_markings.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples




Macro reference

DrawStripY

Fc9-comp-macro.png DrawStripY
Draw the marks on the readout Set up the position and range with SetRange() and SetSpan()  
Fc9-s16-icon.png - INT OffsetX
Offset to add to X 
Fc9-void-icon.png - VOID Return


SetTarget

Fc9-comp-macro.png SetTarget
Sets the target image to draw on 
Fc9-u32-icon.png - ULONG Target
 
Fc9-s16-icon.png - INT AreaX
The X area to draw on 
Fc9-s16-icon.png - INT AreaY
The Y area to draw on 
Fc9-bool-icon.png - BOOL AutoCreate
Set true to auto-create the graphic 
Fc9-void-icon.png - VOID Return


DrawStripX

Fc9-comp-macro.png DrawStripX
Draw the marks on the readout Set up the position and range with SetRange() and SetSpan()  
Fc9-s16-icon.png - INT OffsetY
Offset to add to Y 
Fc9-void-icon.png - VOID Return


BoundRange

Fc9-comp-macro.png BoundRange
Bounds a range to be between RangeStart and RangeEnd 
Fc9-f32-icon.png - FLOAT Range
The unbounded range 
Fc9-f32-icon.png - FLOAT Return


DrawArc

Fc9-comp-macro.png DrawArc
Draw the marks on the readout Set up the position and range with SetRange() and SetArc()  
Fc9-f32-icon.png - FLOAT Radius
Scale of the radius to draw at 
Fc9-void-icon.png - VOID Return


SetAngles

Fc9-comp-macro.png SetAngles
Sets the min-max angles to draw on the dial Used for setting the needle Defaults are 135 and -45 
Fc9-s16-icon.png - INT Start
 
Fc9-s16-icon.png - INT End
 
Fc9-void-icon.png - VOID Return


SetShow

Fc9-comp-macro.png SetShow
Decides on the presentation of the dial 
Fc9-bool-icon.png - BOOL ShowNumbers
True to show numbers on the dial, else false 
Fc9-bool-icon.png - BOOL ShowMarks
Show marks 
Fc9-void-icon.png - VOID Return


CalcScaleRange

Fc9-comp-macro.png CalcScaleRange
Decide the range value for a 0->1 value Returned value may be out of range  
Fc9-f32-icon.png - FLOAT ScaledRange
 
Fc9-f32-icon.png - FLOAT Return


CalcAngRange

Fc9-comp-macro.png CalcAngRange
Decide the range value for an angle Returned value may be out of range  
Fc9-f32-icon.png - FLOAT AngleDegrees
 
Fc9-f32-icon.png - FLOAT Return


CalcScale

Fc9-comp-macro.png CalcScale
Decide the scale (0->1) to display at given a range value 
Fc9-f32-icon.png - FLOAT RangeVal
 
Fc9-f32-icon.png - FLOAT Return


SetMarks

Fc9-comp-macro.png SetMarks
Decides on the presentation of the dial 
Fc9-s16-icon.png - INT Marks
Number of marks on the dial 
Fc9-s16-icon.png - INT Subs
Number of marks before a 'main' mark - can be zero 
Fc9-void-icon.png - VOID Return


ClearArea

Fc9-comp-macro.png ClearArea
Clears the draw area 
Fc9-void-icon.png - VOID Return


SetRange

Fc9-comp-macro.png SetRange
Sets the min-max range to draw on the dial Used for setting the needle 
Fc9-s16-icon.png - INT Start
 
Fc9-s16-icon.png - INT End
 
Fc9-void-icon.png - VOID Return


SetGaps

Fc9-comp-macro.png SetGaps
Sets the min-max of the span to draw on the X/Y marks Defaults are 0 and 1 
Fc9-s16-icon.png - INT Start
 
Fc9-s16-icon.png - INT End
 
Fc9-void-icon.png - VOID Return


SetJustify

Fc9-comp-macro.png SetJustify
 
Fc9-bool-icon.png - BOOL RAlign
True for right/top/outer alignment 
Fc9-void-icon.png - VOID Return


CalcAngle

Fc9-comp-macro.png CalcAngle
Decide the angle to display at given a range value 
Fc9-f32-icon.png - FLOAT RangeVal
 
Fc9-f32-icon.png - FLOAT Return



Property reference

Fc9-prop-icon.png Properties