X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FcommandMenu.bbs;h=4a7d0e4f845e065ad64f41159fe87d712ea28975;hb=0a7f810c517cd5dd8b23009225523a568e9a4f7f;hp=8df621f4923794441a9e7d9dc6ae49189144ca53;hpb=e40e9f0203d00008b8f0725c8f9f72b20dac821b;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs index 8df621f..4a7d0e4 100755 --- a/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs @@ -15,110 +15,127 @@ description "Description ??" category "" -new CommandButton Box00 - set Box00.Label "bbEditor" +new CommandButton BBEditorButton + set BBEditorButton.Label "bbEditor (Graphical Pipeline Editor)" -new CommandButton Box01 - set Box01.Label "bbi" +new CommandButton BBIButton + set BBIButton.Label "bbi (Script Interpreter)" -new CommandButton Box02 - set Box02.Label "bbStudio" +new CommandButton BBStudioButton + set BBStudioButton.Label "bbStudio (Script Management)" -new CommandButton Box03 - set Box03.Label "Create New Project" +new CommandButton CreaNewProjectButton + set CreaNewProjectButton.Label "Crea New Project (Create a blank project)" -new ExecSystemCommand Box04 - set Box04.In "creaNewProject &" +new ExecSystemCommand CreaNewProjectComm + set CreaNewProjectComm.In "creaNewProject &" -new ExecSystemCommand Box05 - set Box05.In "bbi &" +new ExecSystemCommand BBIComm + set BBIComm.In "bbi &" -new ExecSystemCommand Box06 - set Box06.In "bbStudio &" +new ExecSystemCommand BBStudioComm + set BBStudioComm.In "bbStudio &" -new ExecSystemCommand Box07 - set Box07.In "bbEditor &" +new ExecSystemCommand BBEditorComm + set BBEditorComm.In "bbEditor &" -new LayoutLine Box09 - set Box09.Orientation H - set Box09.WinTitle "bbg/bbs" +new LayoutTab Tabs -new LayoutTab Box10 +new CommandButton CreatePackageBBTKButton + set CreatePackageBBTKButton.Label "Create Package BBTK" -new LayoutLine Box11 - set Box11.Orientation H - set Box11.WinTitle "C++" +new CommandButton CreateBoxBBTKButton + set CreateBoxBBTKButton.Label "Create Box BBTK" -new CommandButton Box12 - set Box12.Label "Create Package BBTK" +new ExecSystemCommand CreatePackageBBTKComm + set CreatePackageBBTKComm.In "bbi toolsbbtk/appli/GUICreatePackage.bbs &" -new CommandButton Box13 - set Box13.Label "Create Box BBTK" +new ExecSystemCommand CreateBoxBBTKComm + set CreateBoxBBTKComm.In "bbi toolsbbtk/appli/GUICreateBlackBox.bbs &" -new ExecSystemCommand Box14 - set Box14.In "bbi toolsbbtk/appli/GUICreatePackage.bbs &" +new LayoutLine CPPLayout + set CPPLayout.Orientation "V" -new ExecSystemCommand Box15 - set Box15.In "bbi toolsbbtk/appli/GUICreateBlackBox.bbs &" +new LayoutLine Layout + set Layout.Orientation "H" + set Layout.WinTitle "DevTools" -new LayoutLine Box16 +new CommandButton PlugPackageButton + set PlugPackageButton.Label "Plug Package (Link packages with BBTK)" -new LayoutLine Box17 +new ExecSystemCommand PlugPackageComm + set PlugPackageComm.In "bbi toolsbbtk/appli/GUIPlugPackage.bbs &" -new LayoutLine Box18 +new CommandButton CreaDevManagerButton + set CreaDevManagerButton.Label "Crea Development Manager" -new LayoutLine Box19 +new ExecSystemCommand CreaDevManagerComm + set CreaDevManagerComm.In "creaDevManager &" -new LayoutLine Box20 +new StaticBox CPP + set CPP.BoxTitle "C++" -new LayoutLine Box21 +new StaticBox Scripts + set Scripts.BoxTitle "Scripts (bbg/bbs)" -new LayoutLine Box22 - set Box22.Orientation H - set Box22.WinTitle "DevelTools" +new StaticBox DCPP + set DCPP.BoxTitle "C++" -new LayoutTab Box23 +new StaticBox DScripts + set DScripts.BoxTitle "Scripts (bbg/bbs)" -new CommandButton Box24 - set Box24.Label "Plug Package" +new LayoutLine ScriptsLayout + set ScriptsLayout.Orientation "V" -new ExecSystemCommand Box25 - set Box25.In "bbi toolsbbtk/appli/GUIPlugPackage.bbs &" +new LayoutLine DCPPLayout + set DCPPLayout.Orientation "V" -new CommandButton Box26 - set Box26.Label "Crea Development Manager" +new LayoutLine DScriptsLayout + set DScriptsLayout.Orientation "V" -new ExecSystemCommand Box27 - set Box27.In "creaDevManager &" +new LayoutSplit DeprecatedTools + set DeprecatedTools.Orientation "V" + set DeprecatedTools.Proportion "80" + set DeprecatedTools.WinTitle "DeprecatedTools" +new LayoutSplit ActiveTools + set ActiveTools.Orientation "V" + set ActiveTools.Proportion "33" + set ActiveTools.WinTitle "Active Tools" -connect Box01.BoxChange Box05.BoxExecute -connect Box03.BoxChange Box04.BoxExecute -connect Box02.BoxChange Box06.BoxExecute -connect Box00.BoxChange Box07.BoxExecute -connect Box09.Widget Box10.Widget1 -connect Box12.BoxChange Box14.BoxExecute -connect Box13.BoxChange Box15.BoxExecute -connect Box01.Widget Box17.Widget3 -connect Box02.Widget Box17.Widget2 -connect Box00.Widget Box17.Widget1 -connect Box17.Widget Box09.Widget2 -connect Box21.Widget Box11.Widget2 -connect Box03.Widget Box21.Widget1 -connect Box11.Widget Box23.Widget1 -connect Box10.Widget Box22.Widget1 -connect Box23.Widget Box22.Widget2 -connect Box24.BoxChange Box25.BoxExecute -connect Box24.Widget Box21.Widget5 -connect Box13.Widget Box21.Widget4 -connect Box12.Widget Box21.Widget3 -connect Box26.BoxChange Box27.BoxExecute -connect Box26.Widget Box21.Widget2 + +connect BBIButton.BoxChange BBIComm.BoxExecute +connect CreaNewProjectButton.BoxChange CreaNewProjectComm.BoxExecute +connect BBStudioButton.BoxChange BBStudioComm.BoxExecute +connect BBEditorButton.BoxChange BBEditorComm.BoxExecute +connect CreatePackageBBTKButton.BoxChange CreatePackageBBTKComm.BoxExecute +connect CreateBoxBBTKButton.BoxChange CreateBoxBBTKComm.BoxExecute +connect Tabs.Widget Layout.Widget1 +connect PlugPackageButton.BoxChange PlugPackageComm.BoxExecute +connect CreaDevManagerButton.BoxChange CreaDevManagerComm.BoxExecute +connect CPPLayout.Widget CPP.BoxContent +connect ScriptsLayout.Widget Scripts.BoxContent +connect DCPPLayout.Widget DCPP.BoxContent +connect DScriptsLayout.Widget DScripts.BoxContent +connect CreaDevManagerButton.Widget CPPLayout.Widget1 +connect BBEditorButton.Widget ScriptsLayout.Widget1 +connect BBIButton.Widget ScriptsLayout.Widget2 +connect CreaNewProjectButton.Widget DCPPLayout.Widget1 +connect CreatePackageBBTKButton.Widget DCPPLayout.Widget2 +connect CreateBoxBBTKButton.Widget DCPPLayout.Widget3 +connect PlugPackageButton.Widget DCPPLayout.Widget4 +connect BBStudioButton.Widget DScriptsLayout.Widget1 +connect DScripts.Widget DeprecatedTools.Widget2 +connect DCPP.Widget DeprecatedTools.Widget1 +connect DeprecatedTools.Widget Tabs.Widget2 +connect ActiveTools.Widget Tabs.Widget1 +connect CPP.Widget ActiveTools.Widget1 +connect Scripts.Widget ActiveTools.Widget2 # Complex input ports # Complex output ports -output CommandMenu Box22.Widget " " +output CommandMenu Layout.Widget " " endefine