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

Method setSnapEnabled

pj_widgets/src/Timeline.cpp:1719–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1717}
1718
1719void Timeline::setSnapEnabled(bool enabled) {
1720 snap_enabled_ = enabled;
1721 if (!enabled) {
1722 hideSnapLine();
1723 }
1724}
1725
1726void Timeline::setInteractionLocked(bool locked) {
1727 if (interaction_locked_ == locked) {

Callers 3

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64