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

Method numberFormat

src/qt/qcustomplot.cpp:7592–7603  ·  view source on GitHub ↗

No documentation as it is a property getter */

Source from the content-addressed store, hash-verified

7590
7591/* No documentation as it is a property getter */
7592QString QCPAxis::numberFormat() const
7593{
7594 QString result;
7595 result.append(mNumberFormatChar);
7596 if (mNumberBeautifulPowers)
7597 {
7598 result.append(QLatin1Char('b'));
7599 if (mAxisPainter->numberMultiplyCross)
7600 result.append(QLatin1Char('c'));
7601 }
7602 return result;
7603}
7604
7605/* No documentation as it is a property getter */
7606int QCPAxis::tickLengthIn() const

Callers 1

setupFullAxesBoxMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected