MCPcopy 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
199void 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
208QPoint MainFrame::GetParentPos()
209{

Callers 1

mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected