| 145 | void RemovePatchCableSource(PatchCableSource* source); |
| 146 | bool TestClick(float x, float y, bool right, bool testOnly = false) override; |
| 147 | std::string GetTypeName() const { return mTypeName; } |
| 148 | ModuleCategory GetModuleCategory() const { return mModuleCategory; } |
| 149 | virtual bool IsSingleton() const { return false; } |
| 150 | virtual bool CanBeDeleted() const { return (IsSingleton() ? false : true); } |
no outgoing calls
no test coverage detected