Salome HOME
refs #640: correct width for non-georeferenced profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitPolylinesOp.h
index e2454a54307810ba6560e53a305fd1eb2d95e63f..8de00f8bca602803522518e082dddc9c58f05d53 100644 (file)
@@ -31,11 +31,22 @@ public:
 
 protected:
   virtual void startOperation();
+  virtual void abortOperation();
+  virtual void commitOperation();
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
   virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg,
                              QStringList& theBrowseObjectsEntries );
+
+  virtual HYDROGUI_Shape*      getPreviewShape() const { return myPreviewPrs; };
+
+protected slots:
+  void OnUpdatePreview();
+  void erasePreview();
+
+private:
+  HYDROGUI_Shape* myPreviewPrs;
 };
 
 #endif