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

Method setSelectedTickLabelColor

qcustomplot.cpp:8330–8336  ·  view source on GitHub ↗

! Sets the color that is used for tick labels when they are selected. \see setTickLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */

Source from the content-addressed store, hash-verified

8328 \see setTickLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions
8329*/
8330void QCPAxis::setSelectedTickLabelColor(const QColor &color)
8331{
8332 if (color != mSelectedTickLabelColor)
8333 {
8334 mSelectedTickLabelColor = color;
8335 }
8336}
8337
8338/*!
8339 Sets the color that is used for the axis label when it is selected.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected