Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ mouse_double_click
Method
mouse_double_click
DSView/pv/view/trace.cpp:293–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
bool Trace::mouse_double_click(int right, const QPoint pt)
294
{
295
(void)right;
296
(void)pt;
297
return false;
298
}
299
300
bool Trace::mouse_press(int right, const QPoint pt)
301
{
Callers
1
mouseDoubleClickEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected