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

Method xmlLoadState

pj_scene2D/widgets/src/layers/scene2d_layer.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool Scene2DLayer::xmlLoadState(const QDomElement& element) {
113 if (element.isNull()) {
114 return true;
115 }
116 return loadOptions(element);
117}
118
119std::optional<int64_t> Scene2DLayer::lastTrackerTimeNs() const noexcept {
120 return last_tracker_time_ns_;

Callers 1

TESTFunction · 0.45

Calls 1

isNullMethod · 0.45

Tested by 1

TESTFunction · 0.36