|
Planeshift
|
Effect anchor KeyFrame group. More...
#include <pseffectanchor.h>
Public Member Functions | |
| void | DeleteAll () |
| Deletes all of the keyframes in this group. | |
| void | DeleteIndex (size_t idx) |
| Deletes the keyframe at the given index. | |
| psEffectAnchorKeyFrame * | Get (size_t idx) const |
| Returns the keyframe at the given index. | |
| size_t | GetSize () const |
| Returns the number of keyframes in the group. | |
| psEffectAnchorKeyFrame * | operator[] (size_t idx) const |
| Returns the keyframe at the given index. | |
| psEffectAnchorKeyFrameGroup () | |
| void | Push (psEffectAnchorKeyFrame *keyFrame) |
| Pushes a keyframe onto the group. | |
| ~psEffectAnchorKeyFrameGroup () | |
Effect anchor KeyFrame group.
Definition at line 118 of file pseffectanchor.h.
| psEffectAnchorKeyFrameGroup::psEffectAnchorKeyFrameGroup | ( | ) |
| psEffectAnchorKeyFrameGroup::~psEffectAnchorKeyFrameGroup | ( | ) |
| void psEffectAnchorKeyFrameGroup::DeleteAll | ( | ) | [inline] |
Deletes all of the keyframes in this group.
Definition at line 182 of file pseffectanchor.h.
| void psEffectAnchorKeyFrameGroup::DeleteIndex | ( | size_t | idx | ) | [inline] |
Deletes the keyframe at the given index.
| idx | the index of the keyframe to delete |
Definition at line 174 of file pseffectanchor.h.
| psEffectAnchorKeyFrame* psEffectAnchorKeyFrameGroup::Get | ( | size_t | idx | ) | const [inline] |
Returns the keyframe at the given index.
| idx | the index of the keyframe to grab |
Definition at line 143 of file pseffectanchor.h.
| size_t psEffectAnchorKeyFrameGroup::GetSize | ( | ) | const [inline] |
Returns the number of keyframes in the group.
Definition at line 132 of file pseffectanchor.h.
| psEffectAnchorKeyFrame* psEffectAnchorKeyFrameGroup::operator[] | ( | size_t | idx | ) | const [inline] |
Returns the keyframe at the given index.
| idx | the index of the keyframe to grab |
Definition at line 154 of file pseffectanchor.h.
| void psEffectAnchorKeyFrameGroup::Push | ( | psEffectAnchorKeyFrame * | keyFrame | ) | [inline] |
Pushes a keyframe onto the group.
| keyFrame | the keyframe to push |
Definition at line 164 of file pseffectanchor.h.
1.7.3