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

Method getTranslatorString

src/eepp/ui/uiwidget.cpp:2460–2462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2458}
2459
2460String UIWidget::getTranslatorString( const std::string& str ) {
2461 return getUISceneNode() != nullptr ? getUISceneNode()->getTranslatorString( str ) : String();
2462}
2463
2464String UIWidget::getTranslatorString( const std::string& str, const String& defaultValue ) {
2465 return getUISceneNode() != nullptr ? getUISceneNode()->getTranslatorString( str, defaultValue )

Callers 3

applyPropertyMethod · 0.45
applyPropertyMethod · 0.45
applyPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected