MCPcopy Create free account
hub / github.com/LUX-Core/lux / setNumberPrecision

Method setNumberPrecision

src/qt/qcustomplot.cpp:8063–8070  ·  view source on GitHub ↗

! Sets the precision of the tick label numbers. See QLocale::toString(double i, char f, int prec) for details. The effect of precisions are most notably for number Formats starting with 'e', see \ref setNumberFormat */

Source from the content-addressed store, hash-verified

8061 \ref setNumberFormat
8062*/
8063void QCPAxis::setNumberPrecision(int precision)
8064{
8065 if (mNumberPrecision != precision)
8066 {
8067 mNumberPrecision = precision;
8068 mCachedMarginValid = false;
8069 }
8070}
8071
8072/*!
8073 Sets the length of the ticks in pixels. \a inside is the length the ticks will reach inside the

Callers 1

setupFullAxesBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected