17 bool Read(
const QStringList &strlist)
override;
18 void Set(
_range lowhigh,
const double &value);
Abstract base class providing common serialization and visualization interface.
Range & operator=(const Range &rhs)
string ToString() const override
Convert object to string representation.
void Set(_range lowhigh, const double &value)
bool Read(const QStringList &strlist) override
Parse object data from a string list.
QJsonObject toJsonObject() const override
Serialize object to JSON format.
void SetValue(const double value)
bool ReadFromJsonObject(const QJsonObject &jsonobject) override
Deserialize object from JSON format.
bool writetofile(QFile *) override
Write object data to a file.
void SetMedian(const double &m)
void SetMean(const double &m)
double Get(_range lowhigh) const
_range
Enumeration for specifying parameter range bounds.