Blender  V3.3
ED_gizmo_utils.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
9 #pragma once
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 struct bContext;
16 struct wmGizmoGroupType;
17 
20  struct wmGizmoGroupType *gzgt,
21  const char *idname);
22 
24  struct wmGizmoGroupType *gzgt,
25  const char *gzgt_idname);
26 
29  struct wmGizmoGroupType *gzgt);
30 
31 #ifdef __cplusplus
32 }
33 #endif
bool ED_gizmo_poll_or_unlink_delayed_from_tool(const struct bContext *C, struct wmGizmoGroupType *gzgt)
bool ED_gizmo_poll_or_unlink_delayed_from_operator(const struct bContext *C, struct wmGizmoGroupType *gzgt, const char *idname)
bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex(const struct bContext *C, struct wmGizmoGroupType *gzgt, const char *gzgt_idname)
#define C
Definition: RandGen.cpp:25
const char * idname