]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/Mesh_tool_Help.bbs
3523 Mesh_tool_ApplyRegionGrowing Mesh_tool_ApplySmooth
[creaMaracasVisu.git] / bbtk / bbs / boxes / Mesh_tool_Help.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.5 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/Mesh_tool_Help.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include std
9 include wx
10
11 define Mesh_tool_Help creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new std:StringSelect Box09
19   set Box09.In0 "xdg-open "
20   set Box09.In1 "start "
21   set Box09.In2 "open  "
22
23 new wx:LayoutLine Box10
24   set Box10.Orientation "V"
25
26 new std:ConcatStrings Box11
27   set Box11.In2 "https://www.creatis.insa-lyon.fr/~davila/tmp/tmpCreaSDRA/tutorial001/"
28
29 new std:ExecSystemCommand Box13
30
31 new std:Configuration Box14
32
33 new wx:CommandButton Box15
34   set Box15.Label "Open tutorials page"
35
36 new std:ConcatStrings Box18
37   set Box18.In2 "https://youtu.be/VtBAtlMufDc"
38
39 new wx:CommandButton Box19
40   set Box19.Label "Run General Video"
41
42 new std:ExecSystemCommand Box20
43
44 new wx:OutputText Box30
45
46 new wx:LayoutCenter Box31
47   set Box31.WinTitle "Help"
48
49
50 connect Box09.Out Box11.In1
51 connect Box11.Out Box13.In
52 connect Box14.SystemType Box09.In
53 connect Box15.BoxChange Box13.BoxExecute
54 connect Box19.BoxChange Box20.BoxExecute
55 connect Box18.Out Box20.In
56 connect Box09.Out Box18.In1
57 connect Box30.Widget Box10.Widget1
58 connect Box10.Widget Box31.Widget2
59 connect Box15.Widget Box10.Widget2
60 connect Box19.Widget Box10.Widget3
61
62 # Complex input ports
63
64 # Complex output ports
65 output widget Box31.Widget " "
66
67
68 endefine