| 480 | } |
| 481 | |
| 482 | void EffectScienFilterPanel::SetDbRange(double min, double max) |
| 483 | { |
| 484 | mDbMin = min; |
| 485 | mDbMax = max; |
| 486 | Refresh(false); |
| 487 | } |
| 488 | |
| 489 | bool EffectScienFilterPanel::AcceptsFocus() const |
| 490 | { |
no outgoing calls
no test coverage detected