home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
wd97cadsec.tcl
< prev
next >
Wrap
Text File
|
1997-05-23
|
1KB
|
42 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)wd97cadsec.tcl /main/hindenburg/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)wd97cadsec.tcl /main/hindenburg/1 23 May 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "wd97diagra.tcl"
Class Wd97CadSection : {Wd97DiagramSection} {
constructor
method destructor
method promoter
}
constructor Wd97CadSection {class this name document} {
set this [Wd97DiagramSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method Wd97CadSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this Wd97DiagramSection::destructor
}
method Wd97CadSection::promoter {this document} {
$this Wd97DiagramSection::promoter $document
$this uiType CAD
}
# Do not delete this line -- regeneration end marker