Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ mouseReleaseEvent
Method
mouseReleaseEvent
ASAP/basictools/PanTool.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void PanTool::mouseReleaseEvent(QMouseEvent *event) {
24
if (_viewer) {
25
_viewer->togglePan(false);
26
event->accept();
27
}
28
}
29
30
QAction* PanTool::getToolButton() {
31
if (!_button) {
Callers
nothing calls this directly
Calls
1
togglePan
Method · 0.80
Tested by
no test coverage detected