Blender
V5.0
source
blender
editors
include
ED_gizmo_utils.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11
#pragma once
12
13
struct
bContext
;
14
struct
wmGizmoGroupType
;
15
17
bool
ED_gizmo_poll_or_unlink_delayed_from_operator
(
const
bContext
*
C
,
18
wmGizmoGroupType
*gzgt,
19
const
char
*
idname
);
20
21
bool
ED_gizmo_poll_or_unlink_delayed_from_tool_ex
(
const
bContext
*
C
,
22
wmGizmoGroupType
*gzgt,
23
const
char
*gzgt_idname);
24
26
bool
ED_gizmo_poll_or_unlink_delayed_from_tool
(
const
bContext
*
C
,
wmGizmoGroupType
*gzgt);
ED_gizmo_poll_or_unlink_delayed_from_tool
bool ED_gizmo_poll_or_unlink_delayed_from_tool(const bContext *C, wmGizmoGroupType *gzgt)
Definition
gizmo_utils.cc:61
ED_gizmo_poll_or_unlink_delayed_from_operator
bool ED_gizmo_poll_or_unlink_delayed_from_operator(const bContext *C, wmGizmoGroupType *gzgt, const char *idname)
Definition
gizmo_utils.cc:25
ED_gizmo_poll_or_unlink_delayed_from_tool_ex
bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex(const bContext *C, wmGizmoGroupType *gzgt, const char *gzgt_idname)
Definition
gizmo_utils.cc:44
C
#define C
Definition
RandGen.cpp:29
bContext
Definition
blenkernel/intern/context.cc:63
wmGizmoGroupType
Definition
WM_gizmo_types.hh:421
wmGizmoGroupType::idname
const char * idname
Definition
WM_gizmo_types.hh:422
Generated on
for Blender by
doxygen
1.16.1