Salome HOME
refs #682, #684 - #686: create icons for land cover map operations.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_LandCoverMapOp.h
index d5c7e6405ec246413e07cfda4b5c76f8d68cf135..b34d2f422b1c66e9c68bc7cbc73c27be63d2279f 100644 (file)
@@ -54,6 +54,7 @@ signals:
 
 protected slots:
   void                           onLandCoverMapChanged( const QString& theName );
+  void                           onPolylineFaceChanged();
   void                           onCreatePreview();
   void                           onViewerSelectionChanged();
   void                           onMousePress(SUIT_ViewWindow*, QMouseEvent*);
@@ -72,6 +73,7 @@ private:
   Handle(HYDROData_LandCoverMap)  myEditedObject;
 
   HYDROGUI_Shape*                 myPreviewPrs;
+  HYDROGUI_Shape*                 myPolylineFacePreviewPrs;
 
   QPoint                          myStartPnt, myEndPnt;
 };