Blender V4.3
transform_mode_edge_seq_slide.cc File Reference
#include <cstdlib>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math_vector.h"
#include "BKE_unit.hh"
#include "ED_screen.hh"
#include "RNA_access.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "UI_interface.hh"
#include "BLT_translation.hh"
#include "transform.hh"
#include "transform_convert.hh"
#include "transform_mode.hh"
#include "transform_snap.hh"

Go to the source code of this file.

Classes

struct  SeqSlideParams
 

Functions

Transform (Sequencer Slide)
static void headerSeqSlide (TransInfo *t, const float val[2], char str[UI_MAX_DRAW_STR])
 
static void applySeqSlideValue (TransInfo *t, const float val[2])
 
static void applySeqSlide (TransInfo *t)
 
static void initSeqSlide (TransInfo *t, wmOperator *op)
 
bool transform_mode_edge_seq_slide_use_restore_handle_selection (const TransInfo *t)
 

Variables

TransModeInfo TransMode_seqslide
 

Function Documentation

◆ applySeqSlide()

◆ applySeqSlideValue()

static void applySeqSlideValue ( TransInfo * t,
const float val[2] )
static

◆ headerSeqSlide()

static void headerSeqSlide ( TransInfo * t,
const float val[2],
char str[UI_MAX_DRAW_STR] )
static

◆ initSeqSlide()

◆ transform_mode_edge_seq_slide_use_restore_handle_selection()

Variable Documentation

◆ TransMode_seqslide

TransModeInfo TransMode_seqslide
Initial value:
= {
0,
nullptr,
nullptr,
nullptr,
nullptr,
}
static void applySeqSlide(TransInfo *t)
static void initSeqSlide(TransInfo *t, wmOperator *op)
void transform_snap_sequencer_apply_seqslide(TransInfo *t, float *vec)

Definition at line 152 of file transform_mode_edge_seq_slide.cc.

Referenced by mode_info_get().