Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileDlg.h
index dd5f52223bcdf99e1992a755b4a9ee4a8d68aa29..388fc48df5ca9b2802a88226824731b4851b1eab 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "HYDROGUI_InputPanel.h"
 
+#include <AIS_InteractiveContext.hxx>
+
 class QGroupBox;
 class QLineEdit;
 class CurveCreator_Widget;
@@ -40,12 +42,12 @@ public:
   HYDROGUI_ProfileDlg( HYDROGUI_Module* theModule, const QString& theTitle );
   virtual ~HYDROGUI_ProfileDlg();
 
-  void setOCCViewer( OCCViewer_Viewer* theViewer );
+  Handle(AIS_InteractiveContext) getAISContext();
 
   void  setProfileName( const QString& theName );
   QString getProfileName() const;
        
-  void  setCurve( CurveCreator_ICurve* theCurve );
+  void  setProfile( CurveCreator_ICurve* theProfile );
 
   void  reset();