Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ QPoint
Class
QPoint
distrho/extra/WebViewImpl.cpp:929–932 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
927
class QWindow;
928
929
struct QPoint {
930
int _x, _y;
931
QPoint(int x, int y) : _x(x), _y(y) {}
932
};
933
934
struct QSize {
935
int _w, _h;
Callers
1
qtwebengine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected