Holds the data of one single error bar for QCPErrorBars.
More...
#include <qcustomplot.h>
Holds the data of one single error bar for QCPErrorBars.
The stored data is:
- errorMinus: how much the error bar extends towards negative coordinates from the data point position
- errorPlus: how much the error bar extends towards positive coordinates from the data point position
The container for storing the error bar information is QCPErrorBarsDataContainer. It is a typedef for QVector<QCPErrorBarsData>
.
- See Also
- QCPErrorBarsDataContainer
QCPErrorBarsData::QCPErrorBarsData |
( |
| ) |
|
Constructs an error bar with errors set to zero.
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
error | ) |
|
|
explicit |
Constructs an error bar with equal error in both negative and positive direction.
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
errorMinus, |
|
|
double |
errorPlus |
|
) |
| |
Constructs an error bar with negative and positive errors set to errorMinus and errorPlus, respectively.
QCPErrorBarsData::QCPErrorBarsData |
( |
| ) |
|
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
error | ) |
|
|
explicit |
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
errorMinus, |
|
|
double |
errorPlus |
|
) |
| |
QCPErrorBarsData::QCPErrorBarsData |
( |
| ) |
|
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
error | ) |
|
|
explicit |
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
errorMinus, |
|
|
double |
errorPlus |
|
) |
| |
QCPErrorBarsData::QCPErrorBarsData |
( |
| ) |
|
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
error | ) |
|
|
explicit |
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
errorMinus, |
|
|
double |
errorPlus |
|
) |
| |
QCPErrorBarsData::QCPErrorBarsData |
( |
| ) |
|
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
error | ) |
|
|
explicit |
QCPErrorBarsData::QCPErrorBarsData |
( |
double |
errorMinus, |
|
|
double |
errorPlus |
|
) |
| |
double QCPErrorBarsData::errorMinus |
double QCPErrorBarsData::errorPlus |
The documentation for this class was generated from the following files: