Blender  V2.93
Functions | Variables
SEQ_clipboard.h File Reference

Go to the source code of this file.

Functions

void SEQ_clipboard_pointers_store (struct Main *bmain, struct ListBase *seqbase)
 
void SEQ_clipboard_pointers_restore (struct ListBase *seqbase, struct Main *bmain)
 
void SEQ_clipboard_free (void)
 

Variables

struct ListBase seqbase_clipboard
 
int seqbase_clipboard_frame
 

Function Documentation

◆ SEQ_clipboard_free()

void SEQ_clipboard_free ( void  )

◆ SEQ_clipboard_pointers_restore()

void SEQ_clipboard_pointers_restore ( struct ListBase seqbase,
struct Main bmain 
)

◆ SEQ_clipboard_pointers_store()

void SEQ_clipboard_pointers_store ( struct Main bmain,
struct ListBase seqbase 
)

Variable Documentation

◆ seqbase_clipboard

struct ListBase seqbase_clipboard
extern

◆ seqbase_clipboard_frame

int seqbase_clipboard_frame
extern

Definition at line 57 of file clipboard.c.

Referenced by sequencer_copy_exec(), and sequencer_paste_exec().