Blender
V3.3
|
Go to the source code of this file.
Functions | |
uint | ui_popup_menu_hash (const char *str) |
ARegion * | ui_region_temp_add (bScreen *screen) |
void | ui_region_temp_remove (struct bContext *C, bScreen *screen, ARegion *region) |
Share between interface_region_*.c files.
Definition in file interface_regions_intern.h.
uint ui_popup_menu_hash | ( | const char * | str | ) |
Definition at line 104 of file interface_region_menu_popup.cc.
References BLI_ghashutil_strhash, and str.
Referenced by UI_pie_menu_begin(), and UI_popup_menu_begin_ex().
Definition at line 26 of file interface_regions.cc.
References ARegion::alignment, BLI_addtail(), bScreen::regionbase, ARegion::regiontype, RGN_ALIGN_FLOAT, and RGN_TYPE_TEMPORARY.
Referenced by ui_popup_block_create(), ui_searchbox_create_generic_ex(), and ui_tooltip_create_with_data().
Definition at line 37 of file interface_regions.cc.
References BKE_area_region_free(), BLI_assert, BLI_findindex(), BLI_freelinkN(), C, CTX_wm_window(), ED_region_exit(), bScreen::regionbase, ARegion::regiontype, RGN_TYPE_TEMPORARY, and wm_draw_region_clear().
Referenced by ui_popup_block_remove(), ui_searchbox_free(), and UI_tooltip_free().