home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
ildiagrams.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
1KB
|
51 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)ildiagrams.tcl 1.7
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)ildiagrams.tcl 1.7 07 Nov 1995 Copyright 1994 Westmount Technology
# Start user added include file section
# End user added include file section
require "diagramsec.tcl"
Class IlDiagramSection : {DiagramSection} {
constructor
method destructor
method promoter
method docType
}
constructor IlDiagramSection {class this name document} {
set this [DiagramSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method IlDiagramSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this DiagramSection::destructor
}
method IlDiagramSection::promoter {this document} {
$this extension eps
$this DiagramSection::promoter $document
$this operationClass import
}
method IlDiagramSection::docType {this} {
# the type of this section in the document directory is Epsf
return Epsi
}
# Do not delete this line -- regeneration end marker