MCPcopy Create free account
hub / github.com/IENT/YUView / updateMouseTracking

Method updateMouseTracking

YUViewLib/src/ui/views/SplitViewWidget.cpp:1141–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139}
1140
1141void splitViewWidget::updateMouseTracking()
1142{
1143 if (isViewFrozen)
1144 this->setMouseTracking(false);
1145 else
1146 this->setMouseTracking(viewSplitMode != DISABLED || this->drawZoomBox);
1147}
1148
1149bool splitViewWidget::updateMouseCursor(const QPoint &mousePos)
1150{

Callers 4

setDrawZoomBoxMethod · 0.95
setViewSplitModeMethod · 0.95
freezeViewMethod · 0.95
getStateFromMasterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected