| 159 | } |
| 160 | |
| 161 | void PlayRegion::SetStart( double start ) |
| 162 | { |
| 163 | if (mStart != start) { |
| 164 | if (mActive) |
| 165 | mLastActiveStart = start; |
| 166 | mStart = start; |
| 167 | Notify(); |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | void PlayRegion::SetEnd( double end ) |
| 172 | { |
no outgoing calls
no test coverage detected