|
Blender V4.3
|
#include <interface_intern.hh>
Inherits uiBut.
Additional Inherited Members | |
Public Member Functions inherited from uiBut | |
| uiBut ()=default | |
| uiBut (const uiBut &other)=default | |
| uiBut & | operator= (const uiBut &other)=default |
Derived struct for UI_BTYPE_SEARCH_MENU
Definition at line 363 of file interface_intern.hh.
| void* uiButSearch::arg = nullptr |
Definition at line 371 of file interface_intern.hh.
Referenced by jump_to_target_button(), ui_apply_but_func(), ui_but_free_type_specific(), UI_but_func_search_set(), ui_but_update_old_active_from_new(), ui_searchbox_create_generic_ex(), ui_searchbox_event(), ui_searchbox_update_fn(), and wm_searchbox_tooltip_init().
| uiFreeArgFunc uiButSearch::arg_free_fn = nullptr |
Definition at line 372 of file interface_intern.hh.
Referenced by ui_apply_but_func(), ui_but_free_type_specific(), UI_but_func_search_set(), and ui_but_update_old_active_from_new().
| void* uiButSearch::item_active = nullptr |
Definition at line 368 of file interface_intern.hh.
Referenced by ui_apply_but_TEX(), UI_but_func_search_set(), ui_but_string_set(), ui_searchbox_apply(), ui_searchbox_event(), ui_searchbox_update(), and wm_searchbox_tooltip_init().
| char* uiButSearch::item_active_str |
Definition at line 369 of file interface_intern.hh.
Referenced by ui_apply_but_TEX(), ui_but_free_type_specific(), and ui_searchbox_apply().
| uiButSearchContextMenuFn uiButSearch::item_context_menu_fn = nullptr |
Definition at line 374 of file interface_intern.hh.
Referenced by UI_but_func_search_set_context_menu(), and ui_searchbox_event().
| const char* uiButSearch::item_sep_string = nullptr |
Definition at line 377 of file interface_intern.hh.
Referenced by UI_but_func_search_set_sep_string(), and ui_searchbox_create_generic_ex().
| uiButSearchTooltipFn uiButSearch::item_tooltip_fn = nullptr |
Definition at line 375 of file interface_intern.hh.
Referenced by UI_but_func_search_set_tooltip(), and wm_searchbox_tooltip_init().
| uiButSearchUpdateFn uiButSearch::items_update_fn = nullptr |
Definition at line 365 of file interface_intern.hh.
Referenced by jump_to_target_button(), UI_but_func_search_set(), ui_searchbox_update(), and ui_searchbox_update_fn().
| uiButSearchListenFn uiButSearch::listen_fn = nullptr |
Definition at line 366 of file interface_intern.hh.
Referenced by UI_but_func_search_set_listen(), and ui_searchbox_create_generic_ex().
| uiButSearchCreateFn uiButSearch::popup_create_fn = nullptr |
Definition at line 364 of file interface_intern.hh.
Referenced by UI_but_func_search_set(), and ui_textedit_begin().
| int uiButSearch::preview_cols = 0 |
Definition at line 383 of file interface_intern.hh.
Referenced by UI_but_search_preview_grid_size_set(), and ui_searchbox_create_generic_ex().
| int uiButSearch::preview_rows = 0 |
Definition at line 382 of file interface_intern.hh.
Referenced by UI_but_search_preview_grid_size_set(), and ui_searchbox_create_generic_ex().
| bool uiButSearch::results_are_suggestions = false |
The search box only provides suggestions, it does not force the string to match one of the search items when applying.
Definition at line 389 of file interface_intern.hh.
Referenced by UI_but_func_search_set(), UI_but_func_search_set_results_are_suggestions(), ui_but_search_refresh(), and ui_textedit_end().
| PointerRNA uiButSearch::rnasearchpoin = {} |
Definition at line 379 of file interface_intern.hh.
Referenced by blender::ui::bonedropper_init(), blender::ui::bonedropper_poll(), ui_but_add_search(), ui_but_icon_extra_is_visible_bone_eyedropper(), and ui_but_string_set().
| PropertyRNA* uiButSearch::rnasearchprop = nullptr |
Definition at line 380 of file interface_intern.hh.
Referenced by blender::ui::bonedropper_init(), blender::ui::bonedropper_poll(), ui_but_add_search(), ui_but_icon_extra_is_visible_bone_eyedropper(), and ui_but_string_set().