]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
Feature 1367 - Hint for possible connections. Bug 1352 - Show errors with inconsisten...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 3fb4c0be6f3747619c709e85f9c0652d3d37c613..3cf56391c506c5bdb9e87ac0955c292e5b8b9272 100644 (file)
@@ -109,6 +109,8 @@ namespace bbtk
                virtual bool OnLeftButtonUp();
                virtual bool OnRightButtonUp();
                virtual bool OnLeftDClick();
+                virtual bool OnMiddleButtonDown(); ///JLGR 21-05-2012
+                virtual bool OnMiddleButtonUp(); ///JLGR 21-05-2012
 
                //-------
                int createGBlackBox(int x, int y, std::string packageName, std::string boxType );
@@ -161,6 +163,8 @@ namespace bbtk
                //Add a map of object controllers
                void addObjects(std::map<int,GObjectController*> objectsMap);
 
+                /// Duplicates Objects to current a diagram
+                void DuplicateObjects(std::map<int,GObjectController*> objectsMap);///JLGR 21-05-2012
 
                //-------
                // Makes a BlackBox Executable
@@ -205,6 +209,9 @@ namespace bbtk
         std::string GetAuthor();
         std::string GetCategory();
         std::string GetDescription();
+  
+        // JGRR & CM
+        void printAll( int com, int sta );
 
        private: