Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setX
Method
setX
dgl/src/Geometry.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
template<typename T>
63
void Point<T>::setX(const T& x2) noexcept
64
{
65
x = x2;
66
}
67
68
template<typename T>
69
void Point<T>::setY(const T& y2) noexcept
Callers
14
giveMouseEventForSubWidgets
Method · 0.80
giveMotionEventForSubWidgets
Method · 0.80
giveScrollEventForSubWidgets
Method · 0.80
mouseEvent
Method · 0.80
motionEvent
Method · 0.80
scrollEvent
Method · 0.80
runTestsPerType
Function · 0.80
ExampleRectanglesWidget.hpp
File · 0.80
onMouse
Function · 0.80
onDisplay
Function · 0.80
onMouse
Function · 0.80
getKeyBounds
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected