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

Method setSelectedLabelColor

qcustomplot.cpp:8343–8346  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

8341 \see setLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions
8342*/
8343void QCPAxis::setSelectedLabelColor(const QColor &color)
8344{
8345 mSelectedLabelColor = color;
8346}
8347
8348/*!
8349 Sets the pen that is used to draw the axis base line when selected.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected