Salome HOME
epaisseur des polylignes = 2
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PrsImage.cxx
index 8b8ae2b1b1e74b6d66957944843174a2279fee73..a146d2546623de999c861b0680b62181e5f2fd8b 100644 (file)
@@ -157,6 +157,16 @@ void HYDROGUI_PrsImage::updateTransformationPoint( const int thePointType,
   }
 }
 
+//================================================================
+// Function : setTransformationPointCursorShape
+// Purpose  : 
+//================================================================
+void HYDROGUI_PrsImage::setTransformationPointCursorShape(Qt::CursorShape theCursorShape)
+{
+  if ( myTransformationPointCursor )
+    myTransformationPointCursor->setShape(theCursorShape);
+}
+
 //================================================================
 // Function : boundingRect
 // Purpose  :