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

Function selectableParts

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

Source from the content-addressed store, hash-verified

2044 int offset() const;
2045 SelectableParts selectedParts() const { return mSelectedParts; }
2046 SelectableParts selectableParts() const { return mSelectableParts; }
2047 QFont selectedTickLabelFont() const { return mSelectedTickLabelFont; }
2048 QFont selectedLabelFont() const { return mSelectedLabelFont; }
2049 QColor selectedTickLabelColor() const { return mSelectedTickLabelColor; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected