Salome HOME
Icons are shown in the object browser tree.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileDlg.h
index 388fc48df5ca9b2802a88226824731b4851b1eab..e2f1c5f30a2eee413141537222b126a715b70aa5 100644 (file)
 
 #include <AIS_InteractiveContext.hxx>
 
-class QGroupBox;
 class QLineEdit;
 class CurveCreator_Widget;
-class OCCViewer_ViewWidget;
 class CurveCreator_ICurve;
 class OCCViewer_Viewer;
 
@@ -57,9 +55,6 @@ public:
   void  deleteSelected();
   bool  deleteEnabled();
 
-protected slots:
-  void processStartedSubOperation( QWidget* );
-  void processFinishedSubOperation( QWidget* );
 signals:
   void                  createPreview( QString );
   void                  selectionChanged();
@@ -69,8 +64,7 @@ signals:
 private:
   QLineEdit*            myName;
   CurveCreator_Widget*  myEditorWidget;
-  //QGroupBox*            myAddElementBox;
-  OCCViewer_ViewWidget* myViewWidget;
+  OCCViewer_Viewer*     myViewer;
 };
 
 #endif