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

Method onTopicCommitted

pj_plotting/core/src/PointSeriesXY.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97void PointSeriesXY::setRectOfInterest(const QRectF& /*rect*/) {}
98
99void PointSeriesXY::onTopicCommitted() {
100 alignment_dirty_ = true;
101 bounding_rect_valid_ = false;
102}
103
104void PointSeriesXY::onDataCleared() {
105 pairs_.clear();

Callers 4

reconnectDataSignalsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36