]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuPanelButtonContainerSettings.h
2416 creaMaracasVisu Feature New Normal AddContainerSettings blackbox 2014-06-27...
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuPanelButtonContainerSettings.h
index cb449d55b99affe120cd861743c991c80ac383f1..52579c613215333bce99a0e0b502d8e26f0f9a88 100644 (file)
@@ -58,6 +58,7 @@ namespace bbcreaMaracasVisu
                        BBTK_DECLARE_INPUT(ButtonDescription,std::string);
                        BBTK_DECLARE_INPUT(Widget,wxWindow*);
                        BBTK_DECLARE_OUTPUT(Out,BCStructVectorType);
+                       BBTK_DECLARE_OUTPUT(Settings,BCPSettingsStruct*);
                        BBTK_PROCESS(Process);
 
                        void
@@ -88,6 +89,7 @@ namespace bbcreaMaracasVisu
        BBTK_INPUT(PanelButtonContainerSettings,ButtonDescription,"Full description of the button",std::string,"");
        BBTK_INPUT(PanelButtonContainerSettings,Widget,"Panel associated to the button",wxWindow*,"");
        BBTK_OUTPUT(PanelButtonContainerSettings,Out,"ButtonContainerSettings List",BCStructVectorType,"");
+       BBTK_OUTPUT(PanelButtonContainerSettings,Settings,"ButtonContainerSettings",BCPSettingsStruct*,"");
        BBTK_END_DESCRIBE_BLACK_BOX(PanelButtonContainerSettings);
        //=====
        // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)