Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ SetArea
Method
SetArea
plugins/video/area-selection.cpp:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void AreaSelection::SetArea(const Area &value)
134
{
135
_x->SetSize({value.x, value.y});
136
_y->SetSize({value.width, value.height});
137
}
138
139
void AreaSelection::XSizeChanged(Size value)
140
{
Callers
2
AreaEdit
Method · 0.80
CheckAreaChanged
Method · 0.80
Calls
1
SetSize
Method · 0.80
Tested by
no test coverage detected