MCPcopy Create free account
hub / github.com/cutechess/cutechess / getLabelColor

Method getLabelColor

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:9809–9812  ·  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

9807 is either mSelectedLabelColor or mLabelColor.
9808*/
9809QColor QCPAxis::getLabelColor() const
9810{
9811 return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor;
9812}
9813
9814/*! \internal
9815

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected