Blender V5.0
sequencer_view.cc File Reference
#include "BLI_bounds_types.hh"
#include "BLI_listbase.h"
#include "BLI_math_base.h"
#include "BLI_math_vector.hh"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "BKE_context.hh"
#include "BKE_scene.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "RNA_define.hh"
#include "UI_view2d.hh"
#include "SEQ_sequencer.hh"
#include "SEQ_time.hh"
#include "SEQ_transform.hh"
#include "ED_anim_api.hh"
#include "ED_markers.hh"
#include "ED_screen.hh"
#include "ED_sequencer.hh"
#include "ED_time_scrub_ui.hh"
#include "ED_util_imbuf.hh"
#include "sequencer_intern.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::vse

Functions

static bool blender::ed::vse::view_frame_preview_scope (bContext *C, wmOperator *op, ARegion *region)
Sequencer Sample Backdrop Operator
void blender::ed::vse::SEQUENCER_OT_sample (wmOperatorType *ot)
Sequencer Frame All Operator
void blender::ed::vse::SEQ_get_timeline_region_padding (const bContext *C, float *r_pad_top, float *r_pad_bottom)
void blender::ed::vse::SEQ_add_timeline_region_padding (const bContext *C, rctf *view_box)
static wmOperatorStatus blender::ed::vse::sequencer_view_all_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_view_all (wmOperatorType *ot)
Go to Current Frame Operator
static wmOperatorStatus blender::ed::vse::sequencer_view_frame_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_view_frame (wmOperatorType *ot)
Preview Frame All Operator
static wmOperatorStatus blender::ed::vse::sequencer_view_all_preview_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_view_all_preview (wmOperatorType *ot)
Sequencer View Zoom Ratio Operator
static wmOperatorStatus blender::ed::vse::sequencer_view_zoom_ratio_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_view_zoom_ratio (wmOperatorType *ot)
Frame Selected Operator
static void blender::ed::vse::seq_view_collection_rect_preview (Scene *scene, blender::Span< Strip * > strips, rctf *rect)
static void blender::ed::vse::seq_view_collection_rect_timeline (const bContext *C, blender::Span< Strip * > strips, rctf *rect)
static wmOperatorStatus blender::ed::vse::sequencer_view_selected_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_view_selected (wmOperatorType *ot)
Border Offset View Operator
static wmOperatorStatus blender::ed::vse::view_ghost_border_exec (bContext *C, wmOperator *op)
void blender::ed::vse::SEQUENCER_OT_view_ghost_border (wmOperatorType *ot)