Salome HOME
Feature #197: translation or georeferencing of OBSTACLES Box and Cylinder.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamOp.h
index 0d35f92e509de4715a9379b647e30a50842fb2be..9e8730c8127fb3deb32a73605c6ec04d2c77f3f7 100755 (executable)
@@ -49,15 +49,14 @@ protected:
   virtual bool                 processApply( int& theUpdateFlags, QString& theErrorMsg );
 
 private slots:
-  void                         onCreatePreview();
-
   void                         onAddProfiles();
   void                         onRemoveProfiles( const QStringList& );
   void                         onAxisChanged( const QString& );
 
 private:
+  void                         createPreview();
   void                         erasePreview();
-  void                         updatePanel();
+  void                         updatePanelData();
 
 private:
   OCCViewer_ViewManager*       myViewManager;