MCPcopy Create free account
hub / github.com/VCVRack/Befaco / setTooltip

Method setTooltip

src/NoisePlethora.cpp:657–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655 }
656
657 void setTooltip() {
658 std::string_view activeName = module->programSelector.getSection(section).getCurrentProgramName();
659 tooltip = new ui::Tooltip;
660 tooltip->text = activeName;
661 APP->scene->addChild(tooltip);
662 }
663
664 void onHover(const event::Hover& e) override {
665 LightWidget::onHover(e);

Callers

nothing calls this directly

Calls 1

getCurrentProgramNameMethod · 0.80

Tested by

no test coverage detected