MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / mainBrush

Method mainBrush

qcustomplot/qcustomplot.cpp:28792–28795  ·  view source on GitHub ↗

! \internal Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item is not selected and mSelectedBrush when it is. */

Source from the content-addressed store, hash-verified

28790 is not selected and mSelectedBrush when it is.
28791*/
28792QBrush QCPItemRect::mainBrush() const
28793{
28794 return mSelected ? mSelectedBrush : mBrush;
28795}
28796/* end of 'src/items/item-rect.cpp' */
28797
28798

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected