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

Method getTickLabelColor

qcustomplot.cpp:9088–9091  ·  view source on GitHub ↗

! \internal Returns the color that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelColor or mTickLabelColor. */

Source from the content-addressed store, hash-verified

9086 is either mSelectedTickLabelColor or mTickLabelColor.
9087*/
9088QColor QCPAxis::getTickLabelColor() const
9089{
9090 return mSelectedParts.testFlag(spTickLabels) ? mSelectedTickLabelColor : mTickLabelColor;
9091}
9092
9093/*! \internal
9094

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected