QCSDataRange Class

This class provides limits information about the data. More...

Header: #include <QCSDataRange>
Instantiated By: CSDataRange
Inherits: QObject

Properties

  • 1 property inherited from QObject

Public Functions

QCSDataRange(QObject *parent = Q_NULLPTR)
void setRange(double lower, double upper)
  • 32 public functions inherited from QObject

Signals

void rangeChanged()

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

This class provides limits information about the data.

Property Documentation

lower : const double

This property holds the lower limit.

Notifier signal:

void rangeChanged()

upper : const double

This property holds the upper limit.

Notifier signal:

void rangeChanged()

Member Function Documentation

QCSDataRange::QCSDataRange(QObject *parent = Q_NULLPTR)

Construct a range object with the given parent.

void QCSDataRange::setRange(double lower, double upper)

Set the lower and upper limits .