|
Blender V4.5
|
#include <sequencer_intern.hh>
Inherits blender::NonCopyable.
Public Member Functions | |
| SpaceSeq_Runtime ()=default | |
| ~SpaceSeq_Runtime () | |
| Public Member Functions inherited from blender::NonCopyable | |
| NonCopyable (const NonCopyable &other)=delete | |
| NonCopyable & | operator= (const NonCopyable &other)=delete |
| NonCopyable ()=default | |
| NonCopyable (NonCopyable &&other)=default | |
| NonCopyable & | operator= (NonCopyable &&other)=default |
Public Attributes | |
| int | rename_channel_index = 0 |
| float | timeline_clamp_custom_range = 0 |
| SeqScopes | scopes |
Definition at line 57 of file sequencer_intern.hh.
|
default |
|
default |
| int blender::ed::vse::SpaceSeq_Runtime::rename_channel_index = 0 |
Definition at line 58 of file sequencer_intern.hh.
Referenced by blender::ed::vse::channel_is_being_renamed(), blender::ed::vse::draw_channel_labels(), and blender::ed::vse::sequencer_rename_channel_invoke().
| SeqScopes blender::ed::vse::SpaceSeq_Runtime::scopes |
Definition at line 61 of file sequencer_intern.hh.
Referenced by blender::ed::vse::sequencer_calc_scopes(), blender::ed::vse::sequencer_draw_scopes(), and blender::ed::vse::sequencer_scopes_tag_refresh().
| float blender::ed::vse::SpaceSeq_Runtime::timeline_clamp_custom_range = 0 |
Definition at line 59 of file sequencer_intern.hh.
Referenced by blender::ed::vse::sequencer_main_clamp_view(), and blender::ed::vse::sequencer_main_region_clamp_custom_set().