|
Blender V4.3
|
#include "BLI_string_ref.hh"Go to the source code of this file.
Functions | |
| uint | ui_popup_menu_hash (blender::StringRef str) |
| ARegion * | ui_region_temp_add (bScreen *screen) |
| void | ui_region_temp_remove (bContext *C, bScreen *screen, ARegion *region) |
Share between interface_region_*.cc files.
Definition in file interface_regions_intern.hh.
| uint ui_popup_menu_hash | ( | blender::StringRef | str | ) |
Definition at line 102 of file interface_region_menu_popup.cc.
References blender::get_default_hash(), and str.
Referenced by UI_pie_menu_begin(), and ui_popup_menu_create_block().
Definition at line 26 of file interface_regions.cc.
References BLI_addtail(), 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(), CTX_wm_region(), CTX_wm_region_popup(), CTX_wm_region_popup_set(), CTX_wm_region_set(), CTX_wm_window(), ED_region_exit(), RGN_TYPE_TEMPORARY, and wm_draw_region_clear().
Referenced by ui_popup_block_remove(), ui_searchbox_free(), and UI_tooltip_free().