|
Blender V5.0
|
#include <NOD_socket_items.hh>
Public Attributes | |
| T ** | items |
| int * | items_num |
| int * | active_index |
References a "C-Array" that is stored elsewhere. This is different from a MutableSpan, because one can even resize the array through this reference.
Definition at line 48 of file NOD_socket_items.hh.
| int* blender::nodes::socket_items::SocketItemsRef< T >::active_index |
Definition at line 51 of file NOD_socket_items.hh.
Referenced by blender::nodes::socket_items::ops::add_item(), blender::nodes::socket_items::clear(), blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ops::move_active_item(), blender::nodes::socket_items::ops::remove_active_item(), and blender::nodes::socket_items::ops::remove_item_by_index().
| T** blender::nodes::socket_items::SocketItemsRef< T >::items |
Definition at line 49 of file NOD_socket_items.hh.
Referenced by blender::nodes::socket_items::ops::add_item(), blender::nodes::socket_items::blend_read_data(), blender::nodes::socket_items::blend_write(), blender::nodes::socket_items::copy_array(), blender::nodes::socket_items::destruct_array(), blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ops::move_active_item(), blender::nodes::socket_items::ops::remove_active_item(), and blender::nodes::socket_items::ops::remove_item_by_index().
| int* blender::nodes::socket_items::SocketItemsRef< T >::items_num |
Definition at line 50 of file NOD_socket_items.hh.
Referenced by blender::nodes::socket_items::ops::add_item(), blender::nodes::socket_items::blend_read_data(), blender::nodes::socket_items::blend_write(), blender::nodes::socket_items::clear(), blender::nodes::socket_items::copy_array(), blender::nodes::socket_items::destruct_array(), blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ops::move_active_item(), blender::nodes::socket_items::ops::remove_active_item(), and blender::nodes::socket_items::ops::remove_item_by_index().