Blender
V3.3
|
#include <interface_intern.h>
Public Attributes | |
uiBut | but |
uiButSearchCreateFn | popup_create_fn |
uiButSearchUpdateFn | items_update_fn |
void * | item_active |
void * | arg |
uiFreeArgFunc | arg_free_fn |
uiButSearchContextMenuFn | item_context_menu_fn |
uiButSearchTooltipFn | item_tooltip_fn |
const char * | item_sep_string |
struct PointerRNA | rnasearchpoin |
struct PropertyRNA * | rnasearchprop |
bool | results_are_suggestions |
Derived struct for UI_BTYPE_SEARCH_MENU
Definition at line 305 of file interface_intern.h.
void* uiButSearch::arg |
Definition at line 312 of file interface_intern.h.
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_event(), ui_searchbox_update_fn(), and wm_searchbox_tooltip_init().
uiFreeArgFunc uiButSearch::arg_free_fn |
Definition at line 313 of file interface_intern.h.
Referenced by ui_apply_but_func(), ui_but_free_type_specific(), UI_but_func_search_set(), and ui_but_update_old_active_from_new().
uiBut uiButSearch::but |
Definition at line 306 of file interface_intern.h.
Referenced by UI_but_func_search_set(), ui_but_search_refresh(), ui_searchbox_create_generic_ex(), ui_searchbox_update(), and ui_searchbox_update_fn().
void* uiButSearch::item_active |
Definition at line 310 of file interface_intern.h.
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().
uiButSearchContextMenuFn uiButSearch::item_context_menu_fn |
Definition at line 315 of file interface_intern.h.
Referenced by UI_but_func_search_set_context_menu(), and ui_searchbox_event().
const char* uiButSearch::item_sep_string |
Definition at line 318 of file interface_intern.h.
Referenced by UI_but_func_search_set_sep_string(), and ui_searchbox_create_generic_ex().
uiButSearchTooltipFn uiButSearch::item_tooltip_fn |
Definition at line 316 of file interface_intern.h.
Referenced by UI_but_func_search_set_tooltip(), and wm_searchbox_tooltip_init().
uiButSearchUpdateFn uiButSearch::items_update_fn |
Definition at line 309 of file interface_intern.h.
Referenced by jump_to_target_button(), UI_but_func_search_set(), ui_searchbox_update(), and ui_searchbox_update_fn().
uiButSearchCreateFn uiButSearch::popup_create_fn |
Definition at line 308 of file interface_intern.h.
Referenced by UI_but_func_search_set(), and ui_textedit_begin().
bool uiButSearch::results_are_suggestions |
The search box only provides suggestions, it does not force the string to match one of the search items when applying.
Definition at line 327 of file interface_intern.h.
Referenced by UI_but_func_search_set(), UI_but_func_search_set_results_are_suggestions(), ui_but_search_refresh(), and ui_textedit_end().
struct PointerRNA uiButSearch::rnasearchpoin |
Definition at line 318 of file interface_intern.h.
Referenced by ui_but_add_search(), and ui_but_string_set().
struct PropertyRNA* uiButSearch::rnasearchprop |
Definition at line 321 of file interface_intern.h.
Referenced by ui_but_add_search(), and ui_but_string_set().