Blender  V2.93
ED_lattice.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) 2008 Blender Foundation.
17  * All rights reserved.
18  */
19 
24 #pragma once
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 struct Base;
31 struct Object;
32 struct UndoType;
33 struct wmKeyConfig;
34 
35 /* lattice_ops.c */
36 void ED_operatortypes_lattice(void);
37 void ED_keymap_lattice(struct wmKeyConfig *keyconf);
38 
39 /* editlattice_select.c */
40 bool ED_lattice_flags_set(struct Object *obedit, int flag);
42  struct bContext *C, const int mval[2], bool extend, bool deselect, bool toggle);
43 
44 bool ED_lattice_deselect_all_multi_ex(struct Base **bases, const uint bases_len);
46 
47 /* editlattice_undo.c */
48 void ED_lattice_undosys_type(struct UndoType *ut);
49 
50 #ifdef __cplusplus
51 }
52 #endif
unsigned int uint
Definition: BLI_sys_types.h:83
void ED_keymap_lattice(struct wmKeyConfig *keyconf)
Definition: lattice_ops.c:45
bool ED_lattice_deselect_all_multi_ex(struct Base **bases, const uint bases_len)
bool ED_lattice_deselect_all_multi(struct bContext *C)
bool ED_lattice_select_pick(struct bContext *C, const int mval[2], bool extend, bool deselect, bool toggle)
bool ED_lattice_flags_set(struct Object *obedit, int flag)
void ED_lattice_undosys_type(struct UndoType *ut)
void ED_operatortypes_lattice(void)
Definition: lattice_ops.c:33
#define C
Definition: RandGen.cpp:39