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

Function left

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

read-only interface imitating a QRect:

Source from the content-addressed store, hash-verified

4653
4654 // read-only interface imitating a QRect:
4655 int left() const { return mRect.left(); }
4656 int right() const { return mRect.right(); }
4657 int top() const { return mRect.top(); }
4658 int bottom() const { return mRect.bottom(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected