Creates a ModuleWidget with a Module attached. Module may be NULL. */
| 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. */ |
nothing calls this directly
no outgoing calls
no test coverage detected