|
Blender V5.0
|
#include <BKE_screen.hh>
Definition at line 546 of file BKE_screen.hh.
| uiListDrawFilterFunc uiListType::draw_filter |
Definition at line 553 of file BKE_screen.hh.
Referenced by uiTemplateList_ex().
| uiListDrawItemFunc uiListType::draw_item |
Definition at line 552 of file BKE_screen.hh.
Referenced by blender::nodes::draw_data_blocks(), blender::nodes::socket_items::ui::draw_items_list_with_operators(), blender::panel_register(), UI_UL_cache_file_layers(), uiTemplateCollectionExporters(), and uiTemplateList_ex().
| uiListFilterItemsFunc uiListType::filter_items |
Definition at line 554 of file BKE_screen.hh.
Referenced by uiTemplateList_ex().
| char uiListType::idname[BKE_ST_MAXNAME] |
Unique name.
Definition at line 550 of file BKE_screen.hh.
Referenced by blender::nodes::draw_data_blocks(), blender::nodes::socket_items::ui::draw_items_list_with_operators(), get_list_type_map(), blender::panel_register(), UI_UL_cache_file_layers(), uiTemplateCollectionExporters(), WM_uilisttype_list_id_get(), and WM_uilisttype_to_full_list_id().
| uiListListener uiListType::listener |
For lists defined in C only.
Definition at line 557 of file BKE_screen.hh.
| uiListType* uiListType::next |
Definition at line 547 of file BKE_screen.hh.
| uiListType * uiListType::prev |
Definition at line 547 of file BKE_screen.hh.
| ExtensionRNA uiListType::rna_ext |
RNA integration.
Definition at line 560 of file BKE_screen.hh.