Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ getMargin
Method
getMargin
dgl/src/SubWidget.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
Point<int> SubWidget::getMargin() const noexcept
115
{
116
return pData->margin;
117
}
118
119
void SubWidget::setMargin(const int x, const int y) noexcept
120
{
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