Blender V4.3
clipboard.cc File Reference
#include "DNA_space_types.h"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_lib_id.hh"
#include "BKE_lib_query.hh"
#include "BKE_main.hh"
#include "BKE_main_idmap.hh"
#include "BKE_node.hh"
#include "BKE_node_runtime.hh"
#include "BKE_report.hh"
#include "ED_node.hh"
#include "ED_render.hh"
#include "ED_screen.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "DEG_depsgraph_build.hh"
#include "node_intern.hh"

Go to the source code of this file.

Classes

struct  blender::ed::space_node::NodeClipboardItemIDInfo
 
struct  blender::ed::space_node::NodeClipboardItem
 
struct  blender::ed::space_node::ClipboardLink
 
struct  blender::ed::space_node::NodeClipboard
 

Namespaces

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

Functions

static NodeClipboardblender::ed::space_node::get_node_clipboard ()
 
void ED_node_clipboard_free ()
 
Copy
static int blender::ed::space_node::node_clipboard_copy_exec (bContext *C, wmOperator *)
 
void blender::ed::space_node::NODE_OT_clipboard_copy (wmOperatorType *ot)
 
Paste
static int blender::ed::space_node::node_clipboard_paste_exec (bContext *C, wmOperator *op)
 
static int blender::ed::space_node::node_clipboard_paste_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
void blender::ed::space_node::NODE_OT_clipboard_paste (wmOperatorType *ot)
 

Function Documentation

◆ ED_node_clipboard_free()

void ED_node_clipboard_free ( )

Definition at line 523 of file clipboard.cc.

References blender::ed::space_node::NodeClipboard::clear().

Referenced by WM_exit_ex().