Salome HOME
Variables naming.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelOp.h
index 25f47a37bb28f69238a3dda9f4732e899973c75a..eb15b4e861515b35970a17934079f49412935369 100644 (file)
@@ -53,14 +53,15 @@ protected slots:
 
 protected:
   virtual void               erasePreview();
+
   virtual Handle(HYDROData_Channel) getObjectToEdit() const;
 
+  virtual HYDROGUI_Shape*   getPreviewShape() const { return myPreviewPrs; };
+
 protected:
   bool                       myIsEdit;
   Handle(HYDROData_Channel)  myEditedObject;
 
-  OCCViewer_ViewManager*     myViewManager;
-
   HYDROGUI_Shape*            myPreviewPrs;
 };