Blender V5.0
clipboard.cc File Reference
#include "DNA_space_types.h"
#include "BLI_listbase.h"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_lib_id.hh"
#include "BKE_lib_query.hh"
#include "BKE_library.hh"
#include "BKE_main.hh"
#include "BKE_main_idmap.hh"
#include "BKE_main_invariants.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::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 wmOperatorStatus blender::ed::space_node::node_clipboard_copy_exec (bContext *C, wmOperator *)
void blender::ed::space_node::NODE_OT_clipboard_copy (wmOperatorType *ot)
Paste
static wmOperatorStatus blender::ed::space_node::node_clipboard_paste_exec (bContext *C, wmOperator *op)
static wmOperatorStatus 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 ( )