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

Method getUISceneNode

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

Source from the content-addressed store, hash-verified

53}
54
55UISceneNode* Plugin::getUISceneNode() const {
56 return mManager->getUISceneNode();
57}
58
59String Plugin::i18n( const std::string& key, const String& def ) const {
60 return getManager()->getUISceneNode()->i18n( key, def );

Callers 3

i18nMethod · 0.45
findIconMethod · 0.45
createListViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected