Path: AerospaceUtils/CAD
% Create an component GUI plug in.
--------------------------------------------------------------------------
Form:
x = ComponentPlugIn( action, modifier, hFig, position, callback )
--------------------------------------------------------------------------
------
Inputs
------
action (1,:) Action 'initialize', 'update'
modifer (1,:) Modifier to the action or data structure if intialization
hFig (1,1) Handle to the figure or if 'update' radio button handles
position (1,4) [left bottom width height]
callback (1,:) Callback string when something has changed in this gui
-------
Outputs
-------
x (1,1) The tag if action is 'initialize'
--------------------------------------------------------------------------
AerospaceUtils: CAD/ComponentPopup Common: General/CloseUIElement Common: General/DeBlankLT Common: General/SetUIElement Common: General/StringMatch Common: General/StructToCell2D Common: General/UIElement Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Mag
Back to the AerospaceUtils Module page