Salome HOME
PAL8238 - Hypothesis for non-regular 1D meshing
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_aParameterDlg.h
index 7fd28a96f564bcf3b3e8cf03371a943cf709402e..f749aeedd3e5b39f970026f4ca13cfa6cfedfce9 100644 (file)
@@ -39,6 +39,7 @@ class QLabel;
 class QPushButton;
 class SMESHGUI;
 class QWidget;
+class SMESHGUI_FunctionPreview;
 
 //=================================================================================
 // class    : SMESHGUI_aParameterDlg
@@ -69,6 +70,9 @@ private slots:
     void ClickOnOk();
     void UpdateShown( const SMESHGUI_aParameterPtr, QWidget* );
 
+private:
+    void FunctionPreview( const SMESHGUI_aParameterPtr, QWidget* );
+
 private:
     SMESHGUI*       mySMESHGUI;
 
@@ -77,6 +81,7 @@ private:
 
     std::list<QWidget*>               mySpinList, myLabelList;
     std::list<SMESHGUI_aParameterPtr> myParamList;
+    SMESHGUI_FunctionPreview* myPreview;
 };
 
 #endif // SMESHGUI_aParameterDlg.h