MCPcopy Create free account
hub / github.com/VCVRack/Rack / step

Method step

src/app/Browser.cpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 void onAction(const ActionEvent& e) override;
437
438 void step() override {
439 text = string::translate("Browser.sort");
440 text += getSortNames()[settings::browserSort];
441 text = string::ellipsize(text, 20);
442 ChoiceButton::step();
443 }
444};
445
446

Callers

nothing calls this directly

Calls 4

translateFunction · 0.85
getSortNamesFunction · 0.85
ellipsizeFunction · 0.85
stepFunction · 0.85

Tested by

no test coverage detected