Blender
V3.3
source
blender
python
intern
bpy_gizmo_wrap.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
struct
wmGizmoGroupType
;
10
struct
wmGizmoType
;
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
/* exposed to rna/wm api */
17
void
BPY_RNA_gizmo_wrapper
(
struct
wmGizmoType
*gzt,
void
*userdata);
18
void
BPY_RNA_gizmogroup_wrapper
(
struct
wmGizmoGroupType
*gzgt,
void
*userdata);
19
20
#ifdef __cplusplus
21
}
22
#endif
BPY_RNA_gizmogroup_wrapper
void BPY_RNA_gizmogroup_wrapper(struct wmGizmoGroupType *gzgt, void *userdata)
Definition:
bpy_gizmo_wrap.c:186
BPY_RNA_gizmo_wrapper
void BPY_RNA_gizmo_wrapper(struct wmGizmoType *gzt, void *userdata)
Definition:
bpy_gizmo_wrap.c:143
wmGizmoGroupType
Definition:
WM_gizmo_types.h:413
wmGizmoType
Definition:
WM_gizmo_types.h:335
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1