Blender V5.0
SEQ_select.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
11struct Scene;
12struct Strip;
13
14namespace blender::seq {
15
16Strip *select_active_get(const Scene *scene);
17bool select_active_get_pair(Scene *scene, Strip **r_strip_act, Strip **r_strip_other);
18void select_active_set(Scene *scene, Strip *strip);
19
20} // namespace blender::seq
struct Scene Scene
struct Strip Strip
Strip * select_active_get(const Scene *scene)
bool select_active_get_pair(Scene *scene, Strip **r_strip_act, Strip **r_strip_other)
void select_active_set(Scene *scene, Strip *strip)