int fwFsmUi_addObjButton(string node, string obj, int x, int y, string panel = "fwFSM/ui/fwSmiObj.pnl", dyn_string params = makeDynString(), string part = "")

Place only a small FSM Object (only state and actions) in the FSM main panel

Documentation

Place only a small FSM Object (only state and actions) 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/fwSmiObj.pnl".
params - : (optional) Additional $parameters to be passed to the panel, default: none.

Alphabetic index HTML hierarchy of classes or Java



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