MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getForegroundRadius

Method getForegroundRadius

src/eepp/ui/uinode.cpp:891–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891Uint32 UINode::getForegroundRadius() const {
892 return NULL != mForeground ? mForeground->getBorderRadius() : 0;
893}
894
895UIBorderDrawable* UINode::setBorderEnabled( bool enabled ) const {
896 const_cast<UINode*>( this )->writeFlag( UI_BORDER, enabled ? 1 : 0 );

Callers

nothing calls this directly

Calls 1

getBorderRadiusMethod · 0.45

Tested by

no test coverage detected