]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs
Feature #1769 Add licence terms for all files.
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / maxiToolsMenu.bbs
1 # ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
4 #                        pour la Sant�)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
7 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
8 #
9 #  This software is governed by the CeCILL-B license under French law and
10 #  abiding by the rules of distribution of free software. You can  use,
11 #  modify and/ or redistribute the software under the terms of the CeCILL-B
12 #  license as circulated by CEA, CNRS and INRIA at the following URL
13 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14 #  or in the file LICENSE.txt.
15 #
16 #  As a counterpart to the access to the source code and  rights to copy,
17 #  modify and redistribute granted by the license, users are provided only
18 #  with a limited warranty  and the software's author,  the holder of the
19 #  economic rights,  and the successive licensors  have only  limited
20 #  liability.
21 #
22 #  The fact that you are presently reading this means that you have had
23 #  knowledge of the CeCILL-B license and that you accept its terms.
24 # ------------------------------------------------------------------------ */
25
26 # ----------------------------------
27 # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
28 # - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs
29 # ----------------------------------
30
31 include std
32 include itkvtk
33 include wx
34 include std
35
36 define maxiToolsMenu creaMiniTools
37
38 author "Author ??"
39 description "Description ??"
40
41 category "<VOID>"
42
43 new CommandButton Box00
44   set Box00.Label "creaContoursApp"
45
46 new ExecSystemCommand Box04
47   set Box04.In "creaContourApp &"
48
49 new CommandButton Box11
50   set Box11.Label "Image Tool"
51
52 new ExecSystemCommand Box12
53   set Box12.In "bbi creaMiniTools/appli/ImageTool.bbs &"
54
55 new LayoutLine Box10
56
57 new CommandButton Box14
58   set Box14.Label "Compare 2 images"
59
60 new ExecSystemCommand Box15
61   set Box15.In "bbi creaMiniTools/appli/ImagesCompare.bbs &"
62
63 new LayoutCenter Box16
64   set Box16.WinTitle "Tools"
65
66
67 connect Box00.BoxChange Box04.BoxExecute
68 connect Box11.BoxChange Box12.BoxExecute
69 connect Box11.Widget Box10.Widget3
70 connect Box00.Widget Box10.Widget2
71 connect Box14.BoxChange Box15.BoxExecute
72 connect Box14.Widget Box10.Widget4
73 connect Box10.Widget Box16.Widget2
74
75
76 # Complex input ports
77
78 # Complex output ports
79 output widget Box16.Widget " "
80
81 endefine