Component: Rounded Rectangle (Graphical Manager Primitives): Difference between revisions
Appearance
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| Line 29: | Line 29: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetID''' | ||
|- | |- | ||
| colspan="2" | Returns the assigned object/widget ID. | | colspan="2" | Returns the assigned object/widget ID. | ||
| Line 43: | Line 43: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ModifyColour''' | ||
|- | |- | ||
| colspan="2" | Changes the theme index of the selected Object or Widget. | | colspan="2" | Changes the theme index of the selected Object or Widget. | ||
| Line 82: | Line 82: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ModifyPosition''' | ||
|- | |- | ||
| colspan="2" | Moves an existing object or Widget to absolute coordinates on the screen. | | colspan="2" | Moves an existing object or Widget to absolute coordinates on the screen. | ||
| Line 111: | Line 111: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ModifyScale''' | ||
|- | |- | ||
| colspan="2" | Changes the width and height of the selected Object or Widget. | | colspan="2" | Changes the width and height of the selected Object or Widget. | ||
| Line 135: | Line 135: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetTextFloat''' | ||
|- | |- | ||
| colspan="2" | Draws a floating point value with optional units onto an object or Widget location. | | colspan="2" | Draws a floating point value with optional units onto an object or Widget location. | ||
| Line 164: | Line 164: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetTextLabel''' | ||
|- | |- | ||
| colspan="2" | Draws a string onto an object or Widget location. | | colspan="2" | Draws a string onto an object or Widget location. | ||
| Line 183: | Line 183: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetTextNumber''' | ||
|- | |- | ||
| colspan="2" | Draws an integer numerical value with optional units onto an object or Widget location. | | colspan="2" | Draws an integer numerical value with optional units onto an object or Widget location. | ||
| Line 208: | Line 208: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
Revision as of 14:23, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Graphical Manager Primitives |
Rounded Rectangle component
A rectangle primitive with rounded corners used with the Graphical Manager on the GLCD Layout Editor panel.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetID
| GetID | |
| Returns the assigned object/widget ID. | |
| Return | |
ModifyColour
| ModifyColour | |
| Changes the theme index of the selected Object or Widget. | |
| Index | |
| 0=Foreground, 1=Background, 2=Text, 3=Highlight | |
| R | |
| G | |
| B | |
| Redraw | |
| Return | |
ModifyPosition
| ModifyPosition | |
| Moves an existing object or Widget to absolute coordinates on the screen. | |
| X | |
| Y | |
| Relative | |
| 0=Absolute Positioning, 1=Relative Positioning | |
| Return | |
ModifyScale
| ModifyScale | |
| Changes the width and height of the selected Object or Widget. | |
| Width | |
| Height | |
| Return | |
SetTextFloat
SetTextLabel
| SetTextLabel | |
| Draws a string onto an object or Widget location. | |
| Text | |
| Text string to set as the label | |
| Return | |
SetTextNumber
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DC_RoundedRectangle.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DC_RoundedRectangle.fcfx