Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_screen.h
| Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | |||||
| void ED_region_header(const struct bContext *C, struct ARegion *ar); | void ED_region_header(const struct bContext *C, struct ARegion *ar); | ||||
| void ED_region_cursor_set(struct wmWindow *win, struct ScrArea *sa, struct ARegion *ar); | void ED_region_cursor_set(struct wmWindow *win, struct ScrArea *sa, struct ARegion *ar); | ||||
| void ED_region_toggle_hidden(struct bContext *C, struct ARegion *ar); | void ED_region_toggle_hidden(struct bContext *C, struct ARegion *ar); | ||||
| void ED_region_visibility_change_update(struct bContext *C, struct ARegion *ar); | void ED_region_visibility_change_update(struct bContext *C, struct ARegion *ar); | ||||
| void ED_region_info_draw(struct ARegion *ar, const char *text, float fill_color[4], const bool full_redraw); | void ED_region_info_draw(struct ARegion *ar, const char *text, float fill_color[4], const bool full_redraw); | ||||
| void ED_region_info_draw_multiline(ARegion *ar, const char *text_array[], float fill_color[4], const bool full_redraw); | void ED_region_info_draw_multiline(ARegion *ar, const char *text_array[], float fill_color[4], const bool full_redraw); | ||||
| void ED_region_image_metadata_draw(int x, int y, struct ImBuf *ibuf, const rctf *frame, float zoomx, float zoomy); | void ED_region_image_metadata_draw(int x, int y, struct ImBuf *ibuf, const rctf *frame, float zoomx, float zoomy); | ||||
| 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_factor(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); | ||||
| 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); | ||||
| /* 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); | ||||
| ▲ Show 20 Lines • Show All 213 Lines • Show Last 20 Lines | |||||