Blender
V3.3
source
blender
editors
include
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
19
bool
ED_gizmo_poll_or_unlink_delayed_from_operator
(
const
struct
bContext
*
C
,
20
struct
wmGizmoGroupType
*gzgt,
21
const
char
*
idname
);
22
23
bool
ED_gizmo_poll_or_unlink_delayed_from_tool_ex
(
const
struct
bContext
*
C
,
24
struct
wmGizmoGroupType
*gzgt,
25
const
char
*gzgt_idname);
26
28
bool
ED_gizmo_poll_or_unlink_delayed_from_tool
(
const
struct
bContext
*
C
,
29
struct
wmGizmoGroupType
*gzgt);
30
31
#ifdef __cplusplus
32
}
33
#endif
ED_gizmo_poll_or_unlink_delayed_from_tool
bool ED_gizmo_poll_or_unlink_delayed_from_tool(const struct bContext *C, struct wmGizmoGroupType *gzgt)
ED_gizmo_poll_or_unlink_delayed_from_operator
bool ED_gizmo_poll_or_unlink_delayed_from_operator(const struct bContext *C, struct wmGizmoGroupType *gzgt, const char *idname)
ED_gizmo_poll_or_unlink_delayed_from_tool_ex
bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex(const struct bContext *C, struct wmGizmoGroupType *gzgt, const char *gzgt_idname)
C
#define C
Definition:
RandGen.cpp:25
bContext
Definition:
context.c:56
wmGizmoGroupType
Definition:
WM_gizmo_types.h:413
wmGizmoGroupType::idname
const char * idname
Definition:
WM_gizmo_types.h:414
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1