|
Blender V4.3
|
Public Attributes | |
| rcti | bbox |
| uiFontStyle | fstyle |
| uiSearchItems | items |
| bool | size_set |
| ARegion * | butregion |
| uiButSearch * | search_but |
| int | active |
| bool | noback |
| bool | preview |
| bool | use_shortcut_sep |
| int | prv_rows |
| int | prv_cols |
| const char * | sep_string |
| void * | search_arg |
| uiButSearchListenFn | search_listener |
Definition at line 71 of file interface_region_search.cc.
| int uiSearchboxData::active |
index in items array
Definition at line 79 of file interface_region_search.cc.
Referenced by ui_searchbox_select().
| rcti uiSearchboxData::bbox |
Definition at line 72 of file interface_region_search.cc.
| ARegion* uiSearchboxData::butregion |
Definition at line 76 of file interface_region_search.cc.
| uiFontStyle uiSearchboxData::fstyle |
Definition at line 73 of file interface_region_search.cc.
| uiSearchItems uiSearchboxData::items |
Definition at line 74 of file interface_region_search.cc.
| bool uiSearchboxData::noback |
when menu opened with enough space for this
Definition at line 81 of file interface_region_search.cc.
| bool uiSearchboxData::preview |
draw thumbnail previews, rather than list
Definition at line 83 of file interface_region_search.cc.
| int uiSearchboxData::prv_cols |
Definition at line 86 of file interface_region_search.cc.
| int uiSearchboxData::prv_rows |
Definition at line 86 of file interface_region_search.cc.
| void* uiSearchboxData::search_arg |
Definition at line 94 of file interface_region_search.cc.
| uiButSearch* uiSearchboxData::search_but |
Definition at line 77 of file interface_region_search.cc.
| uiButSearchListenFn uiSearchboxData::search_listener |
Definition at line 95 of file interface_region_search.cc.
Referenced by ui_searchbox_region_listen_fn().
| const char* uiSearchboxData::sep_string |
Show the active icon and text after the last instance of this string. Used so we can show leading text to menu items less prominently (not related to 'use_sep').
Definition at line 91 of file interface_region_search.cc.
| bool uiSearchboxData::size_set |
Definition at line 75 of file interface_region_search.cc.
| bool uiSearchboxData::use_shortcut_sep |
Use the UI_SEP_CHAR char for splitting shortcuts (good for operators, bad for data).
Definition at line 85 of file interface_region_search.cc.