MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / mouseReleaseEvent

Method mouseReleaseEvent

pj_plotting/widget/src/DockToolbar.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void DockToolbar::mouseReleaseEvent(QMouseEvent* ev) {
106 if (auto* area = parent_dock_->dockAreaWidget()) {
107 QCoreApplication::sendEvent(area->titleBar(), ev);
108 }
109}
110
111void DockToolbar::mouseMoveEvent(QMouseEvent* ev) {
112 ui_->buttonFullscreen->setVisible(true);

Callers

nothing calls this directly

Calls 1

titleBarMethod · 0.80

Tested by

no test coverage detected