Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ MoveWindow
Method
MoveWindow
DSView/pv/mainframe.cpp:199–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void MainFrame::MoveWindow(int x, int y)
200
{
201
#ifdef _WIN32
202
assert(_parentNativeWidget == NULL); // move the window by system.
203
#endif
204
205
move(x, y);
206
}
207
208
QPoint MainFrame::GetParentPos()
209
{
Callers
1
mouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected