Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getSize
Method
getSize
Source/Node/Node.cpp:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
Size Node::getSize() const noexcept {
281
return _transform ? Size{_transform->width, _transform->height} : Size::zero;
282
}
283
284
void Node::setTag(String tag) {
285
if (!tag.empty()) {
Callers
15
getPos
Method · 0.45
down
Method · 0.45
move
Method · 0.45
wheel
Method · 0.45
gesture
Method · 0.45
getLayerDict
Function · 0.45
ARRAY_START
Function · 0.45
render
Method · 0.45
getTouchedItem
Function · 0.45
itemForTouch
Method · 0.45
drawFullScreenStencil
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected