TOC PREV NEXT INDEX

Udatamap_editor, Ugraph_editor

Synopsis

Contains editing functionality to allow editing of the input objects datamap (Udatamap_editor) or graphing information (Ugraph_editor)

V name

GDM.Udatamap_editor, GDM.Ugraph_editor

Input Ports

cur_obj

GDobj_templ

Description

Udatamap_editor provides a collection of user interface editors that allow editing of cur_obj's datamap.Ugraph_editor provides a collection of user interface editors that allow editing of any graph objects that are subobjects of the cur_obj parameter.If either of these components are instanced into a SingleWindowApp or MultiWindowApp, the panel for these editors is automatically installed into the Editors panel. Otherwise, you will have to set the parent connection manually be changing the subobject IUI.panel.parent_ref to connect to a panel of your choosing.

Input

cur_obj

A connection to the object to be edited. Usually this is connected to the Uview_editor's object output port.

Example

see the implementation of Uscene_editor

File

v/gdm.v

See also related modules

Not Applicable.

TOC PREV NEXT INDEX