X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_StreamOp.h;h=9e8730c8127fb3deb32a73605c6ec04d2c77f3f7;hb=fc42f9cabfa130d72aea8c10f003d6bec315b6c6;hp=0d35f92e509de4715a9379b647e30a50842fb2be;hpb=7293e4989b4e85a3531cd6c77b14e5129ee617aa;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_StreamOp.h b/src/HYDROGUI/HYDROGUI_StreamOp.h index 0d35f92e..9e8730c8 100755 --- a/src/HYDROGUI/HYDROGUI_StreamOp.h +++ b/src/HYDROGUI/HYDROGUI_StreamOp.h @@ -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;