Salome HOME
Fix bug 12796: Warning missed for the bad file 'test18.med'
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_aParameter.h
index dcd8c717770f1b339dde71bca413a6b036a5c450..5bb79a04ae36d866d537b5c356446e210d68595f 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -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;
 };