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

Method getTextColor

qcustomplot.cpp:18202–18205  ·  view source on GitHub ↗

! \internal Returns the text color that shall be used to draw text, taking into account the selection state of this item. */

Source from the content-addressed store, hash-verified

18200 of this item.
18201*/
18202QColor QCPPlottableLegendItem::getTextColor() const
18203{
18204 return mSelected ? mSelectedTextColor : mTextColor;
18205}
18206
18207/*! \internal
18208

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected