From: eap Date: Mon, 26 Dec 2005 10:41:53 +0000 (+0000) Subject: PAL10953. Make fields of parameters protected X-Git-Tag: T_Before_Join_BR_3_1_0deb~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=e019559d0b7eb0e2e1dde2e55ac1025b8a2ff545 PAL10953. Make fields of parameters protected --- diff --git a/src/SMESHGUI/SMESHGUI_aParameter.h b/src/SMESHGUI/SMESHGUI_aParameter.h index dcd8c7177..d8933731e 100644 --- a/src/SMESHGUI/SMESHGUI_aParameter.h +++ b/src/SMESHGUI/SMESHGUI_aParameter.h @@ -70,7 +70,7 @@ public: QString & Label(); -private: +protected: QString _label; bool _needPreview; }; @@ -99,7 +99,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: int _top, _bottom; int _initValue, _newValue; }; @@ -132,7 +132,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: double _top, _bottom, _step; double _initValue, _newValue; int _decimals; @@ -158,7 +158,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: QString _initValue, _newValue; }; @@ -220,7 +220,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: int myInitValue, myValue; QStringList myValues; }; @@ -248,7 +248,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: bool myInitValue, myValue; };