MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / invalidRect

Function invalidRect

pj_plotting/core/src/DatastoreCurveAdapter.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25[[nodiscard]] QRectF invalidRect() {
26 return {1.0, 1.0, -2.0, -2.0};
27}
28
29// Thin Qwt-boundary adapters over the canonical conversions in Time.h, so the
30// (raw - offset)/1e9 arithmetic lives in exactly one place. Caller is responsible

Callers 3

DatastoreCurveAdapterMethod · 0.70
boundingRectMethod · 0.70
onDataClearedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected