Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ getAbsoluteY
Method
getAbsoluteY
dgl/src/SubWidget.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
int SubWidget::getAbsoluteY() const noexcept
54
{
55
return pData->absolutePos.getY();
56
}
57
58
Point<int> SubWidget::getAbsolutePos() const noexcept
59
{
Callers
4
giveMouseEventForSubWidgets
Method · 0.80
FOR_EACH_SUBWIDGET_INV
Function · 0.80
giveMotionEventForSubWidgets
Method · 0.80
giveScrollEventForSubWidgets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected