|
Blender
V2.93
|
#include <DNA_sequence_types.h>
Public Attributes | |
| struct MetaStack * | next |
| struct MetaStack * | prev |
| ListBase * | oldbasep |
| Sequence * | parseq |
| int | disp_range [2] |
Definition at line 251 of file DNA_sequence_types.h.
| int MetaStack::disp_range[2] |
Definition at line 256 of file DNA_sequence_types.h.
Referenced by seq_draw_sfra_efra(), and SEQ_meta_stack_alloc().
| struct MetaStack* MetaStack::next |
Definition at line 252 of file DNA_sequence_types.h.
| ListBase* MetaStack::oldbasep |
Definition at line 253 of file DNA_sequence_types.h.
Referenced by SEQ_meta_stack_alloc(), and sequencer_meta_toggle_exec().
| Sequence* MetaStack::parseq |
Definition at line 254 of file DNA_sequence_types.h.
Referenced by SEQ_edit_update_muting(), SEQ_meta_stack_alloc(), SEQ_time_update_sequence(), seq_update_meta_disp_range(), and sequencer_meta_toggle_exec().
| struct MetaStack * MetaStack::prev |
Definition at line 252 of file DNA_sequence_types.h.