Go to the source code of this file.
|
| PointerRNA | blender::nodes::socket_items::ops::get_active_node_to_operate_on (bContext *C, const int node_type) |
| |
| void | blender::nodes::socket_items::ops::update_after_node_change (bContext *C, const PointerRNA node_ptr) |
| |
| template<typename Accessor > |
| bool | blender::nodes::socket_items::ops::editable_node_active_poll (bContext *C) |
| |
| template<typename Accessor > |
| void | blender::nodes::socket_items::ops::remove_active_item (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| |
| template<typename Accessor > |
| void | blender::nodes::socket_items::ops::remove_item_by_index (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| |
| template<typename Accessor > |
| void | blender::nodes::socket_items::ops::add_item (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| |
| template<typename Accessor > |
| void | blender::nodes::socket_items::ops::move_active_item (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| |