| 148 | ModuleCategory GetModuleCategory() const { return mModuleCategory; } |
| 149 | virtual bool IsSingleton() const { return false; } |
| 150 | virtual bool CanBeDeleted() const { return (IsSingleton() ? false : true); } |
| 151 | virtual bool HasSpecialDelete() const { return false; } |
| 152 | virtual void DoSpecialDelete() {} |
| 153 | void ComputeSliders(int samplesIn); |
no outgoing calls
no test coverage detected