EditObject¶
-
MLModule
¶ genre Fields
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLParser
definition mlParser.def see also OutputInspector
,SaveBase
,DecomposeBaseList
keywords modify
,change
,BaseLoad
,base
,xml
,string
,data
Purpose¶
The module EditObject
allows for the editing of a persistency string of a ml.Base
derived object.
Details¶
This module is wrapped by the ObjectInspector
-Macro which adds some extra functionality by scripting.
It is not to be used explicitly.
Parameter Fields¶
Field Index¶
Auto Load : Bool |
Delete : Trigger |
Load : Trigger |
Object String : String |
Status String : String |
Update : Trigger |
Update Mode : Enum |
upToDate : Bool |
Visible Fields¶
Update¶
-
name:
updateOutObject
, type:
Trigger
, deprecated name:
updateObject
¶ If pressed, the output object is updated according to the edited string.
Delete¶
-
name:
deleteOutObject
, type:
Trigger
, deprecated name:
deleteObject
¶ If pressed, the output object is deleted.
Load¶
-
name:
loadIntoEditor
, type:
Trigger
, deprecated name:
loadObject
¶ If pressed, the attached input object’s persistency string is loaded into the editor.