int fwFsmUi_addObj(string node, string obj, int x, int y, string panel = "fwFSM/ui/fwFsmObj.pnl", string part = "")

Place an FSM Object without any lock widget in the FSM main panel

Documentation

Place an FSM Object without any lock widget in the FSM main panel.

Usage: JCOP framework internal, public

PVSS manager usage: VISION

Returns:
The X coordinate of the end of the object, if the user wants to place an adjacent widget
Parameters:
node - : The node name (CU) for this panel (available in $node).
obj - : The object name (CU/LU/DU/Obj) (either $obj or the result of fwFsmUi_getXXXChildren()).
x - : The X coordinate for the Object.
y - : The Y coordinate for the Object.
panel - : (optional) The filename of the panel to be placed, default: "fwFSM/ui/fwFsmObj.pnl".

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.