Blender  V2.93
ED_sequencer.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  *
16  * The Original Code is Copyright (C) 2009, Blender Foundation
17  */
18 
23 #pragma once
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 struct Scene;
30 struct Sequence;
31 struct SpaceSeq;
32 struct bContext;
33 
35  struct Sequence *seq,
36  bool deselect_all);
38 
42 
45 
47 
49 void ED_sequencer_special_preview_set(struct bContext *C, const int mval[2]);
51 
52 #ifdef __cplusplus
53 }
54 #endif
Sequence * ED_sequencer_special_preview_get(void)
bool ED_space_sequencer_check_show_strip(struct SpaceSeq *sseq)
bool ED_space_sequencer_check_show_maskedit(struct SpaceSeq *sseq, struct Scene *scene)
void ED_operatormacros_sequencer(void)
void ED_sequencer_deselect_all(struct Scene *scene)
bool ED_space_sequencer_check_show_imbuf(struct SpaceSeq *sseq)
void ED_sequencer_special_preview_set(struct bContext *C, const int mval[2])
bool ED_space_sequencer_maskedit_poll(struct bContext *C)
void ED_sequencer_select_sequence_single(struct Scene *scene, struct Sequence *seq, bool deselect_all)
void ED_sequencer_special_preview_clear(void)
bool ED_space_sequencer_maskedit_mask_poll(struct bContext *C)
#define C
Definition: RandGen.cpp:39
Scene scene