MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / numberFormat

Method numberFormat

qcustomplot.cpp:7599–7610  ·  view source on GitHub ↗

No documentation as it is a property getter */

Source from the content-addressed store, hash-verified

7597
7598/* No documentation as it is a property getter */
7599QString QCPAxis::numberFormat() const
7600{
7601 QString result;
7602 result.append(mNumberFormatChar);
7603 if (mNumberBeautifulPowers)
7604 {
7605 result.append(QLatin1Char('b'));
7606 if (mAxisPainter->numberMultiplyCross)
7607 result.append(QLatin1Char('c'));
7608 }
7609 return result;
7610}
7611
7612/* No documentation as it is a property getter */
7613int QCPAxis::tickLengthIn() const

Callers 1

setupFullAxesBoxMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected