Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index 2a3ada8fc5cd9ca010fc4719f2e8f678c02abdc0..ad45664edab7f1b025326372048b95cc786f8cf8 100644 (file)
@@ -69,6 +69,15 @@ private:
   void                       closePreview();
   void                       closeView( GraphicsView_ViewManager* &aViewMgr );
 
+  bool                       checkPoints( const QPointF& thePointA,
+                                          const QPointF& thePointB,
+                                          const QPointF& thePointC,
+                                          const bool     theIsByTwoPoints,
+                                          const QString& theLineErrMsg,
+                                          const QString& thePoinErrMsg,
+                                          QString&       theErrorMsg,
+                                          const bool     theIsToCheckInvertibles ) const;
+
 private:
   bool                       myIsEdit;
   Handle(HYDROData_Image)    myEditedObject;
@@ -81,7 +90,6 @@ private:
   HYDROGUI_PrsImage*         myRefPreviewPrs;      //!< The reference image presentation
 
   QImage                     myImage;              //!< The loaded image to import
-  QTransform                 myRefTransform;       //!< The loaded image transformation
 
   int                        myPointType;
 };