|
Blender V5.0
|
#include <interface_intern.hh>
Public Attributes | |
| PointerRNA | target_ptr |
| PropertyRNA * | target_prop |
| PointerRNA | search_ptr |
| PropertyRNA * | search_prop |
| PropertyRNA * | item_search_prop |
| uiBut * | search_but |
| uiButStore * | butstore |
| uiBlock * | butstore_block |
For use with ui_rna_collection_search_update_fn.
Definition at line 1640 of file interface_intern.hh.
| uiButStore* uiRNACollectionSearch::butstore |
Let UI_butstore_* API update search_but pointer above over redraws.
Definition at line 1650 of file interface_intern.hh.
Referenced by ui_but_add_search(), and ui_rna_collection_search_arg_free_fn().
| uiBlock* uiRNACollectionSearch::butstore_block |
Block has to be stored for freeing but-store (uiBut::block doesn't work with undo).
Definition at line 1652 of file interface_intern.hh.
Referenced by ui_but_add_search(), and ui_rna_collection_search_arg_free_fn().
| PropertyRNA* uiRNACollectionSearch::item_search_prop |
Definition at line 1646 of file interface_intern.hh.
Referenced by ui_but_add_search().
| uiBut* uiRNACollectionSearch::search_but |
Definition at line 1648 of file interface_intern.hh.
Referenced by ui_but_add_search().
| PropertyRNA* uiRNACollectionSearch::search_prop |
Definition at line 1645 of file interface_intern.hh.
Referenced by jump_to_target_button(), template_search_setup(), and ui_but_add_search().
| PointerRNA uiRNACollectionSearch::search_ptr |
Definition at line 1644 of file interface_intern.hh.
Referenced by jump_to_target_button(), template_search_setup(), and ui_but_add_search().
| PropertyRNA* uiRNACollectionSearch::target_prop |
Definition at line 1642 of file interface_intern.hh.
Referenced by template_search_add_button_searchmenu(), template_search_buttons(), template_search_exec_fn(), template_search_menu(), template_search_setup(), and ui_but_add_search().
| PointerRNA uiRNACollectionSearch::target_ptr |
Definition at line 1641 of file interface_intern.hh.
Referenced by template_search_add_button_searchmenu(), template_search_buttons(), template_search_exec_fn(), template_search_menu(), template_search_setup(), and ui_but_add_search().