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

Method getParams

src/app/ModuleWidget.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172std::vector<ParamWidget*> ModuleWidget::getParams() {
173 std::vector<ParamWidget*> pws;
174 doIfTypeRecursive<ParamWidget>(this, [&](ParamWidget* pw) {
175 pws.push_back(pw);
176 });
177 return pws;
178}
179
180std::vector<PortWidget*> ModuleWidget::getPorts() {
181 std::vector<PortWidget*> pws;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected