Salome HOME
Bug #168: filter for invalid polyline.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamOp.h
index 0d35f92e509de4715a9379b647e30a50842fb2be..8d356e0ac76def86a719ed8c1c39f45712903e9c 100755 (executable)
@@ -48,16 +48,17 @@ protected:
 
   virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
 
-private slots:
-  void                         onCreatePreview();
+  virtual bool                 isToAbortOnApply() const { return false; }
 
+private slots:
   void                         onAddProfiles();
   void                         onRemoveProfiles( const QStringList& );
   void                         onAxisChanged( const QString& );
 
 private:
+  void                         createPreview();
   void                         erasePreview();
-  void                         updatePanel();
+  void                         updatePanelData();
 
 private:
   OCCViewer_ViewManager*       myViewManager;