MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / getLabelFont

Method getLabelFont

qcustomplot/qcustomplot.cpp:9078–9081  ·  view source on GitHub ↗

! \internal Returns the font that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelFont or mLabelFont. */

Source from the content-addressed store, hash-verified

9076 is either mSelectedLabelFont or mLabelFont.
9077*/
9078QFont QCPAxis::getLabelFont() const
9079{
9080 return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelFont : mLabelFont;
9081}
9082
9083/*! \internal
9084

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected