============================================================================ EffectPanel implementation ============================================================================
| 84 | // EffectPanel implementation |
| 85 | // ============================================================================ |
| 86 | void SetAccept(bool accept) |
| 87 | { |
| 88 | mAcceptsFocus = accept; |
| 89 | } |
| 90 | |
| 91 | private: |
| 92 | bool mAcceptsFocus; |