|
Blender V4.3
|
#include <buttons_intern.hh>
Public Attributes | |
| char | search_string [UI_MAX_NAME_STR] |
| BLI_bitmap * | tab_search_results |
Definition at line 26 of file buttons_intern.hh.
| char SpaceProperties_Runtime::search_string[UI_MAX_NAME_STR] |
For filtering properties displayed in the space.
Definition at line 28 of file buttons_intern.hh.
Referenced by 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 |
Bit-field (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 33 of file buttons_intern.hh.
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().