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

Method getLabelColor

qcustomplot.cpp:9098–9101  ·  view source on GitHub ↗

! \internal Returns the color that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelColor or mLabelColor. */

Source from the content-addressed store, hash-verified

9096 is either mSelectedLabelColor or mLabelColor.
9097*/
9098QColor QCPAxis::getLabelColor() const
9099{
9100 return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor;
9101}
9102
9103/*! \internal
9104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected