|
Blender
V2.93
|
#include <stdlib.h>#include "BLI_math.h"#include "BLI_string.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 "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 eRedrawFlag | seq_slide_handleEvent (struct TransInfo *t, const wmEvent *event) |
| 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 mval[2]) |
| void | initSeqSlide (TransInfo *t) |
|
static |
Definition at line 105 of file transform_mode_edge_seq_slide.c.
References applyNumInput(), applySeqSlideValue(), CON_APPLY, CON_AXIS0, copy_v2_v2(), ED_area_status_text(), floorf, headerSeqSlide(), mul_v2_v2fl(), NULL, recalcData(), snapSequenceBounds(), str, t, transform_convert_sequencer_channel_clamp(), and UI_MAX_DRAW_STR.
Referenced by initSeqSlide().
Definition at line 89 of file transform_mode_edge_seq_slide.c.
References TransData::factor, FOREACH_TRANS_DATA_CONTAINER, madd_v2_v2v2fl(), t, and TD_SKIP.
Referenced by applySeqSlide().
Definition at line 63 of file transform_mode_edge_seq_slide.c.
References BLI_snprintf(), hasNumInput(), NUM_STR_REP_LEN, outputNumInput(), str, t, T_ALT_TRANSFORM, TIP_, UI_MAX_DRAW_STR, WM_bool_as_string(), and WM_keymap_item_to_string().
Referenced by applySeqSlide().
| void initSeqSlide | ( | TransInfo * | t | ) |
Definition at line 141 of file transform_mode_edge_seq_slide.c.
References applySeqSlide(), B_UNIT_NONE, copy_v3_fl(), floorf, initMouseInputMode(), INPUT_VECTOR, seq_slide_handleEvent(), t, TFM_MODAL_TRANSLATE, and WM_modalkeymap_find_propvalue().
Referenced by transform_mode_init().
|
static |
Definition at line 51 of file transform_mode_edge_seq_slide.c.
References BLI_assert, t, T_ALT_TRANSFORM, TFM_SEQ_SLIDE, TREDRAW_HARD, TREDRAW_NOTHING, wmKeyMapItem::type, wmEvent::type, wmKeyMapItem::val, and wmEvent::val.
Referenced by initSeqSlide().