#include </root/robotpkg/graphics/py-qt-gepetto-viewer/work.runner-jmn42dp2-project-89-concurrent-0/gepetto-viewer-4.8.0/plugins/pyqcustomplot/qcustomplot.h>
Public Member Functions | |
QCPRange () | |
QCPRange (double lower, double upper) | |
bool | operator== (const QCPRange &other) const |
bool | operator!= (const QCPRange &other) const |
QCPRange & | operator+= (const double &value) |
QCPRange & | operator-= (const double &value) |
QCPRange & | operator*= (const double &value) |
QCPRange & | operator/= (const double &value) |
double | size () const |
double | center () const |
void | normalize () |
void | expand (const QCPRange &otherRange) |
QCPRange | expanded (const QCPRange &otherRange) const |
QCPRange | sanitizedForLogScale () const |
QCPRange | sanitizedForLinScale () const |
bool | contains (double value) const |
QCPRange () | |
QCPRange (double lower, double upper) | |
bool | operator== (const QCPRange &other) const |
bool | operator!= (const QCPRange &other) const |
QCPRange & | operator+= (const double &value) |
QCPRange & | operator-= (const double &value) |
QCPRange & | operator*= (const double &value) |
QCPRange & | operator/= (const double &value) |
double | size () const |
double | center () const |
void | normalize () |
void | expand (const QCPRange &otherRange) |
void | expand (double includeCoord) |
QCPRange | expanded (const QCPRange &otherRange) const |
QCPRange | expanded (double includeCoord) const |
QCPRange | bounded (double lowerBound, double upperBound) const |
QCPRange | sanitizedForLogScale () const |
QCPRange | sanitizedForLinScale () const |
bool | contains (double value) const |
QCPRange () | |
QCPRange (double lower, double upper) | |
bool | operator== (const QCPRange &other) const |
bool | operator!= (const QCPRange &other) const |
QCPRange & | operator+= (const double &value) |
QCPRange & | operator-= (const double &value) |
QCPRange & | operator*= (const double &value) |
QCPRange & | operator/= (const double &value) |
double | size () const |
double | center () const |
void | normalize () |
void | expand (const QCPRange &otherRange) |
QCPRange | expanded (const QCPRange &otherRange) const |
QCPRange | sanitizedForLogScale () const |
QCPRange | sanitizedForLinScale () const |
bool | contains (double value) const |
Static Public Member Functions | |
static bool | validRange (double lower, double upper) |
static bool | validRange (const QCPRange &range) |
static bool | validRange (double lower, double upper) |
static bool | validRange (const QCPRange &range) |
static bool | validRange (double lower, double upper) |
static bool | validRange (const QCPRange &range) |
Public Attributes | |
double | lower |
double | upper |
Static Public Attributes | |
static const double | minRange |
static const double | maxRange |
Friends | |
const QCPRange | operator+ (const QCPRange &, double) |
const QCPRange | operator+ (double, const QCPRange &) |
const QCPRange | operator- (const QCPRange &range, double value) |
const QCPRange | operator* (const QCPRange &range, double value) |
const QCPRange | operator* (double value, const QCPRange &range) |
const QCPRange | operator/ (const QCPRange &range, double value) |
const QCPRange | operator+ (const QCPRange &, double) |
const QCPRange | operator+ (double, const QCPRange &) |
const QCPRange | operator- (const QCPRange &range, double value) |
const QCPRange | operator* (const QCPRange &range, double value) |
const QCPRange | operator* (double value, const QCPRange &range) |
const QCPRange | operator/ (const QCPRange &range, double value) |
const QCPRange | operator+ (const QCPRange &, double) |
const QCPRange | operator+ (double, const QCPRange &) |
const QCPRange | operator- (const QCPRange &range, double value) |
const QCPRange | operator* (const QCPRange &range, double value) |
const QCPRange | operator* (double value, const QCPRange &range) |
const QCPRange | operator/ (const QCPRange &range, double value) |
Related Functions | |
(Note that these are not member functions.) | |
QDebug | operator<< (QDebug d, const QCPRange &range) |
QCPRange::QCPRange | ( | ) |
QCPRange::QCPRange | ( | double | lower, |
double | upper | ||
) |
QCPRange::QCPRange | ( | ) |
QCPRange::QCPRange | ( | double | lower, |
double | upper | ||
) |
QCPRange::QCPRange | ( | ) |
QCPRange::QCPRange | ( | double | lower, |
double | upper | ||
) |
QCPRange QCPRange::bounded | ( | double | lowerBound, |
double | upperBound | ||
) | const |
double QCPRange::center | ( | ) | const |
double QCPRange::center | ( | ) | const |
|
inline |
bool QCPRange::contains | ( | double | value | ) | const |
Referenced by QCPAbstractPlottable1D< QCPCurveData >::selectTestRect().
bool QCPRange::contains | ( | double | value | ) | const |
|
inline |
References Q_DECLARE_TYPEINFO().
void QCPRange::expand | ( | const QCPRange & | otherRange | ) |
Referenced by QCPStatisticalBoxData::valueRange().
void QCPRange::expand | ( | const QCPRange & | otherRange | ) |
void QCPRange::expand | ( | const QCPRange & | otherRange | ) |
void QCPRange::expand | ( | double | includeCoord | ) |
QCPRange QCPRange::expanded | ( | double | includeCoord | ) | const |
void QCPRange::normalize | ( | ) |
void QCPRange::normalize | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Multiplies both boundaries of the range by value.
|
inline |
|
inline |
|
inline |
|
inline |
Adds value to both boundaries of the range.
|
inline |
|
inline |
Subtracts value from both boundaries of the range.
|
inline |
|
inline |
|
inline |
References operator*(), operator+(), operator-(), operator/(), and Q_DECLARE_TYPEINFO().
|
inline |
Divides both boundaries of the range by value.
References operator*(), operator+(), operator-(), and operator/().
|
inline |
References operator*(), operator+(), operator-(), and operator/().
QCPRange QCPRange::sanitizedForLinScale | ( | ) | const |
QCPRange QCPRange::sanitizedForLinScale | ( | ) | const |
QCPRange QCPRange::sanitizedForLinScale | ( | ) | const |
QCPRange QCPRange::sanitizedForLogScale | ( | ) | const |
QCPRange QCPRange::sanitizedForLogScale | ( | ) | const |
QCPRange QCPRange::sanitizedForLogScale | ( | ) | const |
double QCPRange::size | ( | ) | const |
double QCPRange::size | ( | ) | const |
|
inline |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Multiplies both boundaries of the range by value.
Multiplies both boundaries of the range by value.
Multiplies both boundaries of the range by value.
Multiplies both boundaries of the range by value.
Multiplies both boundaries of the range by value.
Multiplies both boundaries of the range by value.
Adds value to both boundaries of the range.
Adds value to both boundaries of the range.
Adds value to both boundaries of the range.
Adds value to both boundaries of the range.
Adds value to both boundaries of the range.
Adds value to both boundaries of the range.
Subtracts value from both boundaries of the range.
Subtracts value from both boundaries of the range.
Subtracts value from both boundaries of the range.
Divides both boundaries of the range by value.
Divides both boundaries of the range by value.
Divides both boundaries of the range by value.
|
related |
double QCPRange::lower |
|
static |
|
static |
double QCPRange::upper |