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

Function textColor

qcustomplot.h:4737–4737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4735 QCPLegend *parentLegend() const { return mParentLegend; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected