Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gizmo_utils.h
| Show All 36 Lines | |||||
| bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex(const struct bContext *C, | bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex(const struct bContext *C, | ||||
| struct wmGizmoGroupType *gzgt, | struct wmGizmoGroupType *gzgt, | ||||
| const char *gzgt_idname); | const char *gzgt_idname); | ||||
| /** Use this as poll function directly for: #wmGizmoGroupType.poll */ | /** Use this as poll function directly for: #wmGizmoGroupType.poll */ | ||||
| bool ED_gizmo_poll_or_unlink_delayed_from_tool(const struct bContext *C, | bool ED_gizmo_poll_or_unlink_delayed_from_tool(const struct bContext *C, | ||||
| struct wmGizmoGroupType *gzgt); | struct wmGizmoGroupType *gzgt); | ||||
| bool ED_gizmo_poll_from_tool_ex(const struct bContext *C, const char *gzgt_idname); | |||||
| bool ED_gizmo_poll_from_tool(const struct bContext *C, const struct wmGizmoGroupType *gzgt); | |||||
| bool ED_gizmo_poll_from_dropbox_ex(const struct bContext *C, const char *gzgt_idname); | |||||
| bool ED_gizmo_poll_from_dropbox(const struct bContext *C, const struct wmGizmoGroupType *gzgt); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||