| 856 | } |
| 857 | |
| 858 | OfxStatus |
| 859 | OfxIntegerInstance::getKeyIndex(OfxTime time, |
| 860 | int direction, |
| 861 | int & index) const |
| 862 | { |
| 863 | return OfxKeyFrame::getKeyIndex(_knob.lock(), time, direction, index); |
| 864 | } |
| 865 | |
| 866 | OfxStatus |
| 867 | OfxIntegerInstance::deleteKey(OfxTime time) |
nothing calls this directly
no test coverage detected