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

Method getLabel

include/Quantity.hpp:62–64  ·  view source on GitHub ↗

The name of the quantity. */

Source from the content-addressed store, hash-verified

60
61 /** The name of the quantity. */
62 virtual std::string getLabel() {
63 return "";
64 }
65
66 /** The unit abbreviation of the quantity.
67 Include an initial space character if you want a space after the number, e.g. "440 Hz". This allows space-less units, like "100%".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected