-- File: IGESSelect_EditDirPart.cdl -- Created: Mon Sep 7 15:52:55 1998 -- Author: Christian CAILLET -- ---Copyright: Matra Datavision 1998 class EditDirPart from IGESSelect inherits Editor from IFSelect ---Purpose : This class is aimed to display and edit the Directory Part of -- an IGESEntity uses Transient, AsciiString, HAsciiString, InterfaceModel, EditForm is Create returns EditDirPart; Label (me) returns AsciiString; Recognize (me; form : EditForm) returns Boolean; StringValue (me; form : EditForm; num : Integer) returns HAsciiString from TCollection; Load (me; form : EditForm; ent : Transient; model : InterfaceModel) returns Boolean; Update (me; form : mutable EditForm; num : Integer; newval : HAsciiString; enforce : Boolean) returns Boolean is redefined; -- for dynamically computed values Apply (me; form : EditForm; ent : Transient; model : InterfaceModel) returns Boolean; end EditDirPart;