Salome HOME
Exlude the user input during process events by application (Bug #325).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamOp.h
index 05ccea56f917d0c3ae3ca87717e111a78b5cdd80..9e8730c8127fb3deb32a73605c6ec04d2c77f3f7 100755 (executable)
@@ -49,10 +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                         updatePanelData();
 
 private:
   OCCViewer_ViewManager*       myViewManager;