Blender  V3.3
sequencer_view.c File Reference
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "BKE_context.h"
#include "BKE_scene.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_define.h"
#include "UI_view2d.h"
#include "SEQ_iterator.h"
#include "SEQ_select.h"
#include "SEQ_sequencer.h"
#include "SEQ_time.h"
#include "SEQ_transform.h"
#include "ED_anim_api.h"
#include "ED_screen.h"
#include "ED_time_scrub_ui.h"
#include "ED_util_imbuf.h"
#include "sequencer_intern.h"

Go to the source code of this file.

Functions

Sequencer Sample Backdrop Operator
void SEQUENCER_OT_sample (wmOperatorType *ot)
 
Sequencer Frame All Operator
static int sequencer_view_all_exec (bContext *C, wmOperator *op)
 
void SEQUENCER_OT_view_all (wmOperatorType *ot)
 
Go to Current Frame Operator
static int sequencer_view_frame_exec (bContext *C, wmOperator *op)
 
void SEQUENCER_OT_view_frame (wmOperatorType *ot)
 
Preview Frame All Operator
static int sequencer_view_all_preview_exec (bContext *C, wmOperator *UNUSED(op))
 
void SEQUENCER_OT_view_all_preview (wmOperatorType *ot)
 
Sequencer View Zoom Ratio Operator
static int sequencer_view_zoom_ratio_exec (bContext *C, wmOperator *op)
 
void SEQUENCER_OT_view_zoom_ratio (wmOperatorType *ot)
 
Frame Selected Operator
static void seq_view_collection_rect_preview (Scene *scene, SeqCollection *strips, rctf *rect)
 
static void seq_view_collection_rect_timeline (Scene *scene, SeqCollection *strips, rctf *rect)
 
static int sequencer_view_selected_exec (bContext *C, wmOperator *op)
 
void SEQUENCER_OT_view_selected (wmOperatorType *ot)
 
Border Offset View Operator
static int view_ghost_border_exec (bContext *C, wmOperator *op)
 
void SEQUENCER_OT_view_ghost_border (wmOperatorType *ot)
 

Function Documentation

◆ seq_view_collection_rect_preview()

static void seq_view_collection_rect_preview ( Scene scene,
SeqCollection strips,
rctf rect 
)
static

◆ seq_view_collection_rect_timeline()

static void seq_view_collection_rect_timeline ( Scene scene,
SeqCollection strips,
rctf rect 
)
static

◆ SEQUENCER_OT_sample()

void SEQUENCER_OT_sample ( wmOperatorType ot)

◆ SEQUENCER_OT_view_all()

void SEQUENCER_OT_view_all ( wmOperatorType ot)

◆ SEQUENCER_OT_view_all_preview()

void SEQUENCER_OT_view_all_preview ( wmOperatorType ot)

◆ SEQUENCER_OT_view_frame()

void SEQUENCER_OT_view_frame ( wmOperatorType ot)

◆ SEQUENCER_OT_view_ghost_border()

void SEQUENCER_OT_view_ghost_border ( wmOperatorType ot)

◆ SEQUENCER_OT_view_selected()

void SEQUENCER_OT_view_selected ( wmOperatorType ot)

◆ SEQUENCER_OT_view_zoom_ratio()

void SEQUENCER_OT_view_zoom_ratio ( wmOperatorType ot)

◆ sequencer_view_all_exec()

static int sequencer_view_all_exec ( bContext C,
wmOperator op 
)
static

◆ sequencer_view_all_preview_exec()

static int sequencer_view_all_preview_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ sequencer_view_frame_exec()

static int sequencer_view_frame_exec ( bContext C,
wmOperator op 
)
static

◆ sequencer_view_selected_exec()

static int sequencer_view_selected_exec ( bContext C,
wmOperator op 
)
static

◆ sequencer_view_zoom_ratio_exec()

static int sequencer_view_zoom_ratio_exec ( bContext C,
wmOperator op 
)
static

◆ view_ghost_border_exec()

static int view_ghost_border_exec ( bContext C,
wmOperator op 
)
static