Blender V5.0
blender::ed::vse::SlipData Struct Reference

Public Attributes

NumInput num_input
VectorSet< Strip * > strips
float init_mouse_co [2]
int prev_mval_x
float virtual_mval_x
float prev_offset
bool precision
bool show_subframe
bool clamp
bool can_clamp
bool clamp_warning

Detailed Description

Definition at line 690 of file sequencer_edit.cc.

Member Data Documentation

◆ can_clamp

bool blender::ed::vse::SlipData::can_clamp

Whether at least one strip has enough content to clamp.

Definition at line 707 of file sequencer_edit.cc.

◆ clamp

bool blender::ed::vse::SlipData::clamp

Whether the user is currently clamping.

Definition at line 705 of file sequencer_edit.cc.

◆ clamp_warning

bool blender::ed::vse::SlipData::clamp_warning

Whether some strips do not have enough content to clamp.

Definition at line 709 of file sequencer_edit.cc.

◆ init_mouse_co

float blender::ed::vse::SlipData::init_mouse_co[2]

Initial mouse position in view-space.

Definition at line 694 of file sequencer_edit.cc.

◆ num_input

NumInput blender::ed::vse::SlipData::num_input

Definition at line 691 of file sequencer_edit.cc.

◆ precision

bool blender::ed::vse::SlipData::precision

Definition at line 700 of file sequencer_edit.cc.

◆ prev_mval_x

int blender::ed::vse::SlipData::prev_mval_x

Mouse and virtual mouse-cursor x-values in region-space.

Definition at line 696 of file sequencer_edit.cc.

◆ prev_offset

float blender::ed::vse::SlipData::prev_offset

Parsed offset (integer when in precision mode, float otherwise).

Definition at line 699 of file sequencer_edit.cc.

◆ show_subframe

bool blender::ed::vse::SlipData::show_subframe

Whether to show sub-frame offset in header.

Definition at line 702 of file sequencer_edit.cc.

◆ strips

VectorSet<Strip *> blender::ed::vse::SlipData::strips

Definition at line 692 of file sequencer_edit.cc.

◆ virtual_mval_x

float blender::ed::vse::SlipData::virtual_mval_x

Definition at line 697 of file sequencer_edit.cc.


The documentation for this struct was generated from the following file: