Blender V5.0
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
13struct Scene;
14struct Strip;
15struct StripProxy;
16
17namespace blender::seq {
18
23void seq_free_strip_recurse(Scene *scene, Strip *strip, bool do_id_user);
34blender::Span<Strip *> SEQ_lookup_effects_by_strip(Editing *ed, const Strip *key);
35
36} // namespace blender::seq
struct Scene Scene
struct Editing Editing
struct StripProxy StripProxy
struct Strip Strip
blender::Span< Strip * > SEQ_lookup_effects_by_strip(Editing *ed, const Strip *key)
StripProxy * seq_strip_proxy_alloc()
Definition sequencer.cc:77
void seq_free_strip_recurse(Scene *scene, Strip *strip, const bool do_id_user)
Definition sequencer.cc:274