|
Blender V4.3
|
#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 |
| blender::ed::seq::SeqScopes | scopes |
Definition at line 54 of file sequencer_intern.hh.
|
default |
| blender::ed::seq::SpaceSeq_Runtime::~SpaceSeq_Runtime | ( | ) |
Definition at line 69 of file space_sequencer.cc.
References ~SpaceSeq_Runtime().
Referenced by ~SpaceSeq_Runtime().
| int blender::ed::seq::SpaceSeq_Runtime::rename_channel_index = 0 |
Definition at line 55 of file sequencer_intern.hh.
| blender::ed::seq::SeqScopes blender::ed::seq::SpaceSeq_Runtime::scopes |
Definition at line 58 of file sequencer_intern.hh.
| float blender::ed::seq::SpaceSeq_Runtime::timeline_clamp_custom_range = 0 |
Definition at line 56 of file sequencer_intern.hh.
Referenced by sequencer_main_clamp_view(), and sequencer_main_region_clamp_custom_set().