]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBlackBoxController.cxx
Setting values in a blackbox and almost setting values in the scene properties
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GBlackBoxController.cxx
index 64092751ea809949e320afba7f9b0528253ba2b0..cfdaa31c9517f4a210637b9e4277976d13a5f2db 100644 (file)
@@ -131,26 +131,7 @@ namespace bbtk
        }
        
        //=========================================================================
-       
-       bool GBlackBoxController::OnLeftDClick()
-       {
-               int X,Y;
-               wxVTKRenderWindowInteractor *wxVTKiren;
-               wxVTKiren = _vtkInteractorStyleBaseView->GetWxVtk3DBaseView()->GetWxVTKRenderWindowInteractor();
-               wxVTKiren->GetEventPosition(X,Y);
-
-               int state  = _view->getState();
 
-               //Evaluate new state
-               if(_view->isPointInside(X,Y))
-               {
-                       _model->notifyObservers(getId(),EDIT_BLACKBOX);
-               }
-               return true;
-       }
-       
-       //=========================================================================
-       
        bool GBlackBoxController::OnRightButtonUp()
        {
                GBlackBoxModel *bbmodel = (GBlackBoxModel*)_model;