Blender V4.3
SpaceProperties_Runtime Struct Reference

#include <buttons_intern.hh>

Public Attributes

char search_string [UI_MAX_NAME_STR]
 
BLI_bitmaptab_search_results
 

Detailed Description

Definition at line 26 of file buttons_intern.hh.

Member Data Documentation

◆ search_string

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().

◆ tab_search_results

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().


The documentation for this struct was generated from the following file: