Blender  V3.3
Classes | Namespaces | Functions
link_drag_search.cc File Reference
#include "BLI_listbase.h"
#include "BLI_string_search.h"
#include "DNA_space_types.h"
#include "BKE_context.h"
#include "NOD_socket_search_link.hh"
#include "BLT_translation.h"
#include "RNA_access.h"
#include "WM_api.h"
#include "ED_node.h"
#include "node_intern.hh"

Go to the source code of this file.

Classes

struct  blender::ed::space_node::LinkDragSearchStorage
 

Namespaces

 blender
 
 blender::ed
 
 blender::ed::space_node
 

Functions

static void blender::ed::space_node::add_reroute_node_fn (nodes::LinkSearchOpParams &params)
 
static void blender::ed::space_node::add_group_input_node_fn (nodes::LinkSearchOpParams &params)
 
static void blender::ed::space_node::add_existing_group_input_fn (nodes::LinkSearchOpParams &params, const bNodeSocket &interface_socket)
 
static void blender::ed::space_node::gather_socket_link_operations (bNodeTree &node_tree, const bNodeSocket &socket, Vector< SocketLinkOperation > &search_link_ops)
 
static void blender::ed::space_node::link_drag_search_update_fn (const bContext *UNUSED(C), void *arg, const char *str, uiSearchItems *items, const bool is_first)
 
static void blender::ed::space_node::link_drag_search_exec_fn (bContext *C, void *arg1, void *arg2)
 
static void blender::ed::space_node::link_drag_search_free_fn (void *arg)
 
static uiBlockblender::ed::space_node::create_search_popup_block (bContext *C, ARegion *region, void *arg_op)
 
void blender::ed::space_node::invoke_node_link_drag_add_menu (bContext &C, bNode &node, bNodeSocket &socket, const float2 &cursor)