#include </root/robotpkg/graphics/py-qt-gepetto-viewer/work/gepetto-viewer-6.0.0/plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.h>
|
| virtual double | getTickStep (const QCPRange &range) Q_DECL_OVERRIDE |
| |
| virtual int | getSubTickCount (double tickStep) Q_DECL_OVERRIDE |
| |
| virtual QVector< double > | createTickVector (double tickStep, const QCPRange &range) Q_DECL_OVERRIDE |
| |
| virtual QString | getTickLabel (double tick, const QLocale &locale, QChar formatChar, int precision) |
| |
| 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 |
| |
◆ QCPAxisTickerLog()
| QCPAxisTickerLog::QCPAxisTickerLog |
( |
| ) |
|
◆ createTickVector()
| virtual QVector< double > QCPAxisTickerLog::createTickVector |
( |
double |
tickStep, |
|
|
const QCPRange & |
range |
|
) |
| |
|
protectedvirtual |
◆ getSubTickCount()
| virtual int QCPAxisTickerLog::getSubTickCount |
( |
double |
tickStep | ) |
|
|
protectedvirtual |
◆ getTickStep()
| virtual double QCPAxisTickerLog::getTickStep |
( |
const QCPRange & |
range | ) |
|
|
protectedvirtual |
◆ logBase()
| double QCPAxisTickerLog::logBase |
( |
| ) |
const |
|
inline |
◆ setLogBase()
| void QCPAxisTickerLog::setLogBase |
( |
double |
base | ) |
|
◆ setSubTickCount()
| void QCPAxisTickerLog::setSubTickCount |
( |
int |
subTicks | ) |
|
◆ subTickCount()
| int QCPAxisTickerLog::subTickCount |
( |
| ) |
const |
|
inline |
◆ mLogBase
| double QCPAxisTickerLog::mLogBase |
|
protected |
◆ mLogBaseLnInv
| double QCPAxisTickerLog::mLogBaseLnInv |
|
protected |
◆ mSubTickCount
| int QCPAxisTickerLog::mSubTickCount |
|
protected |
The documentation for this class was generated from the following file: