|
Blender
V2.93
|
#include <DNA_screen_types.h>
Public Attributes | |
| struct uiList * | next |
| struct uiList * | prev |
| struct uiListType * | type |
| char | list_id [64] |
| int | layout_type |
| int | flag |
| int | list_scroll |
| int | list_grip |
| int | list_last_len |
| int | list_last_activei |
| char | filter_byname [64] |
| int | filter_flag |
| int | filter_sort_flag |
| IDProperty * | properties |
| uiListDyn * | dyn_data |
Definition at line 279 of file DNA_screen_types.h.
| uiListDyn* uiList::dyn_data |
Definition at line 307 of file DNA_screen_types.h.
Referenced by ui_handle_list_event(), uilist_filter_items_default(), uilist_prepare(), uilist_resize_update_cb(), and uiTemplateList().
| char uiList::filter_byname[64] |
Defined as UI_MAX_NAME_STR.
Definition at line 299 of file DNA_screen_types.h.
Referenced by uilist_filter_items_default().
| int uiList::filter_flag |
Definition at line 300 of file DNA_screen_types.h.
Referenced by ui_handle_list_event(), uilist_filter_items_default(), and uiTemplateList().
| int uiList::filter_sort_flag |
Definition at line 301 of file DNA_screen_types.h.
Referenced by ui_handle_list_event(), uilist_draw_filter_default(), uilist_filter_items_default(), and uiTemplateList().
| int uiList::flag |
Definition at line 290 of file DNA_screen_types.h.
Referenced by ui_handle_list_event(), uilist_prepare(), uilist_resize_update_cb(), and uiTemplateList().
| int uiList::layout_type |
How items are laid out in the list.
Definition at line 289 of file DNA_screen_types.h.
Referenced by uilist_draw_item_default(), and uiTemplateList().
| int uiList::list_grip |
Definition at line 293 of file DNA_screen_types.h.
Referenced by ui_handle_list_event(), uilist_prepare(), uilist_resize_update_cb(), and uiTemplateList().
| char uiList::list_id[64] |
Defined as UI_MAX_NAME_STR.
Definition at line 286 of file DNA_screen_types.h.
Referenced by uiTemplateList().
| int uiList::list_last_activei |
Definition at line 295 of file DNA_screen_types.h.
Referenced by uiTemplateList().
| int uiList::list_last_len |
Definition at line 294 of file DNA_screen_types.h.
Referenced by uilist_prepare().
| int uiList::list_scroll |
Definition at line 292 of file DNA_screen_types.h.
Referenced by ui_handle_list_event(), uilist_prepare(), and uiTemplateList().
| struct uiList* uiList::next |
Definition at line 280 of file DNA_screen_types.h.
| struct uiList * uiList::prev |
Definition at line 280 of file DNA_screen_types.h.
| IDProperty* uiList::properties |
Definition at line 304 of file DNA_screen_types.h.
Referenced by write_uilist().
| struct uiListType* uiList::type |