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

Function isValid

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

non-property methods:

Source from the content-addressed store, hash-verified

913
914 // non-property methods:
915 bool isValid() const { return (mEnd >= mBegin) && (mBegin >= 0); }
916 bool isEmpty() const { return length() == 0; }
917 QCPDataRange bounded(const QCPDataRange &other) const;
918 QCPDataRange expanded(const QCPDataRange &other) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected