]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Fri, 23 Dec 2011 13:02:59 +0000 (13:02 +0000)
committerana <ana@opencascade.com>
Fri, 23 Dec 2011 13:02:59 +0000 (13:02 +0000)
src/EntityGUI/EntityGUI.cxx

index b56ee2599198bfbe53c64c10b07893fb6e868faf..5fa025aa7b946203d8d8ac3bc33f788e0659a035 100644 (file)
@@ -159,6 +159,7 @@ bool EntityGUI::OnMousePress( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_ViewWi
         aSketcherDlg->OnPointSelected( modifiers, aPnt );  // "feed" the point to point construction dialog
       } // acceptMouseEvent()
     }
+#ifdef WITH_OPENCV
     if (  QString( aDlg->metaObject()->className() ).compare( "EntityGUI_FeatureDetectorDlg" ) == 0 ) 
     {
       EntityGUI_FeatureDetectorDlg* aCornerDlg = (EntityGUI_FeatureDetectorDlg*) aDlg;
@@ -189,7 +190,9 @@ bool EntityGUI::OnMousePress( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_ViewWi
       } // acceptMouseEvent()
       
     }
+#endif
   }
+
   return false;
 }
 
@@ -201,6 +204,7 @@ bool EntityGUI::OnMouseRelease( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_View
 {
   MESSAGE("EntityGUI::OnMouseRelease")
   QDialog* aDlg = getGeometryGUI()->GetActiveDialogBox();
+#ifdef WITH_OPENCV
   if ( aDlg && ( QString( aDlg->metaObject()->className() ).compare( "EntityGUI_FeatureDetectorDlg" ) == 0 ) &&
        theViewWindow->getViewManager()->getType() == OCCViewer_Viewer::Type() &&
        pe->modifiers() != Qt::ControlModifier ) 
@@ -217,9 +221,11 @@ bool EntityGUI::OnMouseRelease( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_View
       aCornerDlg->setEndPnt( aPnt );
     }    
   }
+#endif
   return false;
 }
 
+
 //=======================================================================
 // function : ConvertClickToPoint()
 // purpose  : Returns the point clicked in 3D view