]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
#3252Select mechanism of boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index c5cb8cbf591157234be8279bbd8e3e8c3614883e..be2519ed5d5487c9525d0e68d656b91aa570a62f 100644 (file)
@@ -290,8 +290,14 @@ namespace bbtk
         std::string LineNumber(bool withLineNumber, int &value);
         int GetIndexInSelected(int idControler);
         void UnSelectBlackBoxes();
-        GObjectController *GetGBlackBoxControlerPointedByMouse();
+        GObjectController *GetGBoxControlerPointedByMouse();
                void CancelConnection();
+        
+        int selectRegionX1;
+        int selectRegionY1;
+        int selectRegionX2;
+        int selectRegionY2;
+
        protected:
        };