Blender  V3.3
transform_mode_edge_seq_slide.c File Reference
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "UI_view2d.h"
#include "SEQ_iterator.h"
#include "SEQ_sequencer.h"
#include "SEQ_time.h"
#include "BLT_translation.h"
#include "transform.h"
#include "transform_convert.h"
#include "transform_mode.h"
#include "transform_snap.h"

Go to the source code of this file.

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, const int UNUSED(mval[2]))
 
void initSeqSlide (TransInfo *t)
 

Function Documentation

◆ applySeqSlide()

static void applySeqSlide ( TransInfo t,
const int   UNUSEDmval[2] 
)
static

◆ 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()

void initSeqSlide ( TransInfo t)