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

Method getUnit

src/app/MenuBar.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 return string::translate("MenuBar.view.cableOpacity");
239 }
240 std::string getUnit() override {
241 return "%";
242 }
243};
244struct CableOpacitySlider : ui::Slider {
245 CableOpacitySlider() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected