Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineOp.h
index 614960dfecb719eeae3c0bc93ac8cc77b5b8c3d7..aebd8be05d6e912378811ef172d53e739292b261 100755 (executable)
@@ -29,7 +29,6 @@
 
 class OCCViewer_ViewManager;
 class CurveCreator_Curve;
-class HYDROGUI_AISCurve;
 
 class HYDROGUI_PolylineOp : public HYDROGUI_Operation
 {
@@ -39,6 +38,9 @@ public:
   HYDROGUI_PolylineOp( HYDROGUI_Module* theModule, bool isEdit );
   virtual ~HYDROGUI_PolylineOp();
 
+  void                       deleteSelected();
+  bool                       deleteEnabled();
+
 protected:
   virtual void               startOperation();
   virtual void               abortOperation();
@@ -61,7 +63,6 @@ private:
   bool                       myIsEdit;
   Handle(HYDROData_Polyline) myEditedObject;
   CurveCreator_Curve*        myCurve;
-  HYDROGUI_AISCurve*         myAISCurve;
 };
 
 #endif