]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/ContourControlPoints_Interface.bbs
#2809 creaMaracas Visu Feature New Normal - update UnitLayerPaint DrawAxisTree
[creaMaracasVisu.git] / bbtk / bbs / boxes / ContourControlPoints_Interface.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All-Vtk_5-10-1/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/ContourControlPoints_Interface.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define ContourControlPoints_Interface creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new CheckBox Box00
19   set Box00.In "false"
20   set Box00.ReactiveOnKeystroke "1"
21   set Box00.Title "Active"
22   set Box00.WinTitle "hola"
23
24 new LayoutLine Box01
25   set Box01.WinTitle "Manual Ruler"
26
27 new CheckBox Box02
28   set Box02.In "true"
29   set Box02.ReactiveOnKeystroke "1"
30   set Box02.Title "Close/Open"
31   set Box02.WinTitle "hola"
32
33 new CheckBox Box04
34   set Box04.In "true"
35   set Box04.ReactiveOnKeystroke "1"
36   set Box04.Title "Visible"
37   set Box04.WinTitle "hola"
38
39 new MultipleInputs Box10
40   set Box10.BoxProcessMode "Reactive"
41
42
43 connect Box00.Widget Box01.Widget1
44 connect Box02.Widget Box01.Widget2
45 connect Box04.Widget Box01.Widget3
46 connect Box00.BoxChange Box10.In1
47 connect Box02.BoxChange Box10.In2
48 connect Box04.BoxChange Box10.In3
49
50 # Complex input ports
51
52 # Complex output ports
53 output Active Box00.Out " "
54 output Widget Box01.Widget " "
55 output OpenClose Box02.Out " "
56 output Visible Box04.Out " "
57 output BoxChange Box10.Out " "
58
59
60 endefine