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

Method mainColor

qcustomplot.cpp:29120–29123  ·  view source on GitHub ↗

! \internal Returns the color that should be used for drawing text. Returns mColor when the item is not selected and mSelectedColor when it is. */

Source from the content-addressed store, hash-verified

29118 selected and mSelectedColor when it is.
29119*/
29120QColor QCPItemText::mainColor() const
29121{
29122 return mSelected ? mSelectedColor : mColor;
29123}
29124
29125/*! \internal
29126

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected