Blender V5.0
SEQ_time.hh File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::seq

Functions

void blender::seq::timeline_init_boundbox (const Scene *scene, rctf *r_rect)
void blender::seq::timeline_expand_boundbox (const Scene *scene, const ListBase *seqbase, rctf *rect)
void blender::seq::timeline_boundbox (const Scene *scene, const ListBase *seqbase, rctf *r_rect)
float blender::seq::time_strip_fps_get (Scene *scene, Strip *strip)
int blender::seq::time_find_next_prev_edit (Scene *scene, int timeline_frame, const short side, const bool do_skip_mute, const bool do_center, const bool do_unselected)
bool blender::seq::time_strip_intersects_frame (const Scene *scene, const Strip *strip, const int timeline_frame)
float blender::seq::give_frame_index (const Scene *scene, const Strip *strip, float timeline_frame)
bool blender::seq::time_has_still_frames (const Scene *scene, const Strip *strip)
bool blender::seq::time_has_left_still_frames (const Scene *scene, const Strip *strip)
bool blender::seq::time_has_right_still_frames (const Scene *scene, const Strip *strip)
int blender::seq::time_left_handle_frame_get (const Scene *, const Strip *strip)
int blender::seq::time_right_handle_frame_get (const Scene *scene, const Strip *strip)
void blender::seq::time_left_handle_frame_set (const Scene *scene, Strip *strip, int timeline_frame)
void blender::seq::time_right_handle_frame_set (const Scene *scene, Strip *strip, int timeline_frame)
void blender::seq::time_handles_frame_set (const Scene *scene, Strip *strip, int left_handle_timeline_frame, int right_handle_timeline_frame)
int blender::seq::time_strip_length_get (const Scene *scene, const Strip *strip)
float blender::seq::time_start_frame_get (const Strip *strip)
float blender::seq::time_content_end_frame_get (const Scene *scene, const Strip *strip)
void blender::seq::time_start_frame_set (const Scene *scene, Strip *strip, int timeline_frame)
void blender::seq::time_update_meta_strip_range (const Scene *scene, Strip *strip_meta)
void blender::seq::time_slip_strip (const Scene *scene, Strip *strip, int frame_delta, float subframe_delta, bool slip_keyframes)
float blender::seq::time_media_playback_rate_factor_get (const Strip *strip, const float scene_fps)
int blender::seq::time_get_rounded_sound_offset (const Strip *strip, const float frames_per_second)