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

Method createModuleWidget

include/plugin/Model.hpp:67–69  ·  view source on GitHub ↗

Creates a ModuleWidget with a Module attached. Module may be NULL. */

Source from the content-addressed store, hash-verified

65 Module may be NULL.
66 */
67 virtual app::ModuleWidget* createModuleWidget(engine::Module* m) {
68 return NULL;
69 }
70
71 void fromJson(json_t* rootJ);
72 /** Returns the branded name of the model, e.g. VCV VCO-1. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected