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

Function adjusted

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

Source from the content-addressed store, hash-verified

918 QCPDataRange expanded(const QCPDataRange &other) const;
919 QCPDataRange intersection(const QCPDataRange &other) const;
920 QCPDataRange adjusted(int changeBegin, int changeEnd) const { return QCPDataRange(mBegin+changeBegin, mEnd+changeEnd); }
921 bool intersects(const QCPDataRange &other) const;
922 bool contains(const QCPDataRange &other) const;
923

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected