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