#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.h>
|
virtual double | getTickStep (const QCPRange &range) Q_DECL_OVERRIDE |
|
virtual int | getSubTickCount (double tickStep) |
|
virtual QString | getTickLabel (double tick, const QLocale &locale, QChar formatChar, int precision) |
|
virtual QVector< double > | createTickVector (double tickStep, const QCPRange &range) |
|
virtual QVector< double > | createSubTickVector (int subTickCount, const QVector< double > &ticks) |
|
virtual QVector< QString > | createLabelVector (const QVector< double > &ticks, const QLocale &locale, QChar formatChar, int precision) |
|
void | trimTicks (const QCPRange &range, QVector< double > &ticks, bool keepOneOutlier) const |
|
double | pickClosest (double target, const QVector< double > &candidates) const |
|
double | getMantissa (double input, double *magnitude=0) const |
|
double | cleanMantissa (double input) const |
|
◆ ScaleStrategy
Defines how the axis ticker may modify the specified tick step (setTickStep) in order to control the number of ticks in the axis range.
- See also
- setScaleStrategy
Enumerator |
---|
ssNone | Modifications are not allowed, the specified tick step is absolutely fixed. This might cause a high tick density and overlapping labels if the axis range is zoomed out.
|
ssMultiples | An integer multiple of the specified tick step is allowed. The used factor follows the base class properties of setTickStepStrategy and setTickCount.
|
ssPowers | An integer power of the specified tick step is allowed.
|
◆ QCPAxisTickerFixed()
QCPAxisTickerFixed::QCPAxisTickerFixed |
( |
| ) |
|
◆ getTickStep()
virtual double QCPAxisTickerFixed::getTickStep |
( |
const QCPRange & |
range | ) |
|
|
protectedvirtual |
◆ scaleStrategy()
◆ setScaleStrategy()
void QCPAxisTickerFixed::setScaleStrategy |
( |
ScaleStrategy |
strategy | ) |
|
◆ setTickStep()
void QCPAxisTickerFixed::setTickStep |
( |
double |
step | ) |
|
◆ tickStep()
double QCPAxisTickerFixed::tickStep |
( |
| ) |
const |
|
inline |
◆ mScaleStrategy
◆ mTickStep
double QCPAxisTickerFixed::mTickStep |
|
protected |
The documentation for this class was generated from the following file: