]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
The actual version works with complex box automatic generated from selected boxes...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 05eab99ef2ece9f50eaeae1f204ff5953fb1a8db..70f79fd4d4948763c167998e676fd1996fd5b2e1 100644 (file)
@@ -94,6 +94,9 @@ namespace bbtk
                void setComplexBox(bool val);
                void addComplexInputPort(std::string portName);
                void addComplexOutputPort(std::string portName);
+               std::map<int,GObjectController*> getSelectedObjects();
+               void addObjects(std::map<int,GObjectController*> objectsMap);
+               int getNumSelectedObjects();
 
        //=========================================================================