| 248 | void ScheduleEnvelopeEditorSpawn(ADSRDisplay* adsrDisplay); |
| 249 | |
| 250 | bool IsLoadingState() const { return mIsLoadingState; } |
| 251 | bool IsLoadingModule() const { return mIsLoadingModule; } |
| 252 | bool IsDuplicatingModule() const { return mIsDuplicatingModule; } |
| 253 | void SetIsLoadingState(bool loading) { mIsLoadingState = loading; } |
no outgoing calls
no test coverage detected