---------------------------------------------------------------------
| 507 | void Animation::setInterpolationMode( InterpolationMode im ) { mInterpolationMode = im; } |
| 508 | //--------------------------------------------------------------------- |
| 509 | Animation::InterpolationMode Animation::getInterpolationMode() const |
| 510 | { |
| 511 | return mInterpolationMode; |
| 512 | } |
| 513 | //--------------------------------------------------------------------- |
| 514 | void Animation::setDefaultInterpolationMode( InterpolationMode im ) |
| 515 | { |
no outgoing calls
no test coverage detected