Salome HOME
refs #550: fix crash when myObject is NULL
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PrsImage.h
index ec2f4843e3a63f35761fd3e461bdd00fed6af61d..f926178fdfcb8b57959d04365b1d17eab7855838 100644 (file)
@@ -69,6 +69,12 @@ public:
                                                              const bool theIsY,
                                                              const int theValue );
 
+  /**
+   * Set shape of the transformation point cursor.
+   * @param theCursorShape a cursor shape to be set
+   */
+  void                            setTransformationPointCursorShape(Qt::CursorShape theCursorShape);
+
 public:
   // from QGraphicsItem
   virtual QRectF                  boundingRect() const;