MCPcopy Create free account
hub / github.com/KDE/labplot / mouseMoveEvent

Method mouseMoveEvent

src/3rdparty/Qt-Advanced-Docking-System/src/ResizeHandle.cpp:183–191  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

181
182//============================================================================
183void CResizeHandle::mouseMoveEvent(QMouseEvent* e)
184{
185 if (!(e->buttons() & Qt::LeftButton))
186 {
187 return;
188 }
189
190 d->doResizing(e);
191}
192
193
194//============================================================================

Callers

nothing calls this directly

Calls 1

doResizingMethod · 0.80

Tested by

no test coverage detected