|
Blender V4.3
|
#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 36 of file NOD_socket_items.hh.
| int* blender::nodes::socket_items::SocketItemsRef< T >::active_index |
| T** blender::nodes::socket_items::SocketItemsRef< T >::items |
Definition at line 37 of file NOD_socket_items.hh.
Referenced by blender::nodes::socket_items::ops::add_item(), blender::nodes::socket_items::copy_array(), blender::nodes::socket_items::destruct_array(), 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 38 of file NOD_socket_items.hh.
Referenced by blender::nodes::socket_items::ops::add_item(), blender::nodes::socket_items::copy_array(), blender::nodes::socket_items::destruct_array(), 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().