mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
PAL10953. Make fields of parameters protected
This commit is contained in:
parent
96874fc4b6
commit
e019559d0b
@ -70,7 +70,7 @@ public:
|
|||||||
|
|
||||||
QString & Label();
|
QString & Label();
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
QString _label;
|
QString _label;
|
||||||
bool _needPreview;
|
bool _needPreview;
|
||||||
};
|
};
|
||||||
@ -99,7 +99,7 @@ public:
|
|||||||
|
|
||||||
virtual QString sigValueChanged() const;
|
virtual QString sigValueChanged() const;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
int _top, _bottom;
|
int _top, _bottom;
|
||||||
int _initValue, _newValue;
|
int _initValue, _newValue;
|
||||||
};
|
};
|
||||||
@ -132,7 +132,7 @@ public:
|
|||||||
|
|
||||||
virtual QString sigValueChanged() const;
|
virtual QString sigValueChanged() const;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
double _top, _bottom, _step;
|
double _top, _bottom, _step;
|
||||||
double _initValue, _newValue;
|
double _initValue, _newValue;
|
||||||
int _decimals;
|
int _decimals;
|
||||||
@ -158,7 +158,7 @@ public:
|
|||||||
|
|
||||||
virtual QString sigValueChanged() const;
|
virtual QString sigValueChanged() const;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
QString _initValue, _newValue;
|
QString _initValue, _newValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -220,7 +220,7 @@ public:
|
|||||||
|
|
||||||
virtual QString sigValueChanged() const;
|
virtual QString sigValueChanged() const;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
int myInitValue, myValue;
|
int myInitValue, myValue;
|
||||||
QStringList myValues;
|
QStringList myValues;
|
||||||
};
|
};
|
||||||
@ -248,7 +248,7 @@ public:
|
|||||||
|
|
||||||
virtual QString sigValueChanged() const;
|
virtual QString sigValueChanged() const;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
bool myInitValue, myValue;
|
bool myInitValue, myValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user