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

Function getSortNames

src/app/Browser.cpp:421–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420
421static std::vector<std::string> getSortNames() {
422 return {
423 string::translate("Browser.sort.lastUpdated"),
424 string::translate("Browser.sort.lastUsed"),
425 string::translate("Browser.sort.mostUsed"),
426 string::translate("Browser.sort.brand"),
427 string::translate("Browser.sort.moduleName"),
428 string::translate("Browser.sort.random"),
429 };
430};
431
432
433struct SortButton : ui::ChoiceButton {

Callers 2

stepMethod · 0.85
onActionMethod · 0.85

Calls 1

translateFunction · 0.85

Tested by

no test coverage detected