X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_aParameterDlg.h;h=7fd28a96f564bcf3b3e8cf03371a943cf709402e;hb=61be698c0d2d886ce88ad99c43ede52fd0e4cd2b;hp=7c9cd19aa9f7af982d2365da5b65751f377650ee;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_aParameterDlg.h b/src/SMESHGUI/SMESHGUI_aParameterDlg.h index 7c9cd19aa..7fd28a96f 100644 --- a/src/SMESHGUI/SMESHGUI_aParameterDlg.h +++ b/src/SMESHGUI/SMESHGUI_aParameterDlg.h @@ -49,21 +49,25 @@ class SMESHGUI_aParameterDlg : public QDialog Q_OBJECT public: - SMESHGUI_aParameterDlg (std::list params, - QWidget* parent = 0, + SMESHGUI_aParameterDlg( SMESHGUI*, + std::list params, QString title = QString::null, bool modal = TRUE); ~SMESHGUI_aParameterDlg(); /* Parameter function */ - static bool Parameters (std::list params, const char *aTitle); + static bool Parameters( SMESHGUI*, std::list params, const char *aTitle); protected: void init(); +protected slots: + virtual void onValueChanged(); + private slots: void ClickOnOk(); + void UpdateShown( const SMESHGUI_aParameterPtr, QWidget* ); private: SMESHGUI* mySMESHGUI; @@ -71,7 +75,7 @@ private: QPushButton* myButtonOk; QPushButton* myButtonCancel; - std::list mySpinList; + std::list mySpinList, myLabelList; std::list myParamList; };