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

Method setSelectedLabelFont

qcustomplot/qcustomplot.cpp:8319–8323  ·  view source on GitHub ↗

! Sets the font that is used for the axis label when it is selected. \see setLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */

Source from the content-addressed store, hash-verified

8317 \see setLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions
8318*/
8319void QCPAxis::setSelectedLabelFont(const QFont &font)
8320{
8321 mSelectedLabelFont = font;
8322 // don't set mCachedMarginValid to false here because margin calculation is always done with non-selected fonts
8323}
8324
8325/*!
8326 Sets the color that is used for tick labels when they are selected.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected