X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_aParameterDlg.h;h=f749aeedd3e5b39f970026f4ca13cfa6cfedfce9;hp=7fd28a96f564bcf3b3e8cf03371a943cf709402e;hb=e884fc2507d46c805b15dfa633f4326c821c2d8c;hpb=61be698c0d2d886ce88ad99c43ede52fd0e4cd2b diff --git a/src/SMESHGUI/SMESHGUI_aParameterDlg.h b/src/SMESHGUI/SMESHGUI_aParameterDlg.h index 7fd28a96f..f749aeedd 100644 --- a/src/SMESHGUI/SMESHGUI_aParameterDlg.h +++ b/src/SMESHGUI/SMESHGUI_aParameterDlg.h @@ -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 mySpinList, myLabelList; std::list myParamList; + SMESHGUI_FunctionPreview* myPreview; }; #endif // SMESHGUI_aParameterDlg.h