| 135 | virtual void Resize(float width, float height) { assert(false); } |
| 136 | bool IsHoveringOverResizeHandle() const { return mHoveringOverResizeHandle; } |
| 137 | void SetTypeName(std::string type, ModuleCategory category) |
| 138 | { |
| 139 | mTypeName = type; |
| 140 | mModuleCategory = category; |
| 141 | } |
| 142 | void SetTarget(IClickable* target); |
| 143 | void SetUpPatchCables(std::string targets); |
| 144 | void AddPatchCableSource(PatchCableSource* source); |
no outgoing calls
no test coverage detected