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

Method getTickLabelColor

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

9797 is either mSelectedTickLabelColor or mTickLabelColor.
9798*/
9799QColor QCPAxis::getTickLabelColor() const
9800{
9801 return mSelectedParts.testFlag(spTickLabels) ? mSelectedTickLabelColor : mTickLabelColor;
9802}
9803
9804/*! \internal
9805

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected