|
The value provided by a EaseColumn when accessed as a list, or iterated.
This object provides the value of a Ease Column when accessed as a list. Print Column Values
Public Attributes | |
| double | frame |
| The frame at which this object provides information. | |
| double | value |
| The value at the given frame. | |
| bool | key |
| True if the given frame is a keyframe. | |
| bool | const_segment |
| QString | continuity |
| double | ease_in |
| double | ease_in_angle |
| The angle of the ease-in handle. | |
| double | ease_out |
| The number of frames in the ease-out. | |
| double | ease_out_angle |
| The angle of the ease-out handle. | |
| EaseColumnValue * | keyframe_previous |
| EaseColumnValue * | keyframe_next |
|
readwrite |
Returns true to indicate that the point is on a constant segment, or false to indicate that the point is not on a constant segment.
|
readwrite |
Returns the continuity of the curve that follows the point. One of the following values will be returned, in upper-case: SMOOTH, CORNER or STRAIGHT.
|
readwrite |
Returns the number of frames in the ease-in.
| OMC::EaseColumnValue::keyframe_next |
The next frame at which there is a keyframe present. If none are present, returns none.
| OMC::EaseColumnValue::keyframe_previous |
The previous frame at which there is a keyframe present, this frame value object if its currently a keyframe.

