MCPcopy 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
23void PanTool::mouseReleaseEvent(QMouseEvent *event) {
24 if (_viewer) {
25 _viewer->togglePan(false);
26 event->accept();
27 }
28}
29
30QAction* PanTool::getToolButton() {
31 if (!_button) {

Callers

nothing calls this directly

Calls 1

togglePanMethod · 0.80

Tested by

no test coverage detected