home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
revengada9.tcl
< prev
next >
Wrap
Text File
|
1997-11-28
|
1KB
|
54 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)revengada9.tcl /main/titanic/3
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)revengada9.tcl /main/titanic/3 28 Nov 1997 Copyright 1996 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "revengdlg.tcl"
global short2url
set short2url(reverseEngineerAda95) IPL/db_rve_ada95.html
Class RevEngAda95Dlg : {RevEngDlg} {
method destructor
constructor
method getOptions
}
method RevEngAda95Dlg::destructor {this} {
# Start destructor user section
# End destructor user section
$this RevEngDlg::destructor
}
constructor RevEngAda95Dlg {class this name} {
set this [RevEngDlg::constructor $class $this $name "Ada95" "reveng_ada95"]
interface CheckButton $this.top.association {
label "Reverse engineer associations"
state 1
}
return $this
}
method RevEngAda95Dlg::getOptions {this} {
set script [$this RevEngDlg::getOptions]
if [$this.top.association state] {
append script " -a rev_assoc.tcl"
}
return $script
}
# Do not delete this line -- regeneration end marker