Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getBorderWidth
Method
getBorderWidth
src/eepp/ui/uinode.cpp:925–927 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
}
924
925
Float UINode::getBorderWidth() const {
926
return NULL != mBorder ? mBorder->getLineWidth() : 1.f;
927
}
928
929
const Uint32& UINode::getFlags() const {
930
return mFlags;
Callers
nothing calls this directly
Calls
1
getLineWidth
Method · 0.45
Tested by
no test coverage detected