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

Method setTooltipTextIfNotEmpty

src/eepp/ui/uiwidget.cpp:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499UIWidget* UIWidget::setTooltipTextIfNotEmpty( const String& text ) {
500 if ( !text.empty() )
501 setTooltipText( text );
502 return this;
503}
504
505String UIWidget::getTooltipText() {
506 return mTooltipText;

Callers 1

updateSidePanelTabMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected