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

Method setSelectedColor

qcustomplot.cpp:28867–28870  ·  view source on GitHub ↗

! Sets the color of the text that will be used when the item is selected. */

Source from the content-addressed store, hash-verified

28865 Sets the color of the text that will be used when the item is selected.
28866*/
28867void QCPItemText::setSelectedColor(const QColor &color)
28868{
28869 mSelectedColor = color;
28870}
28871
28872/*!
28873 Sets the pen that will be used do draw a rectangular border around the text. To disable the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected