Salome HOME
PAL10953. Make fields of parameters protected
authoreap <eap@opencascade.com>
Mon, 26 Dec 2005 10:41:53 +0000 (10:41 +0000)
committereap <eap@opencascade.com>
Mon, 26 Dec 2005 10:41:53 +0000 (10:41 +0000)
src/SMESHGUI/SMESHGUI_aParameter.h

index dcd8c717770f1b339dde71bca413a6b036a5c450..d8933731e9778fa005779625a8e087aa4c3d55ce 100644 (file)
@@ -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;
 };