|
Blender V5.0
|
#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 |
| virtual | ~uiBut ()=default |
Derived struct for ButType::SearchMenu
Definition at line 376 of file interface_intern.hh.
| void* uiButSearch::arg = nullptr |
Definition at line 384 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_do_but_TEX(), 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 385 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 381 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 382 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 387 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 390 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 388 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 378 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 379 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 377 of file interface_intern.hh.
Referenced by UI_but_func_search_set(), and ui_textedit_begin().
| int uiButSearch::preview_cols = 0 |
Definition at line 396 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 395 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 402 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 392 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 393 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().