#include <GenericKeyIterator.h>
Inheritance diagram for VGenericKeyIterator:
Public Methods | |
virtual void | Delete (int pos)=0 |
Delete a keyframe at a certain position. | |
void | CreateBlankKeyFrame (int frame) |
Adds a blank keyframe at the specified frame. | |
virtual VAbstractEditor* | CreateKeyEditor (int pos) |
Returns an editor that can allow the user to manipulate a key. | |
virtual bool | SupportsDirectManipulation () const |
The object can be manipulated directly by the user. | |
Iteration | |
virtual int | Count () const=0 |
Number of keyframes. | |
virtual void | SetFrame (int pos, int f)=0 |
Changes the frame where a keyframe resides. | |
virtual int | GetFrame (int pos)=0 |
Returns the frame where a keyframe resides. | |
virtual bool | Exists (int f) const |
Does a keyframe exist at a specific frame? |