Blender
V5.0
source
blender
sequencer
intern
sequencer.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2004 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
10
11
#include "
BLI_span.hh
"
12
13
struct
Scene
;
14
struct
Strip
;
15
struct
StripProxy
;
16
17
namespace
blender::seq
{
18
23
void
seq_free_strip_recurse
(
Scene
*scene,
Strip
*strip,
bool
do_id_user);
24
StripProxy
*
seq_strip_proxy_alloc
();
34
blender::Span<Strip *>
SEQ_lookup_effects_by_strip
(
Editing
*ed,
const
Strip
*key);
35
36
}
// namespace blender::seq
BLI_span.hh
Scene
struct Scene Scene
Definition
ConstraintSet.hpp:69
Editing
struct Editing Editing
StripProxy
struct StripProxy StripProxy
Strip
struct Strip Strip
blender::seq
Definition
animation.cc:23
blender::seq::SEQ_lookup_effects_by_strip
blender::Span< Strip * > SEQ_lookup_effects_by_strip(Editing *ed, const Strip *key)
Definition
strip_lookup.cc:203
blender::seq::seq_strip_proxy_alloc
StripProxy * seq_strip_proxy_alloc()
Definition
sequencer.cc:77
blender::seq::seq_free_strip_recurse
void seq_free_strip_recurse(Scene *scene, Strip *strip, const bool do_id_user)
Definition
sequencer.cc:274
Scene
Definition
DNA_scene_types.h:2120
StripProxy
Definition
DNA_sequence_types.h:110
Strip
Definition
DNA_sequence_types.h:172
Generated on
for Blender by
doxygen
1.16.1