Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ setSmoothScrollAndZoom
Method
setSmoothScrollAndZoom
gecode/gist/qtgist.cpp:789–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
787
return canvas->getSmoothScrollAndZoom();
788
}
789
void
790
Gist::setSmoothScrollAndZoom(bool b) {
791
canvas->setSmoothScrollAndZoom(b);
792
}
793
bool
794
Gist::getMoveDuringSearch(void) {
795
return canvas->getMoveDuringSearch();
Callers
1
preferences
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected