Blender
V5.0
source
blender
sequencer
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
11
struct
Scene
;
12
struct
Strip
;
13
14
namespace
blender::seq
{
15
16
Strip
*
select_active_get
(
const
Scene
*scene);
17
bool
select_active_get_pair
(
Scene
*scene,
Strip
**r_strip_act,
Strip
**r_strip_other);
18
void
select_active_set
(
Scene
*scene,
Strip
*strip);
19
20
}
// namespace blender::seq
Scene
struct Scene Scene
Definition
ConstraintSet.hpp:69
Strip
struct Strip Strip
blender::seq
Definition
animation.cc:23
blender::seq::select_active_get
Strip * select_active_get(const Scene *scene)
Definition
strip_select.cc:21
blender::seq::select_active_get_pair
bool select_active_get_pair(Scene *scene, Strip **r_strip_act, Strip **r_strip_other)
Definition
strip_select.cc:43
blender::seq::select_active_set
void select_active_set(Scene *scene, Strip *strip)
Definition
strip_select.cc:32
Scene
Definition
DNA_scene_types.h:2120
Strip
Definition
DNA_sequence_types.h:172
Generated on
for Blender by
doxygen
1.16.1