MCPcopy 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
925Float UINode::getBorderWidth() const {
926 return NULL != mBorder ? mBorder->getLineWidth() : 1.f;
927}
928
929const Uint32& UINode::getFlags() const {
930 return mFlags;

Callers

nothing calls this directly

Calls 1

getLineWidthMethod · 0.45

Tested by

no test coverage detected