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

Method findIcon

src/tools/ecode/plugins/plugin.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63UIIcon* Plugin::findIcon( const std::string& iconName ) {
64 return getManager()->getUISceneNode()->findIcon( iconName );
65}
66
67Drawable* Plugin::iconDrawable( const std::string& iconName, Float dpSize ) {
68 UIIcon* icon = findIcon( iconName );

Callers

nothing calls this directly

Calls 1

getUISceneNodeMethod · 0.45

Tested by

no test coverage detected