Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_screen.h
| Show First 20 Lines • Show All 108 Lines • ▼ Show 20 Lines | |||||
| void ED_region_grid_draw(struct ARegion *ar, float zoomx, float zoomy); | void ED_region_grid_draw(struct ARegion *ar, float zoomx, float zoomy); | ||||
| float ED_region_blend_alpha(struct ARegion *ar); | float ED_region_blend_alpha(struct ARegion *ar); | ||||
| void ED_region_visible_rect(struct ARegion *ar, struct rcti *rect); | void ED_region_visible_rect(struct ARegion *ar, struct rcti *rect); | ||||
| bool ED_region_is_overlap(int spacetype, int regiontype); | bool ED_region_is_overlap(int spacetype, int regiontype); | ||||
| int ED_region_snap_size_test(const struct ARegion *ar); | int ED_region_snap_size_test(const struct ARegion *ar); | ||||
| bool ED_region_snap_size_apply(struct ARegion *ar, int snap_flag); | bool ED_region_snap_size_apply(struct ARegion *ar, int snap_flag); | ||||
| #ifdef WITH_IM_OVERTHESPOT | |||||
| bool ED_region_generic_im_begin(const struct bContext *C, struct ARegion *ar); | |||||
| #endif | |||||
| /* message_bus callbacks */ | /* message_bus callbacks */ | ||||
| void ED_region_do_msg_notify_tag_redraw( | void ED_region_do_msg_notify_tag_redraw( | ||||
| struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val); | struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val); | ||||
| void ED_area_do_msg_notify_tag_refresh( | void ED_area_do_msg_notify_tag_refresh( | ||||
| struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val); | struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val); | ||||
| /* message bus */ | /* message bus */ | ||||
| void ED_region_message_subscribe( | void ED_region_message_subscribe( | ||||
| ▲ Show 20 Lines • Show All 253 Lines • Show Last 20 Lines | |||||