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

Function selectedFont

qcustomplot/qcustomplot.h:4738–4738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4736 QFont font() const { return mFont; }
4737 QColor textColor() const { return mTextColor; }
4738 QFont selectedFont() const { return mSelectedFont; }
4739 QColor selectedTextColor() const { return mSelectedTextColor; }
4740 bool selectable() const { return mSelectable; }
4741 bool selected() const { return mSelected; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected