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

Method setColor

qcustomplot.cpp:28859–28862  ·  view source on GitHub ↗

! Sets the color of the text. */

Source from the content-addressed store, hash-verified

28857 Sets the color of the text.
28858*/
28859void QCPItemText::setColor(const QColor &color)
28860{
28861 mColor = color;
28862}
28863
28864/*!
28865 Sets the color of the text that will be used when the item is selected.

Callers 1

QCPBarsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected