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

Function height

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

Source from the content-addressed store, hash-verified

4658 int bottom() const { return mRect.bottom(); }
4659 int width() const { return mRect.width(); }
4660 int height() const { return mRect.height(); }
4661 QSize size() const { return mRect.size(); }
4662 QPoint topLeft() const { return mRect.topLeft(); }
4663 QPoint topRight() const { return mRect.topRight(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected