Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_screen.h
| Show First 20 Lines • Show All 68 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_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_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_factor(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); | ||||
| #ifdef WITH_IM_OVERTHESPOT | |||||
| bool ED_region_generic_im_begin(const struct bContext *C, struct ARegion *ar); | |||||
| #endif | |||||
| /* spaces */ | /* spaces */ | ||||
| void ED_spacetypes_keymap(struct wmKeyConfig *keyconf); | void ED_spacetypes_keymap(struct wmKeyConfig *keyconf); | ||||
| int ED_area_header_switchbutton(const struct bContext *C, struct uiBlock *block, int yco); | int ED_area_header_switchbutton(const struct bContext *C, struct uiBlock *block, int yco); | ||||
| /* areas */ | /* areas */ | ||||
| void ED_area_initialize(struct wmWindowManager *wm, struct wmWindow *win, struct ScrArea *sa); | void ED_area_initialize(struct wmWindowManager *wm, struct wmWindow *win, struct ScrArea *sa); | ||||
| ▲ Show 20 Lines • Show All 122 Lines • Show Last 20 Lines | |||||