MCPcopy Create free account
hub / github.com/axmolengine/axmol / getURL

Method getURL

core/ui/UIRichText.cpp:796–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796std::string MyXMLVisitor::getURL() const
797{
798 for (auto i = _fontElements.rbegin(), iRend = _fontElements.rend(); i != iRend; ++i)
799 {
800 if (!i->url.empty())
801 return i->url;
802 }
803 return "";
804}
805
806bool MyXMLVisitor::getBold() const
807{

Callers 2

Calls 3

rbeginMethod · 0.45
rendMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected