MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / mouseMoveEvent

Method mouseMoveEvent

ASAP/MiniMap.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void MiniMap::mouseMoveEvent(QMouseEvent *event) {
62 // Implement later, should pan like main image
63}
64
65void MiniMap::paintEvent(QPaintEvent *event) {
66 QPainter painter(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected