]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/MHDFileInfo_widget.bbs
#3077 CreaMiniTools Bug New Normal - message documentation in boxes
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / MHDFileInfo_widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/MHDFileInfo_widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include std
9 include creaVtk
10 include wx
11
12 define MHDFileInfo_widget creaMiniTools
13
14 author "Author ??"
15 description "Description ??"
16
17 category "<VOID>"
18
19 new std:ConcatStrings Box07
20
21 new creaVtk:MHDFileInfo Box08
22
23 new wx:LayoutLine Box16
24   set Box16.WinTitle "MHD Info"
25
26 new wx:OutputText Box14
27   set Box14.Title "Spacing"
28
29 new wx:OutputText Box15
30   set Box15.Title "Dim"
31
32 new wx:OutputText Box17
33   set Box17.Title "DimSize"
34
35 new wx:OutputText Box18
36   set Box18.Title "FileName"
37
38 new wx:OutputText Box19
39   set Box19.Title "Format"
40
41
42 connect Box07.Out Box08.FileName
43 connect Box08.ElementSpacing Box14.In
44 connect Box08.Dim Box15.In
45 connect Box08.DimSize Box17.In
46 connect Box08.ElementType Box19.In
47 connect Box15.Widget Box16.Widget2
48 connect Box17.Widget Box16.Widget3
49 connect Box14.Widget Box16.Widget4
50 connect Box19.Widget Box16.Widget5
51 connect Box18.Widget Box16.Widget6
52 connect Box07.Out Box18.In
53
54 # Complex input ports
55 input NameFile Box07.In1 " "
56 input boxExecute Box16.BoxExecute " "
57
58 # Complex output ports
59 output widget Box16.Widget " "
60
61
62 endefine