Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/gizmo/WM_gizmo_api.h
| Show First 20 Lines • Show All 295 Lines • ▼ Show 20 Lines | |||||
| bool WM_gizmomap_tag_delay_refresh_for_tweak_check(struct wmGizmoMap *gzmap); | bool WM_gizmomap_tag_delay_refresh_for_tweak_check(struct wmGizmoMap *gzmap); | ||||
| void WM_gizmomap_draw(struct wmGizmoMap *gzmap, | void WM_gizmomap_draw(struct wmGizmoMap *gzmap, | ||||
| const struct bContext *C, | const struct bContext *C, | ||||
| const eWM_GizmoFlagMapDrawStep drawstep); | const eWM_GizmoFlagMapDrawStep drawstep); | ||||
| void WM_gizmomap_add_handlers(struct ARegion *region, struct wmGizmoMap *gzmap); | void WM_gizmomap_add_handlers(struct ARegion *region, struct wmGizmoMap *gzmap); | ||||
| bool WM_gizmomap_select_all(struct bContext *C, struct wmGizmoMap *gzmap, const int action); | bool WM_gizmomap_select_all(struct bContext *C, struct wmGizmoMap *gzmap, const int action); | ||||
| bool WM_gizmomap_cursor_set(const struct wmGizmoMap *gzmap, struct wmWindow *win); | bool WM_gizmomap_cursor_set(const struct wmGizmoMap *gzmap, struct wmWindow *win); | ||||
| void WM_gizmomap_message_subscribe(struct bContext *C, | void WM_gizmomap_message_subscribe(const struct bContext *C, | ||||
| struct wmGizmoMap *gzmap, | struct wmGizmoMap *gzmap, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| struct wmMsgBus *mbus); | struct wmMsgBus *mbus); | ||||
| bool WM_gizmomap_is_any_selected(const struct wmGizmoMap *gzmap); | bool WM_gizmomap_is_any_selected(const struct wmGizmoMap *gzmap); | ||||
| bool WM_gizmomap_minmax(const struct wmGizmoMap *gzmap, | bool WM_gizmomap_minmax(const struct wmGizmoMap *gzmap, | ||||
| bool use_hidden, | bool use_hidden, | ||||
| bool use_select, | bool use_select, | ||||
| float r_min[3], | float r_min[3], | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||