X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_PrsImage.h;h=f926178fdfcb8b57959d04365b1d17eab7855838;hb=d6e19029f8b41f295db878e9aecf451c2edda4af;hp=ec2f4843e3a63f35761fd3e461bdd00fed6af61d;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_PrsImage.h b/src/HYDROGUI/HYDROGUI_PrsImage.h index ec2f4843..f926178f 100644 --- a/src/HYDROGUI/HYDROGUI_PrsImage.h +++ b/src/HYDROGUI/HYDROGUI_PrsImage.h @@ -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;