Blender
V3.3
|
#include <buttons_intern.h>
Public Attributes | |
char | search_string [UI_MAX_NAME_STR] |
BLI_bitmap * | tab_search_results |
Definition at line 25 of file buttons_intern.h.
char SpaceProperties_Runtime::search_string[UI_MAX_NAME_STR] |
For filtering properties displayed in the space.
Definition at line 27 of file buttons_intern.h.
Referenced by buttons_clear_filter_exec(), buttons_duplicate(), buttons_init(), ED_buttons_search_string_get(), ED_buttons_search_string_length(), and ED_buttons_search_string_set().
BLI_bitmap* SpaceProperties_Runtime::tab_search_results |
Bitfield (in the same order as the tabs) for whether each tab has properties that match the search filter. Only valid when search_string is set.
Definition at line 32 of file buttons_intern.h.
Referenced by buttons_duplicate(), buttons_free(), buttons_init(), buttons_main_region_property_search(), ED_buttons_tab_has_search_result(), property_search_all_tabs(), and property_search_move_to_next_tab_with_results().